Revision: 117555 https://trac.macports.org/changeset/117555 Author: devans@macports.org Date: 2014-03-03 09:05:07 -0800 (Mon, 03 Mar 2014) Log Message: ----------- ffmpeg-devel: update to recent git master, add support for Fraunhofer libfdk-aac codec (+nonfree only, #42190), now provides both vp8 and vp9 using libvpx 1.3.0. Modified Paths: -------------- trunk/dports/multimedia/ffmpeg-devel/Portfile trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile =================================================================== --- trunk/dports/multimedia/ffmpeg-devel/Portfile 2014-03-03 17:02:00 UTC (rev 117554) +++ trunk/dports/multimedia/ffmpeg-devel/Portfile 2014-03-03 17:05:07 UTC (rev 117555) @@ -8,9 +8,8 @@ name ffmpeg-devel conflicts ffmpeg -version 20140116 -revision 2 -set git_branch 3ca7085ae2f7734746174762e76a9b2b1c6e8626 +version 20140228 +set git_branch ffb7d7195be6a4f25e81600a2a6a6dadd2a11e18 license LGPL-2.1+ categories multimedia maintainers devans jeremyhu openmaintainer @@ -51,8 +50,8 @@ master_sites "http://git.videolan.org/gitweb.cgi?p=ffmpeg.git;a=snapshot;h=${git_branch};sf=tgz;dummy=" dist_subdir ffmpeg -checksums rmd160 ba221d0f569f165c46d97b84f40a7b04a4de71e0 \ - sha256 a1d953a1f55a5dcb3f5db73ca91287726e8ec26dd82c70d889f04d00ed42c20a +checksums rmd160 eda3401e7303b781440c2cd698fd518a26356156 \ + sha256 8e1c3203bfadce695f5d18f9d66ab5e9704168777dc44638b748212db1dfb78b depends_build port:pkgconfig \ port:gmake \ @@ -225,8 +224,10 @@ variant nonfree description {enable nonfree code, libraries and binaries will not be redistributable} { configure.args-append --enable-nonfree \ + --enable-libfdk-aac \ --enable-libfaac - depends_lib-append port:faac + depends_lib-append port:libfdk-aac \ + port:faac license-delete LGPL-2.1+ license-append Restrictive } @@ -237,6 +238,7 @@ ******* This build of ${name} includes nonfree code as follows: ******* ******* libfaac +******* libfdk-aac ******* ******* The following libraries and binaries may not be redistributed: ******* Modified: trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff =================================================================== --- trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff 2014-03-03 17:02:00 UTC (rev 117554) +++ trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff 2014-03-03 17:05:07 UTC (rev 117555) @@ -1,6 +1,6 @@ ---- configure.orig 2014-01-17 09:06:53.000000000 -0800 -+++ configure 2014-01-17 09:07:35.000000000 -0800 -@@ -4358,9 +4358,12 @@ +--- configure.orig 2014-02-28 12:32:24.000000000 -0800 ++++ configure 2014-03-01 08:46:14.000000000 -0800 +@@ -4558,9 +4558,12 @@ fi # libdc1394 check
participants (1)
-
devans@macports.org