Package: imagemagick
Version: 8:6.7.7.10-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,

I noticed that you use graphicmagick's compat package to generate an xpm
out of the svg images.  You comment that you couldn't get the delegates
to be found.  For me, defining MAGICK_CODER_MODULE_PATH fixed that, so
that the graphicmagick build dependency can be dropped.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: i386 (i686)

Kernel: Linux 3.5.0-3-generic (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru imagemagick-6.7.7.10/debian/changelog imagemagick-6.7.7.10/debian/changelog
diff -Nru imagemagick-6.7.7.10/debian/control imagemagick-6.7.7.10/debian/control
--- imagemagick-6.7.7.10/debian/control	2012-07-10 13:36:09.000000000 -0400
+++ imagemagick-6.7.7.10/debian/control	2012-07-10 15:55:47.000000000 -0400
@@ -14,8 +14,7 @@
  libjasper-dev, libjpeg-dev, liblcms2-dev, liblqr-1-0-dev, libltdl-dev,
  libopenexr-dev, libperl-dev, libpng-dev, librsvg2-dev, libtiff5-dev,
  libwmf-dev, libx11-dev, libxext-dev, libxml2-dev, libxt-dev, pkg-config,
- zlib1g-dev, liblzma-dev, libpango1.0-dev, librsvg2-bin,
- graphicsmagick-imagemagick-compat
+ zlib1g-dev, liblzma-dev, libpango1.0-dev, librsvg2-bin
 Vcs-Browser: http://git.debian.org/?p=collab-maint/imagemagick.git
 Vcs-Git: git://git.debian.org/collab-maint/imagemagick.git
 Homepage: http://www.imagemagick.org/
diff -Nru imagemagick-6.7.7.10/debian/rules imagemagick-6.7.7.10/debian/rules
--- imagemagick-6.7.7.10/debian/rules	2012-07-10 11:20:42.000000000 -0400
+++ imagemagick-6.7.7.10/debian/rules	2012-07-10 15:02:06.000000000 -0400
@@ -27,10 +27,10 @@
 # This is very hackish, but should do the trick. For some reason, the
 # libtools wrapper scripts don't work.
 # And for some reasons, the delegates are missing here.
-# CONVERT = MAGICK_CONFIGURE_PATH=./config LD_LIBRARY_PATH=$(CURDIR)/magick/.libs:$(CURDIR)/wand/.libs $(CURDIR)/utilities/.libs/convert
+CONVERT = MAGICK_CONFIGURE_PATH=./config LD_LIBRARY_PATH=$(CURDIR)/magick/.libs:$(CURDIR)/wand/.libs MAGICK_CODER_MODULE_PATH=$(CURDIR)/coders/.libs $(CURDIR)/utilities/.libs/convert
 
 # ARGH, we use graphicsmagick convert to avoid painful circular dependencies...
-CONVERT = /usr/bin/convert
+# CONVERT = /usr/bin/convert
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)

Reply via email to