Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (075648a12c1a78450e9fa238e1163af47d7deaa2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (075648a12c1a78450e9fa238e1163af47d7deaa2)
  • Date: Fri, 16 Feb 2007 13:45:03 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++
graphics-libs/rmagick/CONFIGURE | 1
graphics-libs/rmagick/DEPENDS | 6 +--
graphics-libs/rmagick/HISTORY | 5 ++
graphics/graphicsmagick/BUILD | 3 +
graphics/graphicsmagick/DEPENDS | 72
+++++++++++++++++++++++++++++++++++++++
graphics/graphicsmagick/DETAILS | 20 ++++++++++
graphics/graphicsmagick/HISTORY | 2 +
graphics/graphicsmagick/PROVIDES | 1
9 files changed, 111 insertions(+), 3 deletions(-)

New commits:
commit d70b156d88be1631ee22718930d8a9d2ed3ff629
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics-libs/rmagick:

CONFIGURE: added for choice of graphic libraries
DEPENDS: switched to library, was choisen by user in CONFIGURE, some
cosmetic cleanups

commit 6a66102b31e10e82d6e288ebe2a6fb8c2b6e5197
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics/graphicsmagick: new spell, it provides a set of utilities,
APIs, and GUIs, for image processing and 2D vector rendering

diff --git a/ChangeLog b/ChangeLog
index 85813b8..c0483c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-16 Pol Vinogradov <vin.public AT gmail.com>
+ * graphics/graphicsmagick: new spell, it provides a set of utilities,
+ APIs, and GUIs, for image processing and 2D vector rendering
+
2007-02-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* audio-drivers/podxt, portaudio-cvs: removed, deprecation complete
* audio-libs/libmusepack: removed, deprecation complete
diff --git a/graphics-libs/rmagick/CONFIGURE b/graphics-libs/rmagick/CONFIGURE
new file mode 100755
index 0000000..c5d186e
--- /dev/null
+++ b/graphics-libs/rmagick/CONFIGURE
@@ -0,0 +1 @@
+config_query_list RMAGICK_LIB "Which graphic library do you want to use?"
imagemagick graphicsmagick
diff --git a/graphics-libs/rmagick/DEPENDS b/graphics-libs/rmagick/DEPENDS
index f6ae5a2..41b2977 100755
--- a/graphics-libs/rmagick/DEPENDS
+++ b/graphics-libs/rmagick/DEPENDS
@@ -1,9 +1,9 @@
-depends imagemagick &&
-depends ruby &&
+depends $RMAGICK_LIB &&
+depends ruby &&

source $GRIMOIRE/is_depends_enabled.function &&

if is_depends_enabled imagemagick graphviz
then
- depends automake
+ depends automake
fi
diff --git a/graphics-libs/rmagick/HISTORY b/graphics-libs/rmagick/HISTORY
index 8709e4f..fff6c1b 100644
--- a/graphics-libs/rmagick/HISTORY
+++ b/graphics-libs/rmagick/HISTORY
@@ -1,3 +1,8 @@
+2007-02-16 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: added for choice of graphic libraries
+ * DEPENDS: switched to library, was choisen by user in CONFIGURE, some
+ cosmetic cleanups
+
2007-02-15 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: version 1.15.2

diff --git a/graphics/graphicsmagick/BUILD b/graphics/graphicsmagick/BUILD
new file mode 100755
index 0000000..7ac2f5c
--- /dev/null
+++ b/graphics/graphicsmagick/BUILD
@@ -0,0 +1,3 @@
+OPTS="--without-png --without-perl ${OPTS}" &&
+
+default_build
diff --git a/graphics/graphicsmagick/DEPENDS b/graphics/graphicsmagick/DEPENDS
new file mode 100755
index 0000000..1ee2acd
--- /dev/null
+++ b/graphics/graphicsmagick/DEPENDS
@@ -0,0 +1,72 @@
+depends freetype2 &&
+depends libtool "--disable-ltdl-install" &&
+
+optional_depends bzip2 \
+ "--with-bzlib" \
+ "--without-bzlib" \
+ "for BZLIB support" &&
+
+optional_depends jpeg \
+ "--with-jpeg" \
+ "--without-jpeg" \
+ "for JPEG support" &&
+
+optional_depends libexif \
+ "--with-exif" \
+ "--without-exif" \
+ "for EXIF jpeg tag support" &&
+
+# fails if enabled
+#optional_depends libpng \
+# "--with-png" \
+# "--without-png" \
+# "for PNG support" &&
+
+optional_depends X11-LIBS \
+ "" \
+ "" \
+ "to support X display and auto some other dependecies" &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ depends libxrender
+fi &&
+
+message "If you are going to install cups, choose espgs instead of
ghostscript." &&
+
+optional_depends POSTSCRIPT-INTERPRETER \
+ "--with-gslib" \
+ "--without-gslib" \
+ "for generating Postscript and PDF output" &&
+
+optional_depends libwmf \
+ "--with-wmf" \
+ "--without-wmf" \
+ "for Windows Metafile Format support" &&
+
+optional_depends lcms \
+ "--with-lcms" \
+ "--without-lcms" \
+ "for speed optimized color management" &&
+
+optional_depends libxml2 \
+ "--with-xml" \
+ "--without-xml" \
+ "for XML support" &&
+
+# fails if enabled
+#optional_depends perl \
+# "--with-perl" \
+# "--without-perl" \
+# "to build PerlMagick" &&
+
+optional_depends tiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "for TIFF support" &&
+
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for ZLIB support"
diff --git a/graphics/graphicsmagick/DETAILS b/graphics/graphicsmagick/DETAILS
new file mode 100755
index 0000000..42ea83c
--- /dev/null
+++ b/graphics/graphicsmagick/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=graphicsmagick
+ VERSION=1.1.7
+ SOURCE=GraphicsMagick-${VERSION}.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/${SOURCE}
+ SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:ec32ed20c27233998c118b9ff9578711df12b9973621673593e38177be70015cd11b3ff7e5f19139777210e4582d4200737b76fdf0ade162f42591c9449dc3e7
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GraphicsMagick-${VERSION}
+ WEB_SITE=http://www.${SPELL}.org
+ ENTERED=20070216
+ LICENSE[0]=MIT
+ KEYWORDS="images graphics"
+ SHORT="GraphicsMagick provides a set of utilities, APIs, and
GUIs, for image processing and 2D vector rendering."
+cat << EOF
+GraphicsMagick provides a comprehensive collection of utilities, programming
+interfaces, and GUIs, to support image processing and 2D vector rendering.
+GraphicsMagick is originally based on ImageMagick from ImageMagick Studio
+(which was originally written by John Cristy at Dupont). The goal of
+GraphicsMagick is to provide the highest quality product possible while
+encouraging open and active participation from all interested developers.
+EOF
diff --git a/graphics/graphicsmagick/HISTORY b/graphics/graphicsmagick/HISTORY
new file mode 100644
index 0000000..45fb257
--- /dev/null
+++ b/graphics/graphicsmagick/HISTORY
@@ -0,0 +1,2 @@
+2007-02-16 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, PROVIDES: created spell
diff --git a/graphics/graphicsmagick/PROVIDES
b/graphics/graphicsmagick/PROVIDES
new file mode 100755
index 0000000..35cc99c
--- /dev/null
+++ b/graphics/graphicsmagick/PROVIDES
@@ -0,0 +1 @@
+IMAGE-CONVERSION



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (075648a12c1a78450e9fa238e1163af47d7deaa2), Pol Vinogradov, 02/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page