Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (031fea542c67ef3dcd5db7bd1fdd2f6a2ec5a902)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (031fea542c67ef3dcd5db7bd1fdd2f6a2ec5a902)
  • Date: Sun, 25 Dec 2011 09:55:07 -0600

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

graphics/gimp/DEPENDS | 94
++++++++++++++++++++++++++++++++++++++++++--------
graphics/gimp/HISTORY | 3 +
2 files changed, 83 insertions(+), 14 deletions(-)

New commits:
commit 031fea542c67ef3dcd5db7bd1fdd2f6a2ec5a902
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gimp: renewed dependencies and flags

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index c9586eb..84f6263 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -4,11 +4,21 @@ depends xml-parser-expat &&
depends libglade2 &&
depends gegl &&
depends intltool &&
-optional_depends iso-codes &&

-optional_depends poppler "" "--without-poppler" "for pdf support" &&
-optional_depends lcms "" "--without-lcms" "for color proof module" &&
-optional_depends libwmf "" "--without-wmf" "for Windows Metafile Format
support" &&
+optional_depends poppler \
+ "--with-poppler" \
+ "--without-poppler" \
+ "for pdf support" &&
+
+optional_depends lcms \
+ "--with-lcms" \
+ "--without-lcms" \
+ "for color proof module" &&
+
+optional_depends libwmf \
+ "--with-wmf" \
+ "--without-wmf" \
+ "for Windows Metafile Format support" &&

optional_depends pygtk2 \
"--enable-python" \
@@ -20,26 +30,82 @@ optional_depends dbus-glib \
"--without-dbus" \
"for D-Bus support" &&

+optional_depends hal \
+ "--with-hal" \
+ "--without-hal" \
+ "for HAL support" &&
+
+optional_depends gvfs \
+ "--with-gvfs" \
+ "--without-gvfs" \
+ "for GIO/GVfs support" &&
+
+optional_depends gnome-vfs2 \
+ "--with-gnomevfs" \
+ "--without-gnomevfs" \
+ "for gnomevfs support" &&
+
+optional_depends tiff \
+ "--with-libtiff" \
+ "--without-libtiff" \
+ "for TIFF support" &&
+
+optional_depends jpeg \
+ "--with-libjpeg" \
+ "--without-libjpeg" \
+ "for JPEG support" &&
+
optional_depends libexif \
- "" "--without-libexif" \
+ "--with-libexif" \
+ "--without-libexif" \
"for EXIF jpeg tag support" &&

-optional_depends libgtkhtml \
- "" "" \
- "for GTK help browser" &&
-
optional_depends webkitgtk \
- "" "--without-webkit" \
+ "--with-webkit" \
+ "--without-webkit" \
"for WebKit-based help browser plugin" &&

optional_depends librsvg2 \
- "" "--without-librsvg" \
+ "--with-librsvg" \
+ "--without-librsvg" \
"for SVG import/export support" &&

+optional_depends libpng \
+ "--with-libpng" \
+ "--without-libpng" \
+ "for PNG support" &&
+
optional_depends libmng \
- "" "--without-libmng" \
+ "--with-libmng" \
+ "--without-libmng" \
"for MNG animations support" &&

+optional_depends curl \
+ "--with-libcurl" \
+ "--without-libcurl" \
+ "for curl support" &&
+
optional_depends aalib \
- "" "--without-aa" \
- "for ASCII Art Plugin"
+ "--with-aa" \
+ "--without-aa" \
+ "for ASCII Art Plugin" &&
+
+optional_depends alsa-lib \
+ "--with-alsa" \
+ "--without-alsa" \
+ "for alsa support in midi input controller" &&
+
+optional_depends MAIL-TRANSPORT-AGENT \
+ "--with-sendmail=$INSTALL_ROOT/usr/lib" \
+ "--without-sendmail" \
+ "for MTA used by mail plug-in" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to use gtk-doc to build documentation"
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index c1f7221..4e121ac 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2011-12-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: renewed dependencies and flags
+
2011-12-20 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated GIMP_DEVEL=y to 2.7.4




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (031fea542c67ef3dcd5db7bd1fdd2f6a2ec5a902), Vlad Glagolev, 12/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page