[99425] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Sun Nov 4 17:39:28 PST 2012


Revision: 99425
          http://trac.macports.org//changeset/99425
Author:   jeremyhu at macports.org
Date:     2012-11-04 17:39:28 -0800 (Sun, 04 Nov 2012)
Log Message:
-----------
ffmpeg*: Update ffmpeg-devel to recent git and --enable-libfreetype

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

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2012-11-05 01:38:37 UTC (rev 99424)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2012-11-05 01:39:28 UTC (rev 99425)
@@ -9,7 +9,7 @@
 conflicts       ffmpeg-devel
 epoch           1
 version         1.0
-revision        1
+revision        2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 license         LGPL-2.1+
 categories      multimedia
@@ -40,7 +40,7 @@
                         \
                         libavcodec is a library containing all the ffmpeg \
                         audio/video encoders and decoders. Most codecs were \
-                        developed from scratch to ensure best performances \
+                        developed from scratch to ensure best performance \
                         and high code reusability. \
                         \
                         libavformat is a library containing parsers and \
@@ -69,6 +69,7 @@
                 port:dirac \
                 port:schroedinger \
                 port:openjpeg \
+                port:freetype \
                 path:lib/libspeex.dylib:speex \
                 port:libvpx \
                 path:lib/pkgconfig/sdl.pc:libsdl \
@@ -107,6 +108,7 @@
         --enable-libmodplug \
         --enable-libvpx \
         --enable-libspeex \
+        --enable-libfreetype \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
         --cc=${configure.cc}

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2012-11-05 01:38:37 UTC (rev 99424)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2012-11-05 01:39:28 UTC (rev 99425)
@@ -7,9 +7,8 @@
 
 name            ffmpeg-devel
 conflicts       ffmpeg
-version         20121025
-revision        1
-set git_branch  14f69a0516e4a505eaa65236b919023ecd146d95
+version         20121031
+set git_branch  0e4d34e087e708a0211671b56418440de7847be6
 license         LGPL-2.1+
 categories      multimedia
 maintainers     devans jeremyhu openmaintainer
@@ -39,7 +38,7 @@
                         \
                         libavcodec is a library containing all the ffmpeg \
                         audio/video encoders and decoders. Most codecs were \
-                        developed from scratch to ensure best performances \
+                        developed from scratch to ensure best performance \
                         and high code reusability. \
                         \
                         libavformat is a library containing parsers and \
@@ -64,6 +63,7 @@
                 port:dirac \
                 port:schroedinger \
                 port:openjpeg \
+                port:freetype \
                 path:lib/libspeex.dylib:speex \
                 port:libvpx \
                 path:lib/pkgconfig/sdl.pc:libsdl \
@@ -77,9 +77,9 @@
     error "git branch hash must be at least 7 characters long."
 }
 
-checksums           sha1    ea1f0a9d3ee0a378b5af76cddc6061ec5c8d70f1 \
-                    rmd160  224288ea3445d91f2ddabb4c6e0f1dc9d36e373e \
-                    sha256  17636682a3e8d190ae40b4953e6fe27cbe49d86f1b44c9743d36b902df2b45a6
+checksums           sha1    da315e4822eb0cdc959113d99ad66e64fb6a994c \
+                    rmd160  3647904ec372f2cc8f1efe56869643da770d81ab \
+                    sha256  94b8570d30d790d01cbaf32a70709cf3df3a0c66d62de6380855f84b9aabf020
 
 build.cmd       ${prefix}/bin/gmake
 build.env-append V=1
@@ -113,6 +113,7 @@
         --enable-libmodplug \
         --enable-libvpx \
         --enable-libspeex \
+        --enable-libfreetype \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
         --cc=${configure.cc}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121104/85722c1b/attachment.html>


More information about the macports-changes mailing list