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

devans at macports.org devans at macports.org
Fri Oct 17 13:12:47 PDT 2008


Revision: 40900
          http://trac.macports.org/changeset/40900
Author:   devans at macports.org
Date:     2008-10-17 13:12:47 -0700 (Fri, 17 Oct 2008)
Log Message:
-----------
Update to 2.4.0. Closes #13268.

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

Added Paths:
-----------
    trunk/dports/graphics/gimp-gap/files/
    trunk/dports/graphics/gimp-gap/files/patch-gap-gap_dbbrowser_utils.c.diff

Modified: trunk/dports/graphics/gimp-gap/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap/Portfile	2008-10-17 19:52:47 UTC (rev 40899)
+++ trunk/dports/graphics/gimp-gap/Portfile	2008-10-17 20:12:47 UTC (rev 40900)
@@ -3,29 +3,40 @@
 PortSystem 1.0
 
 name            gimp-gap
-version         2.2.2
+version         2.4.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
 maintainers     devans
 description     The Gimp Animation Package.
-long_description ${description}
+long_description \
+                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.
 homepage        http://www.gimp.org/
 platforms       darwin
 
-master_sites    ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.2/gap/
-checksums       md5 2c7ea1cf560a2693310781265d8f3c05
+master_sites    ftp://ftp.gimp.org/pub/gimp/plug-ins/v${branch}/gap/
+checksums       md5     b3e8eb56cc3d94325a81266a2d95fa39 \
+                sha1    bbbc5b115b4815726bca9d962ae0a7ca1c2e07e8 \
+                rmd160  7a2a4c8935560a7b95575b9479af2cc7fee9e0a4
 use_bzip2       yes
 
 depends_lib     port:gimp2 \
                 port:XviD
+
 depends_run     port:MPlayer
 
+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
+                --disable-libmpeg3 \
+                --enable-gdkpixbuf-pview 
+
 post-configure {
     reinplace "s|-Wl,-d|-Wl|g" \
         ${worksrcpath}/extern_libs/ffmpeg/config.mak

Added: trunk/dports/graphics/gimp-gap/files/patch-gap-gap_dbbrowser_utils.c.diff
===================================================================
--- trunk/dports/graphics/gimp-gap/files/patch-gap-gap_dbbrowser_utils.c.diff	                        (rev 0)
+++ trunk/dports/graphics/gimp-gap/files/patch-gap-gap_dbbrowser_utils.c.diff	2008-10-17 20:12:47 UTC (rev 40900)
@@ -0,0 +1,13 @@
+--- gap/gap_dbbrowser_utils.c.orig	2008-10-17 12:25:36.000000000 -0700
++++ gap/gap_dbbrowser_utils.c	2008-10-17 12:26:26.000000000 -0700
+@@ -167,8 +167,8 @@
+                     GimpPDBProcType  type,
+                     gint             n_params,
+                     gint             n_return_vals,
+-                    GimpParamDef    *params,
+-                    GimpParamDef    *return_vals)
++                    const GimpParamDef    *params,
++                    const GimpParamDef    *return_vals)
+ {
+   GtkWidget    *main_vbox;
+   GtkWidget    *frame;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081017/42462b53/attachment.html 


More information about the macports-changes mailing list