[96279] trunk/dports/graphics/gimp-gap-devel

devans at macports.org devans at macports.org
Mon Aug 6 15:00:33 PDT 2012


Revision: 96279
          https://trac.macports.org/changeset/96279
Author:   devans at macports.org
Date:     2012-08-06 15:00:33 -0700 (Mon, 06 Aug 2012)
Log Message:
-----------
gimp-gap-devel: update to latest git master, bundled ffmpeg version is now 0.7.11.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2012-08-06 21:27:12 UTC (rev 96278)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2012-08-06 22:00:33 UTC (rev 96279)
@@ -7,7 +7,7 @@
 conflicts       gimp-gap
 set git_name    gimp-gap
 version         2.7.0
-revision        7
+revision        8
 license         GPL-2+
 categories      graphics
 maintainers     devans
@@ -29,13 +29,14 @@
 
 fetch.type      git
 git.url         git://git.gnome.org/${git_name}
-git.branch      1f273f01c461651c474a67d14af01b92f1078b85
+git.branch      57fb04542b3f4f894b9fe9eba063f41699fb98a6
 
 pre-patch       {
                     system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | gnutar -xf -"
                 }
 
-patchfiles      patch-extern_libs-configure_options_ffmpeg.txt.diff
+patchfiles      patch-extern_libs-configure_options_ffmpeg.txt.diff \
+                patch-autogen.sh.diff
 
 post-patch     {
                    set ffmpeg_extras "--cc=${configure.cc} --arch=${build_arch}"
@@ -67,7 +68,6 @@
 configure.args  --disable-audio-support \
                 --disable-libmpeg3 \
                 --disable-ff-libfaac \
-                --disable-ff-libfaad \
                 --disable-ff-libx264 \
                 --enable-gdkpixbuf-pview \
                 --with-ffmpegsrcdir=${worksrcpath}/extern_libs/ffmpeg \

Added: trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff	                        (rev 0)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff	2012-08-06 22:00:33 UTC (rev 96279)
@@ -0,0 +1,14 @@
+--- autogen.sh.orig	2012-08-06 14:07:21.000000000 -0700
++++ autogen.sh	2012-08-06 14:07:56.000000000 -0700
+@@ -88,7 +88,10 @@
+ 
+ 
+ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
+-if (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
++if (automake-1.12 --version) < /dev/null > /dev/null 2>&1; then
++   AUTOMAKE=automake-1.12
++   ACLOCAL=aclocal-1.12
++elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
+    AUTOMAKE=automake-1.11
+    ACLOCAL=aclocal-1.11
+ elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120806/4033ab24/attachment.html>


More information about the macports-changes mailing list