Skip to Content.
Sympa Menu

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

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 (f0c9325cc98361294a92d0dff54abe4edf39affe)
  • Date: Mon, 14 Jun 2010 16:47:04 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f0c9325cc98361294a92d0dff54abe4edf39affe), Vlad Glagolev, 06/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page