[83574] trunk/dports/graphics/gimp-gap-devel
devans at macports.org
devans at macports.org
Mon Sep 5 20:07:01 PDT 2011
Revision: 83574
http://trac.macports.org/changeset/83574
Author: devans at macports.org
Date: 2011-09-05 20:07:00 -0700 (Mon, 05 Sep 2011)
Log Message:
-----------
gimp-gap-devel: update to latest git master, bug fixes, a few new features, embedded ffmpeg is now 0.6.1.
Modified Paths:
--------------
trunk/dports/graphics/gimp-gap-devel/Portfile
trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff
Added Paths:
-----------
trunk/dports/graphics/gimp-gap-devel/files/patch-gap-gap_frame_fetcher.c.diff
Removed Paths:
-------------
trunk/dports/graphics/gimp-gap-devel/files/patch-ffmpeg-Makefile.diff
Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile 2011-09-06 03:03:08 UTC (rev 83573)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile 2011-09-06 03:07:00 UTC (rev 83574)
@@ -7,7 +7,7 @@
conflicts gimp-gap
set git_name gimp-gap
version 2.7.0
-revision 4
+revision 5
categories graphics
maintainers devans
@@ -28,14 +28,14 @@
fetch.type git
git.url git://git.gnome.org/${git_name}
-git.branch ab07c18b
+git.branch 2d6c80c7
pre-patch {
system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | gnutar -xf -"
}
patchfiles patch-extern_libs-configure_options_ffmpeg.txt.diff \
- patch-ffmpeg-Makefile.diff
+ patch-gap-gap_frame_fetcher.c.diff
post-patch {
if {$build_arch != ""} {
Modified: trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff 2011-09-06 03:03:08 UTC (rev 83573)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-extern_libs-configure_options_ffmpeg.txt.diff 2011-09-06 03:07:00 UTC (rev 83574)
@@ -1,8 +1,8 @@
---- extern_libs/configure_options_ffmpeg.txt.orig 2010-08-04 11:21:45.000000000 -0700
-+++ extern_libs/configure_options_ffmpeg.txt 2010-08-04 12:13:36.000000000 -0700
-@@ -1,4 +1,4 @@
----enable-shared --enable-static --disable-mmx --enable-gpl
-+--enable-shared --enable-static --disable-amd3dnow --disable-amd3dnowext --disable-mmx --disable-mmx2 --disable-sse --disable-ssse3 --enable-gpl --disable-ffmpeg --disable-ffplay --disable-ffserver MP_FFMPEG_EXTRAS
- # recent ffmpeg releases does no longer support --enable-liba52
- # for audio /mp3 encoding ffmpeg recommands to link with the external libraries.
- #
+--- extern_libs/configure_options_ffmpeg.txt.orig 2011-09-04 14:15:10.000000000 -0700
++++ extern_libs/configure_options_ffmpeg.txt 2011-09-04 14:16:20.000000000 -0700
+@@ -15,4 +15,4 @@
+ # --enable-swscale
+ # --enable-nonfree
+ # options for the ffmpeg configure
+-
++--disable-doc --disable-indevs --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver MP_FFMPEG_EXTRAS
Deleted: trunk/dports/graphics/gimp-gap-devel/files/patch-ffmpeg-Makefile.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-ffmpeg-Makefile.diff 2011-09-06 03:03:08 UTC (rev 83573)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-ffmpeg-Makefile.diff 2011-09-06 03:07:00 UTC (rev 83574)
@@ -1,16 +0,0 @@
---- extern_libs/ffmpeg/Makefile.orig 2010-08-04 19:25:32.000000000 -0700
-+++ extern_libs/ffmpeg//Makefile 2010-08-04 19:27:27.000000000 -0700
-@@ -113,9 +113,10 @@
- VHOOK_DEPS = $(HOOKS:$(SLIBSUF)=.d)
- depend dep: $(VHOOK_DEPS)
-
--documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
-- ffplay-doc.html general.html hooks.html \
-- $(ALLMANPAGES))
-+documentation:
-+# documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
-+# ffplay-doc.html general.html hooks.html \
-+# $(ALLMANPAGES))
-
- doc/%.html: doc/%.texi
- texi2html -monolithic -number $<
Added: trunk/dports/graphics/gimp-gap-devel/files/patch-gap-gap_frame_fetcher.c.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-gap-gap_frame_fetcher.c.diff (rev 0)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-gap-gap_frame_fetcher.c.diff 2011-09-06 03:07:00 UTC (rev 83574)
@@ -0,0 +1,11 @@
+--- gap/gap_frame_fetcher.c.orig 2011-09-04 20:06:44.000000000 -0700
++++ gap/gap_frame_fetcher.c 2011-09-04 20:08:06.000000000 -0700
+@@ -68,7 +68,7 @@
+
+
+ // TODO add configure option to check for HAVE_SYSINFO
+-#define HAVE_SYSINFO 0
++#undef HAVE_SYSINFO
+
+ #ifdef HAVE_SYSINFO
+ #include <sys/sysinfo.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110905/2bf52836/attachment-0001.html>
More information about the macports-changes
mailing list