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,

The fftw-dev package refers to fftw2, which is an unmaintained version of
the fftw project.  fftw3-dev is the modern version, and the only one that
imagemagick even checks for.  If you check your build logs, you'll see that
imagemagick did not find fftw3 and so didn't enable fftw support.

Here's a patch to use fftw3-dev instead.  Thanks for considering it.


-- 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/control imagemagick-6.7.7.10/debian/control
--- imagemagick-6.7.7.10/debian/control	2012-07-10 11:21:04.000000000 -0400
+++ imagemagick-6.7.7.10/debian/control	2012-07-10 13:35:32.000000000 -0400
@@ -9,7 +9,7 @@
  Vincent Fourmond <fourm...@debian.org>
 Standards-Version: 3.9.3
 Build-Depends: chrpath, debhelper (>= 9~), ghostscript, libbz2-dev,
- libdjvulibre-dev, libexif-dev, fftw-dev, libfreetype6-dev, 
+ libdjvulibre-dev, libexif-dev, fftw3-dev, libfreetype6-dev, 
 # libgraphviz-dev, incompatible license against fftw
  libjasper-dev, libjpeg-dev, liblcms2-dev, liblqr-1-0-dev, libltdl-dev,
  libopenexr-dev, libperl-dev, libpng-dev, librsvg2-dev, libtiff5-dev,

Reply via email to