[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3b62e64f4711def419047d5bffd36eda61dd0246)

Vlad Glagolev scm at sourcemage.org
Wed Jan 30 10:40:53 EST 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 dev/null                                   |binary
 graphics/gimp/DEPENDS                      |   64 +++++++++++------------------
 graphics/gimp/DETAILS                      |   16 +------
 graphics/gimp/HISTORY                      |    6 ++
 graphics/gimp/PREPARE                      |    1 
 x11-toolkits/gtk+2/DETAILS                 |    2 
 x11-toolkits/gtk+2/HISTORY                 |    3 +
 x11-toolkits/gtk+2/gtk+-2.12.6.tar.bz2.sig |    0 
 x11-toolkits/gtk+2/gtk+-2.12.7.tar.bz2.sig |binary
 9 files changed, 38 insertions(+), 54 deletions(-)

New commits:
commit 3b62e64f4711def419047d5bffd36eda61dd0246
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    gimp: => 2.4.4, fixed gtkhtml disable flag, cleaned up, removed DEVEL

commit d93030d090a5bef5deebfab59f2891c0af7bed52
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    gtk+2: => 2.12.7

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 07816bc..c5c0494 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -1,45 +1,33 @@
-depends pygtk2   &&
-depends  gtk+2        &&
-depends  libart_lgpl  &&
-depends  xml-parser-expat &&
+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                      \
-                  ""                        \
-                  ""                        \
-                  "for color proof module"  &&
+optional_depends poppler "" "" "pdf support" &&
+optional_depends lcms "" "" "for color proof module" &&
+optional_depends libwmf "" "" "for Windows Metafile Format support" &&
 
-optional_depends  libexif	               \
-                  ""                           \
-                  "--without-libexif"          \
-                  "for EXIF jpeg tag support"  &&
+optional_depends dbus-glib \
+                 "--with-dbus" \
+                 "--without-dbus" \
+                 "for D-Bus support" &&
 
-optional_depends  libgtkhtml              \
-                  ""                      \
-                  "--without-libgtkhtml"  \
-                  "for GTK help browser"  &&
+optional_depends libexif \
+                 "" "--without-libexif" \
+                 "for EXIF jpeg tag support" &&
 
-optional_depends  librsvg2                         \
-                  ""                               \
-                  "--without-librsvg"              \
-                  "for SVG import/export support"  &&
+optional_depends libgtkhtml \
+                 "" "--without-gtkhtml2" \
+                 "for GTK help browser" &&
 
-optional_depends  libmng                        \
-                  ""                            \
-                  "--without-libmng"            \
-                  "for MNG animations support"  &&
+optional_depends librsvg2 \
+                 "" "--without-librsvg" \
+                 "for SVG import/export support" &&
 
-# Currently, there is no configure option to disable that, check in the future...
-optional_depends  libwmf                                 \
-                  ""                                     \
-                  ""                                     \
-                  "for Windows Metafile Format support"  &&
+optional_depends libmng \
+                 "" "--without-libmng" \
+                 "for MNG animations support" &&
 
-optional_depends  aalib                            \
-                  ""                               \
-                  "--without-aa"                   \
-                  "for ASCII Art Plugin"
+optional_depends aalib \
+                 "" "--without-aa" \
+                 "for ASCII Art Plugin"
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index e3bb2f4..8b2f745 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,19 +1,9 @@
            SPELL=gimp
-
-if [ "$GIMP_DEVEL" == "y" ];then
-         VERSION=2.4.3
+         VERSION=2.4.4
           SOURCE=$SPELL-$VERSION.tar.bz2
-     SOURCE_HASH=sha512:bbd8be90bcbea09993922af447deb3257da25807ef26ba3249b915daf5f4c3f6c87c41d468a19617bd36388369583fc10fcc11b34931920e5fcd923365dfaa37
-#      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.4.3
-          SOURCE=$SPELL-$VERSION.tar.bz2
-     SOURCE_HASH=sha512:bbd8be90bcbea09993922af447deb3257da25807ef26ba3249b915daf5f4c3f6c87c41d468a19617bd36388369583fc10fcc11b34931920e5fcd923365dfaa37
+     SOURCE_HASH=sha512:8778d7f022b03b161ef1ffa1c97f6cf072ac658817f0846eaa5161035fcb2710a6335559122e439d823ce65bf97463da5eff44993c4d03d42d077f8092989cb7
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
-#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-fi
-
+#     SOURCE_GPG=gurus.gpg:$SOURCE.sig
 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 33d179f..d68f022 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,8 @@
+2008-01-30 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.4.4, removed DEVEL (not confusing
+          the users with devel/non-stable branch question)
+	* DEPENDS: fixed gtkhtml disable flag, cleaned up
+
 2007-12-16 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 2.4.3
 
@@ -258,4 +263,3 @@
 
 2002-06-12 Unet <unet at sourcemage.org>
 	* Created this.
-
diff --git a/graphics/gimp/PREPARE b/graphics/gimp/PREPARE
deleted file mode 100755
index 9e7a744..0000000
--- a/graphics/gimp/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GIMP_DEVEL "Build DEVEL version?" n
diff --git a/x11-toolkits/gtk+2/DETAILS b/x11-toolkits/gtk+2/DETAILS
index 4df7f8d..cdf959d 100755
--- a/x11-toolkits/gtk+2/DETAILS
+++ b/x11-toolkits/gtk+2/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gtk+2
-         VERSION=2.12.6
+         VERSION=2.12.7
           BRANCH=`echo $VERSION | cut -d . -f 1,2`
           SOURCE=gtk+-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk+-$VERSION
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index c182df7..37b1ae4 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,6 @@
+2008-01-30 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.12.7
+
 2008-01-29 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 2.12.6
 
diff --git a/x11-toolkits/gtk+2/gtk+-2.12.6.tar.bz2.sig b/x11-toolkits/gtk+2/gtk+-2.12.6.tar.bz2.sig
deleted file mode 100644
index 5823733..0000000
Binary files a/x11-toolkits/gtk+2/gtk+-2.12.6.tar.bz2.sig and /dev/null differ
diff --git a/x11-toolkits/gtk+2/gtk+-2.12.7.tar.bz2.sig b/x11-toolkits/gtk+2/gtk+-2.12.7.tar.bz2.sig
new file mode 100644
index 0000000..dfd6b19
Binary files /dev/null and b/x11-toolkits/gtk+2/gtk+-2.12.7.tar.bz2.sig differ



More information about the SM-Commit mailing list