ImageMagick/ImageMagick-6.7.6.1-no-dist-lzip.patch
Petr Gajdos 9eeece4d3f - update to 6.9.0-3
* Don't read beyond the end of a tEXt keyword when checking for 
    Raw profile.
  * Fixed enabling alpha in 32-bit BMP files.
  * Added support for writing 16-bit TGA files.
  * Improved performance of dds.
  * Fix ImageMagick crashes while read EXIF from TIFF.
  * Don't handle a "previous" image in the PNG or JNG decoder.
  * Don't override gamma with 1.0 when reading a grayscale PNG 
    image.
  * Update progress monitor for every PNG row instead of every pass.
  * Reject input PNG with dimensions larger than specified with 
    -limit width and -limit height.
  * etc., see ChangeLog

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=228
2015-01-16 15:17:05 +00:00

14 lines
643 B
Diff

Index: configure.ac
===================================================================
--- configure.ac.orig 2015-01-16 14:05:25.789759058 +0100
+++ configure.ac 2015-01-16 14:06:22.867489168 +0100
@@ -44,7 +44,7 @@
AX_PREFIX_CONFIG_H([magick/magick-baseconfig.h],[MagickCore])
AC_CANONICAL_SYSTEM
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE([1.12 nostdinc color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip])
+AM_INIT_AUTOMAKE([1.12 nostdinc color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-xz dist-zip])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
#