After talk with brad@ he told me that MPV only works on amd64, so I keep 
just mplayer.

OK?

On 26/01, Daniel Jakots wrote:
; On Mon, 26 Jan 2015 16:00:11 -0300, "Gonzalo L. Rodriguez"
; <gonz...@x61.com.ar> wrote:
; 
; > Test are welcome.
; 
; It builds and works (basic test though) fine on -current amd64.
; 
; Cheers,
; Daniel
; 

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/smplayer/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    27 Mar 2015 08:16:23 -0000      1.19
+++ Makefile    22 Apr 2015 20:42:18 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              complete front-end for MPlayer
 
-DISTNAME =             smplayer-14.9.0
-REVISION =             0
+DISTNAME =             smplayer-14.9.0.6690
 
 CATEGORIES =           multimedia x11
 
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    22 Apr 2015 20:42:18 -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      22 Apr 2015 20:42:18 -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   22 Apr 2015 20:42:18 -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

Reply via email to