[97037] trunk/dports/multimedia/mplayer2/Portfile

cal at macports.org cal at macports.org
Fri Aug 24 16:18:51 PDT 2012


Revision: 97037
          https://trac.macports.org/changeset/97037
Author:   cal at macports.org
Date:     2012-08-24 16:18:50 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
mplayer2: update to latest HEAD

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer2/Portfile

Modified: trunk/dports/multimedia/mplayer2/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer2/Portfile	2012-08-24 23:11:16 UTC (rev 97036)
+++ trunk/dports/multimedia/mplayer2/Portfile	2012-08-24 23:18:50 UTC (rev 97037)
@@ -14,11 +14,10 @@
 long_description        ${description}
 
 homepage                http://www.mplayer2.org/
-version                 2.0-20120606
-revision                1
+version                 2.0-20120815
 fetch.type              git
 git.url                 git://git.mplayer2.org/mplayer2.git
-git.branch              f63dbaddb6de6add6d987dc28ca8771aca230451
+git.branch              01d067dd2160fa3c69a397840a0abd82837f4c91
 
 # disable livecheck, because it seems upstream isn't going to do any releases
 livecheck.type          none
@@ -27,7 +26,8 @@
 
 depends_build-append    port:pkgconfig \
                         port:yasm \
-                        port:autoconf
+                        port:autoconf \
+                        port:python32
 
 depends_lib-append      \
                         path:lib/pkgconfig/sdl.pc:libsdl \
@@ -62,6 +62,13 @@
 
 universal_variant       no
 
+post-patch {
+    reinplace "s|#!/usr/bin/env python3|#!$prefix/bin/python3.2|g" \
+        ${worksrcpath}/TOOLS/file2string.py \
+        ${worksrcpath}/TOOLS/matroska.py \
+        ${worksrcpath}/TOOLS/vdpau_functions.py
+}
+
 configure.cppflags-append \
                         -I$prefix/include/freetype2
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/0f19de49/attachment.html>


More information about the macports-changes mailing list