Hi,

Update for smplayer to 0.8.4:

* New option to select the fps for external subtitles.
* The video equalizer dialog has been rewritten and now it allows to 
  switch on/off the software equalizer from there.
* Support for encoding ISO-8859-16 for subtitles.
* The support for MPlayer2 has been improved and now we provide an 
  optional package for Windows which includes MPlayer2. MPlayer2 has 
  interesting new features like support for mkv ordered chapters and 
  precise seeks.
* Some bugfixes.

builds fine on powerpc.

Ok? Comments?

Cheers.

-- 
Sending from my VCR...
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    11 Mar 2013 11:46:15 -0000      1.13
+++ Makefile    26 Mar 2013 17:57:37 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              complete front-end for MPlayer
 
-DISTNAME =             smplayer-0.8.3
+DISTNAME =             smplayer-0.8.4
 
 CATEGORIES =           multimedia x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/smplayer/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    7 Jan 2013 11:45:21 -0000       1.4
+++ distinfo    26 Mar 2013 17:57:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (smplayer-0.8.3.tar.bz2) = g1FBERaXyeW2i23FyWtLOMHA7tQfAtQv8UZ+kyqZZDU=
-SIZE (smplayer-0.8.3.tar.bz2) = 3201389
+SHA256 (smplayer-0.8.4.tar.bz2) = l+LygQo3GOWuEdAA4RfBBKm1un2SUW9r4Dya+l8Hor8=
+SIZE (smplayer-0.8.4.tar.bz2) = 3333370
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile      18 Oct 2009 22:24:45 -0000      1.1.1.1
+++ patches/patch-Makefile      26 Mar 2013 17:57:37 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2009/10/18 22:24:45 edd Exp $
---- Makefile.orig      Wed Mar 11 02:21:41 2009
-+++ Makefile   Sat Oct 17 16:46:41 2009
+--- Makefile.orig      Thu Nov  1 19:42:16 2012
++++ Makefile   Sat Mar 23 14:11:58 2013
 @@ -5,7 +5,7 @@ PREFIX=/usr/local
  CONF_PREFIX=$(PREFIX)
  
@@ -40,7 +40,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2009/
  
        -install -d $(DESTDIR)$(SHORTCUTS_PATH)
        cp src/shortcuts/* $(DESTDIR)$(SHORTCUTS_PATH)
-@@ -75,9 +76,9 @@ install: src/smplayer
+@@ -88,9 +89,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.2
diff -u -p -r1.2 patch-src_preferences_cpp
--- patches/patch-src_preferences_cpp   4 Jun 2012 14:27:42 -0000       1.2
+++ patches/patch-src_preferences_cpp   26 Mar 2013 17:57:37 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_preferences_cpp,v 1.2 2012/06/04 14:27:42 gonzalo Exp $
---- src/preferences.cpp.orig   Mon Mar 19 01:49:58 2012
-+++ src/preferences.cpp        Sat May 26 11:08:29 2012
-@@ -123,7 +123,7 @@ void Preferences::reset() {
+--- src/preferences.cpp.orig   Fri Mar 15 18:23:43 2013
++++ src/preferences.cpp        Sat Mar 23 14:11:58 2013
+@@ -127,7 +127,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;
-@@ -145,8 +145,8 @@ void Preferences::reset() {
+@@ -149,8 +149,8 @@ void Preferences::reset() {
         Drives (CD/DVD)
         *************** */
  
@@ -21,7 +21,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.
  
  #ifndef Q_OS_WIN
        // Try to set default values
-@@ -260,13 +260,13 @@ void Preferences::reset() {
+@@ -265,13 +265,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.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST   7 Jan 2013 11:45:21 -0000       1.7
+++ pkg/PLIST   26 Mar 2013 17:57:37 -0000
@@ -79,6 +79,7 @@ share/smplayer/translations/smplayer_eu.
 share/smplayer/translations/smplayer_fi.qm
 share/smplayer/translations/smplayer_fr.qm
 share/smplayer/translations/smplayer_gl.qm
+share/smplayer/translations/smplayer_he_IL.qm
 share/smplayer/translations/smplayer_hr.qm
 share/smplayer/translations/smplayer_hu.qm
 share/smplayer/translations/smplayer_it.qm
@@ -98,6 +99,7 @@ share/smplayer/translations/smplayer_sk.
 share/smplayer/translations/smplayer_sl_SI.qm
 share/smplayer/translations/smplayer_sr.qm
 share/smplayer/translations/smplayer_sv.qm
+share/smplayer/translations/smplayer_th.qm
 share/smplayer/translations/smplayer_tr.qm
 share/smplayer/translations/smplayer_uk_UA.qm
 share/smplayer/translations/smplayer_vi_VN.qm

Reply via email to