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

devans at macports.org devans at macports.org
Mon May 11 14:13:58 PDT 2009


Revision: 50862
          http://trac.macports.org/changeset/50862
Author:   devans at macports.org
Date:     2009-05-11 14:13:57 -0700 (Mon, 11 May 2009)
Log Message:
-----------
gimp-gap-devel:

  * modify port to fetch from new GNOME git repository rather than the old svn one.
  * update to recent git commit which addresses a number of MacPorts related issues
    as follows:
      -- http://bugzilla.gnome.org/show_bug.cgi?id=581805
      -- http://bugzilla.gnome.org/show_bug.cgi?id=581807
      -- http://bugzilla.gnome.org/show_bug.cgi?id=581809
  * add patch to allow correct building of the embedded copy of ffmpeg 0.5 even though
    an incompatible conflicting MacPorts version (ffmpeg-devel) may be installed
      -- http://bugzilla.gnome.org/show_bug.cgi?id=582241
  * use pseudo svn revision number in version to avoid epoch problems since git
    commit ids do not increase monotonically
  * thanks to gimp-gap developer gimp.org:hof for his support with these issues

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

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2009-05-11 19:53:23 UTC (rev 50861)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2009-05-11 21:13:57 UTC (rev 50862)
@@ -4,8 +4,8 @@
 PortSystem 1.0
 
 name            gimp-gap-devel
-set svn_rev     833
-version         2.5.0.${svn_rev}
+set git_name    gimp-gap
+version         2.5.0.840
 categories      graphics
 maintainers     devans
 
@@ -15,18 +15,20 @@
                 GIMP-GAP, the GIMP Animation Package, is a collection of plug-ins to \
                 extend GIMP with capabilities to edit and create animations as \
                 sequences of single frames. This is the unstable development branch \
-                leading up to stable version 2.6 scheduled for release in April 2009.
+                leading up to a stable version 2.6 scheduled for release at the end \
+                of May 2009.
 
 universal_variant  no
 
 homepage        http://www.gimp.org/
 platforms       darwin
 
-fetch.type      svn
-svn.url         http://svn.gnome.org/svn/gimp-gap/trunk ${worksrcdir}
-svn.tag         ${svn_rev}
+fetch.type      git
+git.url         git://git.gnome.org/${git_name}
+git.branch      073457de
 
-depends_build   port:pkgconfig \
+depends_build   port:git-core \
+                port:pkgconfig \
                 port:autoconf \
                 port:automake \
                 port:intltool \
@@ -41,19 +43,15 @@
 
 depends_run     port:MPlayer
 
-patchfiles      patch-configure.in.diff \
-                patch-extern_libs-Makefile.am.diff
+patchfiles      patch-libgapvidapi-Makefile.am.diff
 
-pre-configure {
-    reinplace "s|--enable-shared|--prefix=${prefix} --extra-cflags=-I${prefix}/include --extra-ldflags=-L${prefix}/lib --enable-shared|" \
-       ${worksrcpath}/extern_libs/configure_options_ffmpeg.txt
-}
-
 configure.cmd    ./autogen.sh
 
 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-destroot {
     foreach dir {howto reference} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090511/45ad1aef/attachment-0001.html>


More information about the macports-changes mailing list