[Lunar-commits] <moonbase> gimp: version bump to 2.6
Zachary McGrew
zmcgrew at lunar-linux.org
Fri Oct 17 02:40:37 CEST 2008
commit a354eba60e8c42749d2c252f9383f7eb2f51de50
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Thu Oct 16 17:40:37 2008 -0700
gimp: version bump to 2.6
Many new features, a new layout for the interface
See http://www.gimp.org/release-notes/gimp-2.6.html for a full list of new features
---
graphics/gimp/DEPENDS | 16 ++++++++++++++++
graphics/gimp/DETAILS | 11 ++++++-----
2 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index a1e21dd..8197426 100644
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -2,6 +2,7 @@ depends gtk+-2
depends libart_lgpl
depends fontconfig
depends intltool
+depends gegl
optional_depends "libmng" \
"" \
@@ -32,3 +33,18 @@ optional_depends "gnome-desktop" \
"--enable-gnome-desktop" \
"" \
"for Gnome2 support"
+
+optional_depends "gvfs" \
+ "" \
+ "--without-gvfs" \
+ "for remote file support"
+
+optional_depends "WebKit" \
+ "" \
+ "--without-webkit" \
+ "for help browser support"
+
+optional_depends "poppler" \
+ "" \
+ "--without-poppler" \
+ "for pdf support"
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index b80742d..33f4699 100644
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,12 +1,13 @@
MODULE=gimp
- VERSION=2.4.7
+ MAJOR=2.6
+ VERSION=2.6.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v2.4
- SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v2.4
- SOURCE_VFY=sha1:fd6dac4fd107f3b741168ffcaf4425a9dd179327
+ SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v$MAJOR
+ SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v$MAJOR
+ SOURCE_VFY=sha1:c03c737496444c811c73772d356db3dbf886fd68
WEB_SITE=http://www.gimp.org
ENTERED=20020218
- UPDATED=20080822
+ UPDATED=20081016
SHORT="GNU Image Manipulation Program"
cat << EOF
More information about the Lunar-commits
mailing list