[SM-Commit] GIT changes to master grimoire by George Sherwood (f5207990f1cd9421359182a451dba393b6e109d3)

George Sherwood scm at sourcemage.org
Tue Aug 26 11:17:26 EDT 2008


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 graphics/gimp/DEPENDS |    5 +++++
 graphics/gimp/DETAILS |    7 +++++++
 graphics/gimp/HISTORY |    6 ++++++
 graphics/gimp/PREPARE |    1 +
 4 files changed, 19 insertions(+)

New commits:
commit f5207990f1cd9421359182a451dba393b6e109d3
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    gimp: Added devel version 2.5.3.  I hope we are done deleting and
    then having to re-add devel versions.

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 9667695..fb02f77 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -2,6 +2,11 @@ depends gtk+2 &&
 depends libart_lgpl &&
 depends xml-parser-expat &&
 
+if [ "$GIMP_DEVEL" == "y" ]; then
+  depends gegl &&
+  optional_depends iso-codes
+fi &&
+
 optional_depends poppler "" "" "pdf support" &&
 optional_depends lcms "" "" "for color proof module" &&
 optional_depends libwmf "" "" "for Windows Metafile Format support" &&
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 765db08..ce686b1 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,9 +1,16 @@
            SPELL=gimp
+if [ "$GIMP_DEVEL" == "y" ]; then
+         VERSION=2.5.3
+          SOURCE=$SPELL-$VERSION.tar.bz2
+     SOURCE_HASH=sha512:9c9bd73f87ccdb84fe71050b367f4576936caa6eccea459af772d839905ace85aa4dcc1217b59783bb4eabf4570299f9845ab6f958e989590934936e46546bab
+   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
+else
          VERSION=2.4.7
           SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_HASH=sha512:ab4e066518dcf1236192db3d6a481aac9dac70b02d0288f1158be043b4ea161aacb3d9a381e419470693181486be89855ac894c6ecdec12ccb17ce0ba10fd467
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
 #     SOURCE_GPG=gurus.gpg:$SOURCE.sig
+fi
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         WEB_SITE=http://www.gimp.org/
          ENTERED=20010922
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index dee29aa..b451568 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,9 @@
+2008-08-26 George Sherwood <gsherwood at sourcemage.org>
+	* DETAILS: Added devel version 2.5.3
+	* PREPARE: Added to choose devel version.  I don't think users
+	  are confused by this.
+	* DEPENDS: devel version: depends gegl. optional_depends iso-codes
+
 2008-08-21 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 2.4.7
 
diff --git a/graphics/gimp/PREPARE b/graphics/gimp/PREPARE
new file mode 100755
index 0000000..9e7a744
--- /dev/null
+++ b/graphics/gimp/PREPARE
@@ -0,0 +1 @@
+config_query GIMP_DEVEL "Build DEVEL version?" n



More information about the SM-Commit mailing list