Revision
79952
Author
jeremyhu@macports.org
Date
2011-06-30 01:17:48 -0700 (Thu, 30 Jun 2011)

Log Message

ffmpeg: Version bump to 0.7.1

This version fixes some clang and llvm-gcc build failures.

0.7.1 is API and ABI compatible with 0.6.x, so it doesn't require changes to other ports.

Modified Paths

Diff

Modified: trunk/dports/multimedia/ffmpeg/Portfile (79951 => 79952)


--- trunk/dports/multimedia/ffmpeg/Portfile	2011-06-30 07:00:12 UTC (rev 79951)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2011-06-30 08:17:48 UTC (rev 79952)
@@ -7,8 +7,7 @@
 name            ffmpeg
 conflicts       ffmpeg-devel
 epoch           1
-version         0.6.3
-revision        1
+version         0.7.1
 license         nonfree GPL-2+ LGPL-2.1+
 categories      multimedia
 maintainers     devans openmaintainer
@@ -50,12 +49,9 @@
 
 use_bzip2       yes
 
-checksums       sha1    25dd82e8a3627a1a9d4464e15685720215fecb3c \
-                rmd160  623bf7c60ad7dd4febdac5ae5ef12566fb8dbf38
+checksums       sha1    d006cf0fb61d654c0845240da868ecf3a94c043f \
+                rmd160  6539f725d869b97a1821636bd1416312970a6457
 
-patchfiles      patch-libswscale-swscale.h.diff \
-                patch-Makefile.diff
-
 depends_build   port:pkgconfig \
                 port:gmake \
                 port:texi2html
@@ -89,13 +85,12 @@
 configure.args \
         --enable-gpl \
         --enable-postproc \
-        --enable-swscale --enable-avfilter --enable-avfilter-lavf \
+        --enable-swscale --enable-avfilter \
         --enable-libmp3lame \
         --enable-libvorbis \
         --enable-libtheora \
         --enable-libdirac --enable-libschroedinger \
         --enable-libfaac \
-        --enable-libfaad \
         --enable-libxvid \
         --enable-libx264 \
         --enable-libvpx \