[SM-Commit] GIT changes to master grimoire by Sukneet Basuta (22217714782632a39f8ba654ed5d2be28e3cbcd7)

Sukneet Basuta scm at sourcemage.org
Thu Dec 22 20:38:26 EST 2011


GIT changes to master grimoire by Sukneet Basuta <sukneet at sourcemage.org>:

 dev/null                                  |binary
 graphics-libs/babl/DETAILS                |    2 -
 graphics-libs/babl/HISTORY                |    3 ++
 graphics-libs/babl/babl-0.1.4.tar.bz2.sig |    0 
 graphics-libs/babl/babl-0.1.6.tar.bz2.sig |binary
 graphics-libs/gegl/DEPENDS                |   35 ++++++++++++++++++++++++++----
 graphics-libs/gegl/DETAILS                |    2 -
 graphics-libs/gegl/HISTORY                |    6 +++++
 graphics-libs/gegl/gegl-0.1.6.tar.bz2.sig |    0 
 graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig |binary
 graphics/gimp/DETAILS                     |    4 +--
 graphics/gimp/HISTORY                     |    3 ++
 12 files changed, 47 insertions(+), 8 deletions(-)

New commits:
commit 22217714782632a39f8ba654ed5d2be28e3cbcd7
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    gegl: => 0.1.8
    removed optional_depends gtk+2, configure option no longer available
    added depends gtk+2
    added optional_depends on gdk-pixbuf2, jasper, vala, libv4l, exiv2, and lensfun

commit 4da32f4380690adfcff7ddef378648fa561d40ec
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    gimp: devel => 2.7.4

commit f43533ae723c3e3f7c7ba1199a2b7fd9135927cc
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    babl: => 0.1.6

diff --git a/graphics-libs/babl/DETAILS b/graphics-libs/babl/DETAILS
index f4d70b3..10db11f 100755
--- a/graphics-libs/babl/DETAILS
+++ b/graphics-libs/babl/DETAILS
@@ -1,5 +1,5 @@
            SPELL=babl
-         VERSION=0.1.4
+         VERSION=0.1.6
           SOURCE="${SPELL}-${VERSION}.tar.bz2"
       SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/${SPELL}/${VERSION%.*}/${SOURCE}
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
index 91ab518..9e268a5 100644
--- a/graphics-libs/babl/HISTORY
+++ b/graphics-libs/babl/HISTORY
@@ -1,3 +1,6 @@
+2011-12-20 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated spell to 0.1.6
+
 2011-09-25 Bor Kraljič <pyrobor at ver.si>
 	* DEPENDS: added optional dependency on gobject-introspection (issue #261)
 
diff --git a/graphics-libs/babl/babl-0.1.4.tar.bz2.sig b/graphics-libs/babl/babl-0.1.4.tar.bz2.sig
deleted file mode 100644
index 24c9471..0000000
Binary files a/graphics-libs/babl/babl-0.1.4.tar.bz2.sig and /dev/null differ
diff --git a/graphics-libs/babl/babl-0.1.6.tar.bz2.sig b/graphics-libs/babl/babl-0.1.6.tar.bz2.sig
new file mode 100644
index 0000000..c820638
Binary files /dev/null and b/graphics-libs/babl/babl-0.1.6.tar.bz2.sig differ
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index 8dca80b..b05a792 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -1,14 +1,16 @@
 depends glib2 &&
 depends babl &&
+depends gtk+2 &&
 
 local BABL_VER=$(installed_version babl) &&
 if [[ ${BABL_VER%.*} != 0.1 ]]; then
   force_depends babl
 fi &&
-optional_depends gtk+2 \
-                 "--with-gtk" \
-                 "--without-gtk" \
-                 "for a GUI" &&
+
+optional_depends gdk-pixbuf2 \
+                 "--with-gdk-pixbuf" \
+                 "--without-gdk-pixbuf" \
+                 "for gdk-pixbuf support" &&
 
 optional_depends sdl \
                  "--with-sdl" \
@@ -25,6 +27,11 @@ optional_depends JPEG \
                  "--without-libjpeg" \
                  "for JPG file format support" &&
 
+optional_depends jasper \
+                 "--with-jasper" \
+                 "--without-jasper" \
+                 "for Jasper support" &&
+
 optional_depends openexr \
                  "--with-openexr" \
                  "--without-openexr" \
@@ -45,6 +52,11 @@ optional_depends librsvg2 \
                  "--without-librsvg" \
                  "for SVG support" &&
 
+optional_depends vala \
+                 "--with-vala" \
+                 "--without-vala" \
+                 "for vala support" &&
+
 optional_depends lua51 \
                  "--with-lua" \
                  "--without-lua" \
@@ -60,11 +72,26 @@ optional_depends LIBAVCODEC \
                  "--without-libavformat" \
                  "for ffmpeg support" &&
 
+optional_depends libv4l \
+                 "--with-libv4l" \
+                 "--without-libv4l" \
+                 "for video4linux support" &&
+
+optional_depends exiv2 \
+                 "--with-exiv2" \
+                 "--without-exiv2" \
+                 "for image metadata (Exif, IPTC, and XMP) support" &&
+
 optional_depends graphviz \
                  "--with-graphviz" \
                  "--without-graphviz" \
                  "for graphviz support" &&
 
+optional_depends lensfun \
+                 "--with-lensfun" \
+                 "--without-lensfun" \
+                 "for lensfun support" &&
+
 optional_depends gtk-doc \
                  "--enable-gtk-doc" \
                  "--disable-gtk-doc" \
diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 46f74ac..f5e5440 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gegl
-         VERSION=0.1.6
+         VERSION=0.1.8
           SOURCE=$SPELL-$VERSION.tar.bz2
       SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 74ea7c2..16a0911 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,9 @@
+2011-12-22 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated spell to 0.1.8
+	* DEPENDS: removed optional_depends gtk+2, configure option no longer available
+	  added depends gtk+2
+	  added optional_depends on gdk-pixbuf2, jasper, vala, libv4l, exiv2, and lesnfun
+
 2011-12-17 Vlad Glagolev <stealth at sourcemage.org>
 	* DEPENDS: lua -> lua51
 
diff --git a/graphics-libs/gegl/gegl-0.1.6.tar.bz2.sig b/graphics-libs/gegl/gegl-0.1.6.tar.bz2.sig
deleted file mode 100644
index 1b9e6c2..0000000
Binary files a/graphics-libs/gegl/gegl-0.1.6.tar.bz2.sig and /dev/null differ
diff --git a/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig b/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig
new file mode 100644
index 0000000..2179a28
Binary files /dev/null and b/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig differ
diff --git a/graphics/gimp/DETAILS b/graphics/gimp/DETAILS
index 9568727..8e1b8ae 100755
--- a/graphics/gimp/DETAILS
+++ b/graphics/gimp/DETAILS
@@ -1,8 +1,8 @@
            SPELL=gimp
 if [[ $GIMP_DEVEL == y ]]; then
-         VERSION=2.7.3
+         VERSION=2.7.4
           SOURCE=$SPELL-$VERSION.tar.bz2
-     SOURCE_HASH=sha512:62d73482324ae5898afc6f188d5f886d6aa35368638088ba3ac90fcc81222cf8d3a4e61e7d8bf429865b8237fe099e99f6d655b7a35622eb04cc7348e52891a5
+     SOURCE_HASH=sha512:7b3f80fef4645dadc9473603398a5f65a6c674e85dbe89934a28b8ab8b80af40f4871c89b675b0cd3629f8308798d2d50bb90c7cfc08976959243e4bb813bac9
    SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
 else
          VERSION=2.6.11
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index 607c0cd..c1f7221 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2011-12-20 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated GIMP_DEVEL=y to 2.7.4
+
 2011-10-05 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* PRE_BUILD: don't apply gimp-poppler-0.18.patch.bz2 if
 	  devel branch is built


More information about the SM-Commit mailing list