* Respect gravity when rendering text (e.g. convert -gravity center my.txt). * Return empty string for %d property and no directory. * Return filename for the %i property. * Fixed lost pixels in frequency space. * etc. see ChangeLog OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=248
14 lines
595 B
Diff
14 lines
595 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig 2016-04-14 16:11:00.551271813 +0200
|
|
+++ configure.ac 2016-04-14 16:12:17.951272238 +0200
|
|
@@ -49,7 +49,7 @@
|
|
AX_PREFIX_CONFIG_H([magick/magick-baseconfig.h],[MagickCore])
|
|
AC_CANONICAL_SYSTEM
|
|
AC_CANONICAL_TARGET
|
|
-AM_INIT_AUTOMAKE([foreign color-tests -Wall -Wno-portability subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip tar-ustar])
|
|
+AM_INIT_AUTOMAKE([foreign color-tests -Wall -Wno-portability subdir-objects dist-bzip2 dist-xz dist-zip tar-ustar])
|
|
AM_SILENT_RULES([yes])
|
|
|
|
#
|