Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (fbbe641bf775456a6a3328ead86d7928db875079)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (fbbe641bf775456a6a3328ead86d7928db875079)
  • Date: Tue, 23 Oct 2007 21:55:28 -0500

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

dev/null |binary
graphics/gimp/DEPENDS | 23 ++++++-----------------
graphics/gimp/DETAILS | 6 +++---
graphics/gimp/HISTORY | 4 ++++
graphics/gimp/gimp-2.2.17.tar.bz2.sig | 0
graphics/gimp/gimp-2.4.0.tar.bz2.sig |binary
6 files changed, 13 insertions(+), 20 deletions(-)

New commits:
commit fbbe641bf775456a6a3328ead86d7928db875079
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gimp: Updated to version 2.4.0. Cleaned up DEPENDS for version
2.4.0

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 56c9104..07816bc 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -1,24 +1,13 @@
-if [ "$GIMP_DEVEL" == "y" ];then
- depends pygtk2 &&
- optional_depends poppler '' '' 'pdf support' &&
- optional_depends dbus-glib \
- "--with-dbus" \
- "--without-dbus" \
- "for D-Bus support"
-else
- optional_depends gimp-print \
- "" \
- "--disable-print" \
- "to support printing from gimp" &&
-
- optional_depends pygtk2 "--enable-python" "--disable-python" \
- "for python scripting support"
-fi &&
-
+depends pygtk2 &&
depends gtk+2 &&
depends libart_lgpl &&
depends xml-parser-expat &&

+optional_depends poppler '' '' 'pdf support' &&
+optional_depends dbus-glib \
+ "--with-dbus" \
+ "--without-dbus" \
+ "for D-Bus support" &&
optional_depends lcms \
"" \
"" \
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 37d1a36..5fb99cd 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,12 +1,12 @@
SPELL=gimp

if [ "$GIMP_DEVEL" == "y" ];then
- VERSION=2.4.0-rc3
+ VERSION=2.4.0
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:3f880c3b3f15f1cc6d501c285bff4b18ae0a90c46dbfbbd02598c955a03813ff37baa3fe0c2d5b256fb3918e80db6ff79190a0a5fbae6b020f5ed43a0a72dc5c
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/testing/$SOURCE
else
- VERSION=2.2.17
+ VERSION=2.4.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index d5c19c2..863ec16 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,7 @@
+2007-10-24 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated stable and devel to 2.4.0
+ * DEPENDS: Cleaned up for version 2.4.0
+
2007-09-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.0-rc3 (devel)\
* DEPENDS: gimp-print is only for stable
diff --git a/graphics/gimp/gimp-2.2.17.tar.bz2.sig
b/graphics/gimp/gimp-2.2.17.tar.bz2.sig
deleted file mode 100644
index 5372da4..0000000
Binary files a/graphics/gimp/gimp-2.2.17.tar.bz2.sig and /dev/null differ
diff --git a/graphics/gimp/gimp-2.4.0.tar.bz2.sig
b/graphics/gimp/gimp-2.4.0.tar.bz2.sig
new file mode 100644
index 0000000..54b3fc0
Binary files /dev/null and b/graphics/gimp/gimp-2.4.0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (fbbe641bf775456a6a3328ead86d7928db875079), George Sherwood, 10/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page