Hello, Update for SMPlayer to 23.6.0:
https://www.smplayer.info/en/changes OK? Comments? Cheers.- Index: Makefile =================================================================== RCS file: /cvs/ports/x11/smplayer/Makefile,v retrieving revision 1.68 diff -u -p -r1.68 Makefile --- Makefile 24 Apr 2023 11:42:50 -0000 1.68 +++ Makefile 8 Aug 2023 16:06:38 -0000 @@ -1,8 +1,7 @@ COMMENT = complete front-end for MPlayer and MPV -DISTNAME = smplayer-22.7.0 +DISTNAME = smplayer-23.6.0 CATEGORIES = multimedia x11 -REVISION = 0 HOMEPAGE = https://www.smplayer.info/ Index: distinfo =================================================================== RCS file: /cvs/ports/x11/smplayer/distinfo,v retrieving revision 1.48 diff -u -p -r1.48 distinfo --- distinfo 9 Feb 2023 08:42:55 -0000 1.48 +++ distinfo 8 Aug 2023 16:06:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (smplayer-22.7.0.tar.bz2) = 970p0gsj3U+ElJSGCfB4nIlQyaGjf8ufKiCxa9xe+S0= -SIZE (smplayer-22.7.0.tar.bz2) = 5144368 +SHA256 (smplayer-23.6.0.tar.bz2) = 94x/hm4I1HKnzXyCVhIOlPGIyyqUaNhLYRKA0hMS8N4= +SIZE (smplayer-23.6.0.tar.bz2) = 5182760 Index: patches/patch-src_preferences_cpp =================================================================== RCS file: /cvs/ports/x11/smplayer/patches/patch-src_preferences_cpp,v retrieving revision 1.19 diff -u -p -r1.19 patch-src_preferences_cpp --- patches/patch-src_preferences_cpp 11 Mar 2022 20:17:21 -0000 1.19 +++ patches/patch-src_preferences_cpp 8 Aug 2023 16:06:38 -0000 @@ -1,7 +1,7 @@ Index: src/preferences.cpp --- src/preferences.cpp.orig +++ src/preferences.cpp -@@ -209,8 +209,8 @@ void Preferences::reset() { +@@ -212,8 +212,8 @@ void Preferences::reset() { Drives (CD/DVD) *************** */ @@ -12,7 +12,7 @@ Index: src/preferences.cpp #ifdef BLURAY_SUPPORT bluray_device = ""; #endif -@@ -332,13 +332,13 @@ void Preferences::reset() { +@@ -335,13 +335,13 @@ void Preferences::reset() { mplayer_additional_audio_filters=""; #ifdef LOG_MPLAYER -- %gonzalo