[46118] trunk/dports/multimedia/ffmpeg-devel/Portfile

devans at macports.org devans at macports.org
Thu Jan 29 14:50:53 PST 2009


Revision: 46118
          http://trac.macports.org/changeset/46118
Author:   devans at macports.org
Date:     2009-01-29 14:50:53 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
ffmpeg-devel: disable libx264 support until port x264 is updated, we require x264 build 65 or better but current port is build 60. See #18283.

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

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-01-29 22:31:03 UTC (rev 46117)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-01-29 22:50:53 UTC (rev 46118)
@@ -35,9 +35,13 @@
 use_parallel_build yes
 
 depends_build   bin:svn:subversion \
-                port:gmake \
-                port:x264
+                port:gmake
 
+#
+# disable x264 until it is updated to build 65 or better
+#
+#depends_build-append port:x264
+
 depends_lib     port:lame \
                 port:libvorbis \
                 port:libogg \
@@ -90,14 +94,13 @@
         --enable-libtheora \
         --enable-libfaac \
         --enable-libfaad \
-        --enable-libx264 \
         --enable-libxvid \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
         --disable-mmx \
         --cc=gcc-4.0
 
-#add --enable-libx264 to configure args #18283 is committed
+#add --enable-libx264 to configure args when #18283 is committed
 
 test.run        yes
 
@@ -139,8 +142,11 @@
     configure.args-delete   --enable-swscale
     configure.args-delete   --enable-libfaad
     depends_lib-delete      port:faad2
-    configure.args-delete   --enable-libx264
-    depends_build-delete      port:x264
+#
+# uncomment when x264 is updated to build 65 or better
+#
+#    configure.args-delete   --enable-libx264
+#    depends_build-delete      port:x264
     configure.args-delete   --enable-libxvid
     depends_lib-delete      port:XviD
 }
@@ -178,9 +184,9 @@
 *******      postproc
 *******      swscale
 *******      libfaad
-*******      libx264
+*******      libx264 (currently not included due to outdated port)
 *******      libxvid
-******* 
+*******
 ******* To include only LGPLed code use variants +no_nonfree +no_gpl
 *******
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/3fe0824d/attachment.html>


More information about the macports-changes mailing list