[64538] trunk/dports/multimedia/ffmpeg

rmsfisher at macports.org rmsfisher at macports.org
Mon Mar 8 05:51:34 PST 2010


Revision: 64538
          http://trac.macports.org/changeset/64538
Author:   rmsfisher at macports.org
Date:     2010-03-08 05:51:30 -0800 (Mon, 08 Mar 2010)
Log Message:
-----------
multimedia/ffmpeg upgraded version from 0.5 to 0.5.1, added new configure flag required for existing faac dependency to work

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

Removed Paths:
-------------
    trunk/dports/multimedia/ffmpeg/files/patch-configure.diff

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2010-03-08 13:33:47 UTC (rev 64537)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2010-03-08 13:51:30 UTC (rev 64538)
@@ -7,8 +7,7 @@
 name            ffmpeg
 conflicts       ffmpeg-devel
 epoch           1
-version         0.5
-revision        5
+version         0.5.1
 categories      multimedia
 maintainers     devans openmaintainer
 
@@ -46,14 +45,13 @@
 
 use_bzip2       yes
 
-checksums       md5     be8503f15c3b81ba00eb8379ca8dcf33 \
-                sha1    f930971bc0ac3d11a4ffbb1af439425c24f6f5b1 \
-                rmd160  23b4a591c422f98b634eba0ba82817ad27a4ff07
+checksums           md5     c7b0e1729f7aafb10496d79bb963bb26 \
+                    sha1    ab29dbfc7510e34e47b491279533d2f8c18efc38 \
+                    rmd160  9765798cabbf937f97ca7137b4ab398df5a4ec47
 
 patchfiles      patch-libavfilter-avfilter.h.diff \
                 patch-libswscale-Makefile.diff \
-                patch-libswscale-swscale.h.diff \
-                patch-configure.diff
+                patch-libswscale-swscale.h.diff
 
 
 use_parallel_build yes
@@ -96,6 +94,7 @@
         --enable-libfaad \
         --enable-libxvid \
         --enable-libx264 \
+        --enable-nonfree \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
         --cc=${configure.cc}

Deleted: trunk/dports/multimedia/ffmpeg/files/patch-configure.diff
===================================================================
--- trunk/dports/multimedia/ffmpeg/files/patch-configure.diff	2010-03-08 13:33:47 UTC (rev 64537)
+++ trunk/dports/multimedia/ffmpeg/files/patch-configure.diff	2010-03-08 13:51:30 UTC (rev 64538)
@@ -1,11 +0,0 @@
---- configure.orig	2009-09-06 14:58:38.000000000 -0500
-+++ configure	2009-09-06 14:59:08.000000000 -0500
-@@ -1993,7 +1993,7 @@
- enabled libspeex   && require  libspeex speex/speex.h speex_decoder_init -lspeex
- enabled libtheora  && require  libtheora theora/theora.h theora_info_init -ltheora -logg
- enabled libvorbis  && require  libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
--enabled libx264    && require  libx264 x264.h x264_encoder_open -lx264 -lm &&
-+enabled libx264    && require  libx264 x264.h x264_encoder_encode -lx264 -lm &&
-                       { check_cpp_condition x264.h "X264_BUILD >= 65" ||
-                         die "ERROR: libx264 version must be >= 0.65."; }
- enabled libxvid    && require  libxvid xvid.h xvid_global -lxvidcore
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100308/6fd49ee8/attachment.html>


More information about the macports-changes mailing list