[38543] trunk/dports/multimedia/ffmpeg/Portfile

acho at macports.org acho at macports.org
Thu Jul 24 19:55:55 PDT 2008


Revision: 38543
          http://trac.macosforge.org/projects/macports/changeset/38543
Author:   acho at macports.org
Date:     2008-07-24 19:55:55 -0700 (Thu, 24 Jul 2008)
Log Message:
-----------
version bump to latest, re-enable mmx.

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

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2008-07-25 02:55:12 UTC (rev 38542)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2008-07-25 02:55:55 UTC (rev 38543)
@@ -4,7 +4,7 @@
 
 name		ffmpeg
 version		0.4.9-pre1
-revision	8
+revision	9
 categories	multimedia
 maintainers	acho at macports.org openmaintainer
 description	Digital VCR and streaming server
@@ -38,13 +38,13 @@
 worksrcdir     trunk
 depends_build  bin:svn:subversion
 
-set svn_rev 12276
+set svn_rev 14381
 
 fetch {
     if {![file isdirectory ${distpath}/${svn_rev}]} {
         file mkdir ${distpath}/${svn_rev}
         system "svn export -r${svn_rev} --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
-        system "svn export -r26183 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
+        system "svn export -r27347 svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
     }
 }
 
@@ -74,8 +74,8 @@
 }
 
 platform darwin i386 {
-	# Fix Leopard problems by disabling assembly for now; see #13019.
-	configure.args-append --disable-mmx
+	# Fix Leopard problems by disabling the cavs decoder for now; see #13019.
+	configure.args-append --disable-decoder=cavs
 	post-patch {
 		reinplace "s|defined\(ARCH_X86\) \&\& defined\(CONFIG_GPL\)|defined\(ARCH_X86\) \\\&\\\& defined\(CONFIG_GPL\) \\\&\\\& \\\!defined\(__APPLE__\)|g" ${worksrcpath}/libswscale/rgb2rgb.c
 	}
@@ -86,7 +86,7 @@
 }
 
 variant postproc requires gpl description {enable GPLed postprocessing support} {
-	configure.args-append --enable-pp
+	configure.args-append --enable-postproc
 }
 
 # Adds MP3 support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080724/9aea53ae/attachment.html 


More information about the macports-changes mailing list