[91340] trunk/dports/multimedia/ffmpeg-devel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Mar 29 22:26:50 PDT 2012


Revision: 91340
          https://trac.macports.org/changeset/91340
Author:   jeremyhu at macports.org
Date:     2012-03-29 22:26:50 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
ffmpeg-devel: Bump to current git and drop llvm-gcc workaround as it is no longer needed

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

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2012-03-30 05:21:12 UTC (rev 91339)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2012-03-30 05:26:50 UTC (rev 91340)
@@ -7,11 +7,11 @@
 
 name            ffmpeg-devel
 conflicts       ffmpeg
-version         20120317
-set git_branch  69174fad736e4ced0010a25e0fde5389ba9c77f0
+version         20120329
+set git_branch  d3d5e84f33496f7c6ed704d53998db97a69f02e8
 license         GPL-2+
 categories      multimedia
-maintainers     devans openmaintainer
+maintainers     devans jeremyhu openmaintainer
 
 description     FFmpeg is a complete solution to play, record, convert and \
                 stream audio and video.
@@ -76,9 +76,9 @@
     error "git branch hash must be at least 7 characters long."
 }
 
-checksums           sha1    2e378ef1c33d29b2706a7aae6db822e87a253f46 \
-                    rmd160  7bb425a59870b78c2f68536d9340927579114534 \
-                    sha256  c2371f02387ff604f08e6aaeda048886251547538a598778b10cc9afb1dd6159
+checksums           sha1    64cf20d99666de94b54e05bad9c2e8a4161a2912 \
+                    rmd160  1fd0365a277de963ac81a6dfbce17fddb671ad5a \
+                    sha256  e8f11708bc74be3f754e6f2a20c0982e50a3d556142ae7b4ad7a88c6c27c366e
 
 build.cmd       ${prefix}/bin/gmake
 build.env-append V=1
@@ -89,12 +89,6 @@
 #
 minimum_xcodeversions {9 3.1}
 
-# Under some conditions, llvm-gcc-4.2 drops some "unused" code even though it is used.
-# This is fixed in llvm-gcc trunk, but not in Apple's shipped llvm-gccs.
-if {${configure.compiler} == "llvm-gcc-4.2"} {
-    configure.compiler clang
-}
-
 configure.cflags-append    -DHAVE_LRINTF ${configure.cppflags}
 configure.args \
         --enable-gpl \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120329/c9d1d06d/attachment.html>


More information about the macports-changes mailing list