[126689] trunk/dports/multimedia/mpv

cal at macports.org cal at macports.org
Mon Oct 13 13:25:33 PDT 2014


Revision: 126689
          https://trac.macports.org/changeset/126689
Author:   cal at macports.org
Date:     2014-10-13 13:25:33 -0700 (Mon, 13 Oct 2014)
Log Message:
-----------
mpv: update to 0.6.0, maintainer, closes #45302

Modified Paths:
--------------
    trunk/dports/multimedia/mpv/Portfile
    trunk/dports/multimedia/mpv/files/config-maintainer

Modified: trunk/dports/multimedia/mpv/Portfile
===================================================================
--- trunk/dports/multimedia/mpv/Portfile	2014-10-13 20:22:56 UTC (rev 126688)
+++ trunk/dports/multimedia/mpv/Portfile	2014-10-13 20:25:33 UTC (rev 126689)
@@ -5,8 +5,9 @@
 PortGroup               github 1.0
 PortGroup               waf 1.0
 
-github.setup            mpv-player mpv 0.5.0 v
-revision                1
+# Please revbump mpv whenever ffmpeg{,-devel} is updated!
+github.setup            mpv-player mpv 0.6.0 v
+revision                0
 categories              multimedia
 license                 GPL-2+
 maintainers             ionic.de:ionic
@@ -21,8 +22,8 @@
                         and even H.264 movies.
 homepage                http://www.mpv.io/
 
-checksums               rmd160  f1d443d3c4999d1b1610f95fac43827a4cea8602 \
-                        sha256  9ca7ab6fdd533c5ec9aac2a4963a42220940b5bc6c1de940ff1d174f57460965
+checksums               rmd160  7730a45810e018029fb1f6a0525f112b8968362b \
+                        sha256  158ef6066c1270e66bcf865bb250c8c6e1d7a1ace1d30c9a193956b30ee650c4
 
 depends_build           path:bin/pkg-config:pkgconfig
 depends_lib             path:lib/libavcodec.dylib:ffmpeg \
@@ -54,7 +55,6 @@
                         --enable-libass \
                         --enable-coreaudio \
                         --enable-cocoa \
-                        --enable-corevideo \
                         --disable-vda-hwaccel \
                         --disable-vda-gl
 
@@ -85,8 +85,7 @@
                         --disable-xv \
                         --disable-gl-x11 \
                         --disable-xinerama \
-                        --disable-xf86vm \
-                        --disable-xf86xk \
+                        --disable-xrandr \
                         --disable-caca \
                         --disable-jpeg \
                         --disable-tv \
@@ -315,20 +314,20 @@
                             port:xorg-libXScrnSaver \
                             port:xorg-libXinerama \
                             port:xorg-libXv \
-                            port:xorg-libXxf86vm
+                            port:xorg-libXrandr
 
     configure.args-delete   --disable-x11 \
                             --disable-xss \
                             --disable-xext \
                             --disable-xinerama \
                             --disable-xv \
-                            --disable-xf86vm
+                            --disable-xrandr
     configure.args-append   --enable-x11 \
                             --enable-xss \
                             --enable-xext \
                             --enable-xv \
                             --enable-xinerama \
-                            --enable-xf86vm
+                            --enable-xrandr
 }
 
 variant opengl description {Enable glx output support.  Both the CoreVideo and X11 outputs are supported} {

Modified: trunk/dports/multimedia/mpv/files/config-maintainer
===================================================================
--- trunk/dports/multimedia/mpv/files/config-maintainer	2014-10-13 20:22:56 UTC (rev 126688)
+++ trunk/dports/multimedia/mpv/files/config-maintainer	2014-10-13 20:25:33 UTC (rev 126689)
@@ -11,10 +11,10 @@
 softvol=yes
 softvol-max=800
 
-framedrop=yes
+framedrop=vo
 
 hwdec=vda
 
 #alang=en,eng,de,ger
 
-cache=16384
+cache=50700
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141013/e6b55ec0/attachment.html>


More information about the macports-changes mailing list