[59988] trunk/dports/multimedia/mplayer-devel/Portfile

ecronin at macports.org ecronin at macports.org
Wed Oct 28 14:14:32 PDT 2009


Revision: 59988
          http://trac.macports.org/changeset/59988
Author:   ecronin at macports.org
Date:     2009-10-28 14:14:28 -0700 (Wed, 28 Oct 2009)
Log Message:
-----------
multimedia/mplayer-devel: Apply acho's patch for 10.6, timeout on 32-bit build logs

Modified Paths:
--------------
    trunk/dports/multimedia/mplayer-devel/Portfile

Modified: trunk/dports/multimedia/mplayer-devel/Portfile
===================================================================
--- trunk/dports/multimedia/mplayer-devel/Portfile	2009-10-28 20:53:56 UTC (rev 59987)
+++ trunk/dports/multimedia/mplayer-devel/Portfile	2009-10-28 21:14:28 UTC (rev 59988)
@@ -5,14 +5,14 @@
 PortSystem          1.0
 
 name                mplayer-devel
-version             29418
-revision            1
+version             29701
+revision            0
 categories          multimedia
 maintainers         acho openmaintainer
 platforms           darwin
 
-set dvdnav_ver      1174
-set ffmpeg_ver      19425
+set dvdnav_ver      1181
+set ffmpeg_ver      19964
 
 description         The MPlayer movie player built from SVN.
 long_description    ${description} It plays most MPEG/VOB, AVI, Ogg/OGM, \
@@ -51,6 +51,8 @@
 configure.cppflags  {}
 configure.cxxflags  {}
 configure.ldflags   {}
+configure.cc_archflags  {}
+configure.cxx_archflags {}
 
 # Do not use pipes, otherwise the build phase will fail.
 configure.pipe      no
@@ -326,3 +328,18 @@
     # bits of libstdc++ are needed during linking
     build.env           LD=${configure.cxx}
 }
+
+platform darwin 9 {
+    configure.args-delete   --extra-cflags="-I${prefix}/include/lzo -I${prefix}/include"
+    configure.args-append   --extra-cflags="-fomit-frame-pointer -I${prefix}/include/lzo -I${prefix}/include"
+}
+
+platform darwin 10 {
+    if { ${configure.build_arch} == "x86_64" } {
+        configure.args-append   --target=x86_64-Darwin
+    } elseif { ${configure.build_arch} == "i386" } {
+        configure.args-append   --target=i386-Darwin
+    }
+    configure.args-append   --disable-qtx
+    configure.args-delete   --enable-macosx-bundle --enable-qtx
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091028/23adb200/attachment.html>


More information about the macports-changes mailing list