[87913] trunk/dports/graphics/gimp-gap-devel/Portfile

devans at macports.org devans at macports.org
Sun Dec 11 18:27:24 PST 2011


Revision: 87913
          http://trac.macports.org/changeset/87913
Author:   devans at macports.org
Date:     2011-12-11 18:27:22 -0800 (Sun, 11 Dec 2011)
Log Message:
-----------
gimp-gap-devel: update to latest git master, disable non-free ffmpeg options, correct license.

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

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2011-12-12 02:22:52 UTC (rev 87912)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2011-12-12 02:27:22 UTC (rev 87913)
@@ -7,8 +7,8 @@
 conflicts       gimp-gap
 set git_name    gimp-gap
 version         2.7.0
-revision        6
-license         {GPL-3 LGPL}
+revision        7
+license         GPL-2+
 categories      graphics
 maintainers     devans
 
@@ -29,7 +29,7 @@
 
 fetch.type      git
 git.url         git://git.gnome.org/${git_name}
-git.branch      d78e1b39f42e2eed540170144a429cf35d67d75f
+git.branch      1f273f01c461651c474a67d14af01b92f1078b85
 
 pre-patch       {
                     system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | gnutar -xf -"
@@ -51,8 +51,6 @@
                 port:yasm
 
 depends_lib     path:lib/pkgconfig/gimp-2.0.pc:gimp2 \
-                port:faac \
-                port:faad2 \
                 port:lame \
                 port:XviD \
                 port:bzip2 \
@@ -68,6 +66,8 @@
 
 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111211/52e5d497/attachment.html>


More information about the macports-changes mailing list