Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (3961a346f34b9bf7f5c79a8ae27583881062578a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (3961a346f34b9bf7f5c79a8ae27583881062578a)
  • Date: Mon, 6 Apr 2009 19:03:54 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

dev/null |binary
graphics/imagemagick/CONFIGURE | 1 +
graphics/imagemagick/DEPENDS | 14 ++++++++------
graphics/imagemagick/DETAILS | 2 +-
graphics/imagemagick/HISTORY | 5 +++++
graphics/imagemagick/ImageMagick-6.5.0-9.tar.bz2.sig | 0
graphics/imagemagick/ImageMagick-6.5.1-0.tar.bz2.sig |binary
7 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 3961a346f34b9bf7f5c79a8ae27583881062578a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

imagemagick: Updated to version 6.5.1. Moved all X dependencies to
optional.

diff --git a/graphics/imagemagick/CONFIGURE b/graphics/imagemagick/CONFIGURE
new file mode 100755
index 0000000..8f41038
--- /dev/null
+++ b/graphics/imagemagick/CONFIGURE
@@ -0,0 +1 @@
+config_query IMAGEMAGICK_X "Do you want X support?" n
diff --git a/graphics/imagemagick/DEPENDS b/graphics/imagemagick/DEPENDS
index 831ed02..20e19bc 100755
--- a/graphics/imagemagick/DEPENDS
+++ b/graphics/imagemagick/DEPENDS
@@ -1,6 +1,13 @@
depends freetype2 &&
depends libtool "--disable-ltdl-install" &&
-depends libxrender &&
+
+if [[ "$IMAGEMAGICK_X" == "y" ]]; then
+ depends libxrender &&
+ depends libxext &&
+ depends libxt &&
+ depends libice &&
+ depends libsm
+fi &&

optional_depends perl \
"--with-perl" \
@@ -17,11 +24,6 @@ optional_depends libexif \
"--without-exif" \
"for EXIF jpeg tag support" &&

-optional_depends xorg-libs \
- "" \
- "" \
- "To support X display and auto some other dependecies" &&
-
optional_depends POSTSCRIPT-INTERPRETER \
"" \
"" \
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 42784c6..db8c205 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,5 +1,5 @@
SPELL=imagemagick
- VERSION=6.5.0-9
+ VERSION=6.5.1-0
SECURITY_PATCH=1
SOURCE=ImageMagick-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index e31af9a..6c09f2f 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,8 @@
+2009-04-06 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 6.5.1-0
+ * DEPENDS: Moved all xorg depends to optional.
+ * CONFIGURE: Added to query about X
+
2009-03-29 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 6.5.0-9

diff --git a/graphics/imagemagick/ImageMagick-6.5.0-9.tar.bz2.sig
b/graphics/imagemagick/ImageMagick-6.5.0-9.tar.bz2.sig
deleted file mode 100644
index e07a014..0000000
Binary files a/graphics/imagemagick/ImageMagick-6.5.0-9.tar.bz2.sig and
/dev/null differ
diff --git a/graphics/imagemagick/ImageMagick-6.5.1-0.tar.bz2.sig
b/graphics/imagemagick/ImageMagick-6.5.1-0.tar.bz2.sig
new file mode 100644
index 0000000..0a484a1
Binary files /dev/null and
b/graphics/imagemagick/ImageMagick-6.5.1-0.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (3961a346f34b9bf7f5c79a8ae27583881062578a), George Sherwood, 04/06/2009

Archive powered by MHonArc 2.6.24.

Top of Page