[Lunar-commits] <moonbase> gimp: Adding a patch to support libpng-1.5.4.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Aug 30 14:25:31 CEST 2011


commit 2c98af9e3393a591a9bfbc656f820960ced99f09
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Aug 30 08:25:31 2011 -0400

    gimp: Adding a patch to support libpng-1.5.4.
---
 graphics/gimp/BUILD   |    2 ++
 graphics/gimp/DETAILS |   11 ++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/graphics/gimp/BUILD b/graphics/gimp/BUILD
index ea6203b..fdc599c 100644
--- a/graphics/gimp/BUILD
+++ b/graphics/gimp/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
   touch plug-ins/pygimp/pygimp-logo.png  &&
   export OPTS+=" --without-sendmail"
   default_build
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 330dcff..1d5f994 100644
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,13 +1,14 @@
           MODULE=gimp
-           MAJOR=2.6
-         VERSION=$MAJOR.11
+         VERSION=2.6.11
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v$MAJOR
-   SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v$MAJOR
+   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/
+   SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v${VERSION%.*}/
+         SOURCE2=gimp-2.6-libpng-1.5.4.patch
       SOURCE_VFY=sha1:2f9d596e727bdbf304fa78257c1731d9faf3934c
+     SOURCE2_VFY=sha1:69eff7ffee589dff0177476e7e4ed4448804338e
         WEB_SITE=http://www.gimp.org
          ENTERED=20020218
-         UPDATED=20101004
+         UPDATED=20110830
            SHORT="GNU Image Manipulation Program"
 
 cat << EOF


More information about the Lunar-commits mailing list