Hi,

Update for SMPlayer to 14.9.0.6690 (yeah... best version ever):

* We added support for mpv, which is a player based on mplayer with 
* Now it's possible to select a secondary subtitle track which is 
  displayed on top of the screen (mpv only).
* New option to set a template for screenshots (mpv only).
* Now it's possible to play videos from streaming sites (besides 
  Youtube) like DailyMotion, Vimeo, Vevo and many more (mpv only).
* Option to step back one frame (mpv only).

Test are welcome.

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile    31 Oct 2014 13:51:36 -0000      1.18
+++ Makefile    26 Jan 2015 18:55:43 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              complete front-end for MPlayer
 
-DISTNAME =             smplayer-14.9.0
+DISTNAME =             smplayer-14.9.0.6690
 
 CATEGORIES =           multimedia x11
 
@@ -24,6 +24,7 @@ EXTRACT_SUFX =                .tar.bz2
 MODULES =              x11/qt4
 RUN_DEPENDS =          x11/mplayer>=20090708 \
                        devel/desktop-file-utils \
+                       multimedia/mpv \
                        x11/gtk+2,-guic
 
 USE_GMAKE =            Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    31 Oct 2014 13:51:36 -0000      1.9
+++ distinfo    26 Jan 2015 18:55:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (smplayer-14.9.0.tar.bz2) = QprU7dbfH87dXqT6KwJOtaYclBL1J2Lp2anCJFt93xM=
-SIZE (smplayer-14.9.0.tar.bz2) = 3716434
+SHA256 (smplayer-14.9.0.6690.tar.bz2) = 
Xsih0pEoKOmxn4AOM4Ap5nV/ww45dM9iohtn9GYyvFo=
+SIZE (smplayer-14.9.0.6690.tar.bz2) = 3813209
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/patches/patch-Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile
--- patches/patch-Makefile      24 Mar 2014 18:20:19 -0000      1.3
+++ patches/patch-Makefile      26 Jan 2015 18:55:43 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.3 2014/03/24 18:20:19 gonzalo Exp $
 --- Makefile.orig      Thu Nov  1 19:42:16 2012
-+++ Makefile   Wed Jan 29 16:46:49 2014
++++ Makefile   Mon Jan 26 12:06:01 2015
 @@ -5,7 +5,7 @@ PREFIX=/usr/local
  CONF_PREFIX=$(PREFIX)
  
@@ -26,17 +26,7 @@ $OpenBSD: patch-Makefile,v 1.3 2014/03/2
  ifdef KDE_SUPPORT
  
  # KDE paths, change if necessary
-@@ -40,7 +31,8 @@ QMAKE_OPTS=DEFINES+=KDE_SUPPORT INCLUDEPATH+=$(KDE_INC
- endif
- 
- src/smplayer:
--      ./get_svn_revision.sh
-+# OpenBSD - this script doesnt work on OpenBSD and is not needed
-+#     ./get_svn_revision.sh
-       +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make
-       cd src && $(LRELEASE) smplayer.pro
- 
-@@ -59,7 +51,7 @@ install: src/smplayer
+@@ -59,7 +50,7 @@ install: src/smplayer
        install -m 644 Changelog *.txt $(DESTDIR)$(DOC_PATH)
  
        -install -d $(DESTDIR)$(DOC_PATH)
@@ -45,7 +35,7 @@ $OpenBSD: patch-Makefile,v 1.3 2014/03/2
  
        -install -d $(DESTDIR)$(SHORTCUTS_PATH)
        cp src/shortcuts/* $(DESTDIR)$(SHORTCUTS_PATH)
-@@ -88,9 +80,9 @@ install: src/smplayer
+@@ -88,9 +79,9 @@ install: src/smplayer
        -install -d $(DESTDIR)$(KDE_APPLNK)
        install -m 644 smplayer.desktop $(DESTDIR)$(KDE_APPLNK)
        install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(KDE_APPLNK)
Index: patches/patch-src_preferences_cpp
===================================================================
RCS file: /cvs/ports/x11/smplayer/patches/patch-src_preferences_cpp,v
retrieving revision 1.5
diff -u -p -r1.5 patch-src_preferences_cpp
--- patches/patch-src_preferences_cpp   31 Oct 2014 13:51:36 -0000      1.5
+++ patches/patch-src_preferences_cpp   26 Jan 2015 18:55:43 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_preferences_cpp,v 1.5 2014/10/31 13:51:36 gonzalo Exp $
---- src/preferences.cpp.orig   Sat Aug 30 19:28:56 2014
-+++ src/preferences.cpp        Wed Oct 22 13:01:25 2014
-@@ -136,7 +136,7 @@ void Preferences::reset() {
+--- src/preferences.cpp.orig   Tue Jan 20 19:57:21 2015
++++ src/preferences.cpp        Mon Jan 26 12:05:36 2015
+@@ -138,7 +138,7 @@ void Preferences::reset() {
        softvol_max = 110; // 110 = default value in mplayer
        use_scaletempo = Detect;
        use_hwac3 = false;
@@ -10,7 +10,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.
  
        global_volume = true;
        volume = 50;
-@@ -164,8 +164,8 @@ void Preferences::reset() {
+@@ -166,8 +166,8 @@ void Preferences::reset() {
         Drives (CD/DVD)
         *************** */
  
@@ -21,7 +21,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.
  #ifdef BLURAY_SUPPORT
        bluray_device = "";
  #endif
-@@ -290,13 +290,13 @@ void Preferences::reset() {
+@@ -291,13 +291,13 @@ void Preferences::reset() {
      mplayer_additional_audio_filters="";
  
  #ifdef LOG_MPLAYER
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/smplayer/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST   20 Aug 2014 16:24:11 -0000      1.11
+++ pkg/PLIST   26 Jan 2015 18:55:43 -0000
@@ -8,9 +8,11 @@ share/doc/smplayer/Changelog
 share/doc/smplayer/Copying.txt
 share/doc/smplayer/Copying_BSD.txt
 share/doc/smplayer/Copying_libmaia.txt
+share/doc/smplayer/Copying_openssl.txt
 share/doc/smplayer/Finding_subtitles.txt
 share/doc/smplayer/Install.txt
 share/doc/smplayer/Not_so_obvious_things.txt
+share/doc/smplayer/Notes_about_mpv.txt
 share/doc/smplayer/Portable_Edition.txt
 share/doc/smplayer/Readme.txt
 share/doc/smplayer/Release_notes.txt
@@ -24,7 +26,6 @@ share/doc/smplayer/en/
 share/doc/smplayer/en/gpl.html
 share/doc/smplayer/es/
 share/doc/smplayer/es/gpl.html
-share/doc/smplayer/eu/
 share/doc/smplayer/fr/
 share/doc/smplayer/fr/gpl.html
 share/doc/smplayer/hu/
@@ -97,6 +98,7 @@ share/smplayer/translations/smplayer_ro_
 share/smplayer/translations/smplayer_ru_RU.qm
 share/smplayer/translations/smplayer_sk.qm
 share/smplayer/translations/smplayer_sl_SI.qm
+share/smplayer/translations/smplayer_sq_AL.qm
 share/smplayer/translations/smplayer_sr.qm
 share/smplayer/translations/smplayer_sv.qm
 share/smplayer/translations/smplayer_th.qm

Reply via email to