[52079] trunk/dports/graphics/gimp-gap

devans at macports.org devans at macports.org
Tue Jun 9 12:57:43 PDT 2009


Revision: 52079
          http://trac.macports.org/changeset/52079
Author:   devans at macports.org
Date:     2009-06-09 12:57:37 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
gimp-gap: update to new stable version 2.6.0, dependencies, configuration.

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

Removed Paths:
-------------
    trunk/dports/graphics/gimp-gap/files/

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2009-06-09 19:54:22 UTC (rev 52078)
+++ trunk/dports/graphics/gimp-gap/Portfile	2009-06-09 19:57:37 UTC (rev 52079)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name            gimp-gap
-version         2.4.0
-revision        2
+version         2.6.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
@@ -21,66 +20,34 @@
 
 homepage        http://www.gimp.org/
 platforms       darwin
-master_sites    gimp:gimp/plugins/v${branch}/gap/
+master_sites    gimp:gimp/plug-ins/v${branch}/gap/
 
-checksums       md5     b3e8eb56cc3d94325a81266a2d95fa39 \
-                sha1    bbbc5b115b4815726bca9d962ae0a7ca1c2e07e8 \
-                rmd160  7a2a4c8935560a7b95575b9479af2cc7fee9e0a4
+checksums       md5     249ed829de8b78675c0fe4ef4212089f \
+                sha1    5ce9b73de4c992bd2a527197847033e15eb2c346 \
+                rmd160  2121eae37bd02f8e784cd377d1a48515221a97e8
 
 use_bzip2       yes
 
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gmake
+
 depends_lib     port:gimp2 \
+                port:faac \
+                port:faad2 \
+                port:x264 \
+                port:lame \
                 port:XviD
 
 depends_run     port:MPlayer
 
-platform darwin i386 {
-    pre-fetch {
-            error "
-*******
-******* You are attempting to build gimp-gap ${version} on a darwin
-******* i386 platform. This version of gimp-gap is known not to build
-******* on this platform.
-*******
-******* See http://trac.macports.org/ticket/17432
-*******
-******* You may wish to try port gimp-gap-devel, a development version
-******* leading up to the forthcoming gimp-gap 2.6 release. While not
-******* yet a stable release, this version builds correctly on i386
-******* platforms, is better integrated into gimp 2.6 and offers many
-******* new features.
-*******
-******* To switch from gimp-gap to gimp-gap-devel do the following:
-*******
-*******    sudo port deactivate gimp-gap
-*******    sudo port install gimp-gap-devel
-*******
-******* Installation/upgrade terminated.
-*******
-"
-   }
-}
-
-patchfiles      patch-gap-gap_dbbrowser_utils.c.diff
-
-post-patch {
-    reinplace "s|enable-shared|prefix=${prefix} --enable-shared|" \
-       ${worksrcpath}/extern_libs/configure_options_ffmpeg.txt
-}
-
 configure.args  --disable-audio-support \
                 --disable-libmpeg3 \
-                --enable-gdkpixbuf-pview
+                --enable-gdkpixbuf-pview \
+                --with-ff-extra-cflags=-I${prefix}/include \
+                --with-ff-extra-ldflags=-L${prefix}/lib
 
-post-configure {
-        reinplace "s|-Wl,-d|-Wl|g" \
-            ${worksrcpath}/extern_libs/ffmpeg/config.mak
-        reinplace "s|no-cpp-precomp|no-cpp-precomp -DHAVE_LRINTF -fno-common|g" \
-            ${worksrcpath}/extern_libs/ffmpeg/config.mak
-        reinplace "s|APPLE|NOTHANKS|" \
-            ${worksrcpath}/extern_libs/ffmpeg/libavformat/tcp.c
-}
-
 post-destroot {
     foreach dir {howto reference} {
         xinstall -d ${destroot}${prefix}/share/${name}/$dir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/fada5012/attachment-0001.html>


More information about the macports-changes mailing list