[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f0c9325cc98361294a92d0dff54abe4edf39affe)
Vlad Glagolev
scm at sourcemage.org
Mon Jun 14 17:47:04 EDT 2010
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
graphics/imagemagick/BUILD | 2 ++
graphics/imagemagick/DETAILS | 1 +
graphics/imagemagick/HISTORY | 4 ++++
3 files changed, 7 insertions(+)
New commits:
commit f0c9325cc98361294a92d0dff54abe4edf39affe
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
imagemagick: corrected disabled GS support for real
diff --git a/graphics/imagemagick/BUILD b/graphics/imagemagick/BUILD
index 21956c3..d76777d 100755
--- a/graphics/imagemagick/BUILD
+++ b/graphics/imagemagick/BUILD
@@ -2,8 +2,10 @@ if [[ "$IMAGEMAGICK_X" != "y" ]]; then
OPTS="--without-x $OPTS"
fi &&
+# GS is broken with jpeg 8, so disable it
OPTS="--enable-shared \
--without-autotrace \
+ --without-gslib \
$IMAGEMAGICK_HDRI \
$OPTS" &&
default_build
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index a0fadd4..9b3b853 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,6 +1,7 @@
SPELL=imagemagick
VERSION=6.6.2-1
SECURITY_PATCH=1
+ PATCHLEVEL=1
SOURCE=ImageMagick-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
SOURCE_URL[0]=ftp://ftp.imagemagick.org/pub/ImageMagick/$SOURCE
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index 3571c7c..df32d9a 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,7 @@
+2010-05-15 Vlad Glagolev <stealth at sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: really fixed gs "support"
+
2010-06-02 George Sherwood <gsherwood at sourcemage.org>
* DETAILS: Updated to version 6.6.2-1
More information about the SM-Commit
mailing list