[78923] trunk/dports/multimedia/ffmpeg

ryandesign at macports.org ryandesign at macports.org
Thu May 26 19:42:35 PDT 2011


Revision: 78923
          http://trac.macports.org/changeset/78923
Author:   ryandesign at macports.org
Date:     2011-05-26 19:42:34 -0700 (Thu, 26 May 2011)
Log Message:
-----------
ffmpeg: update to 0.6.3 (#29533) and remove patch and parallel build issue workaround (#25926)

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

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

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2011-05-27 02:35:35 UTC (rev 78922)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2011-05-27 02:42:34 UTC (rev 78923)
@@ -7,7 +7,7 @@
 name            ffmpeg
 conflicts       ffmpeg-devel
 epoch           1
-version         0.6.2
+version         0.6.3
 license         nonfree GPL-2+ LGPL-2.1+
 categories      multimedia
 maintainers     devans openmaintainer
@@ -49,12 +49,10 @@
 
 use_bzip2       yes
 
-checksums       md5     f7819307dad55aa0d6b40ac0e862884d \
-                sha1    d4e464d4111971b9cef10be7a1efa3677a899338 \
-                rmd160  cd2f5011c65a9eaf5353a8d49ff3a14a467baa63
+checksums       sha1    25dd82e8a3627a1a9d4464e15685720215fecb3c \
+                rmd160  623bf7c60ad7dd4febdac5ae5ef12566fb8dbf38
 
-patchfiles      patch-libswscale-Makefile.diff \
-                patch-libswscale-swscale.h.diff \
+patchfiles      patch-libswscale-swscale.h.diff \
                 patch-Makefile.diff
 
 depends_build   port:pkgconfig \
@@ -77,16 +75,6 @@
                 port:bzip2 \
                 port:zlib
 
-#
-# temporary empirical counter-intuitive hack to enable building on
-# single processor/core machines see #25926
-# TODO: understand the root cause, why this works and/or apply a better fix
-#
-
-if {${build.jobs} < 2} {
-    build.jobs 2
-}
-
 build.cmd       ${prefix}/bin/gmake
 build.env-append V=1
 

Deleted: trunk/dports/multimedia/ffmpeg/files/patch-libswscale-Makefile.diff
===================================================================
--- trunk/dports/multimedia/ffmpeg/files/patch-libswscale-Makefile.diff	2011-05-27 02:35:35 UTC (rev 78922)
+++ trunk/dports/multimedia/ffmpeg/files/patch-libswscale-Makefile.diff	2011-05-27 02:42:34 UTC (rev 78923)
@@ -1,10 +0,0 @@
---- libswscale/Makefile	(revision 27347)
-+++ libswscale/Makefile	(working copy)
-@@ -1,5 +1,7 @@
- include $(SUBDIR)../config.mak
- 
-+EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
-+
- NAME = swscale
- FFLIBS = avutil
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110526/3a0405e5/attachment-0001.html>


More information about the macports-changes mailing list