Search
j0ke.net Open Build Service
>
Projects
>
graphics
:
ImageMagick:6.7.6.9
>
ImageMagick
> ImageMagick.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ImageMagick.spec of Package ImageMagick
# # spec file for package ImageMagick # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: ImageMagick BuildRequires: dcraw BuildRequires: fdupes BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: ghostscript-fonts-other BuildRequires: ghostscript-fonts-std BuildRequires: ghostscript-library BuildRequires: libbz2-devel BuildRequires: libdjvulibre-devel BuildRequires: libexif-devel BuildRequires: libjasper-devel BuildRequires: liblcms2-devel BuildRequires: librsvg-devel BuildRequires: libtiff-devel BuildRequires: libtool BuildRequires: libwebp-devel BuildRequires: libwmf-devel BuildRequires: libxml2-devel BuildRequires: lzma-devel BuildRequires: pkgconfig %define mfr_version 6.7.6 %define mfr_revision 9 %define source_version %{mfr_version}-%{mfr_revision} Version: %{mfr_version}.%{mfr_revision} Release: 2.4.1 %define libver 5 Summary: Viewer and Converter for Images License: SUSE-ImageMagick Group: Productivity/Graphics/Other Url: http://www.imagemagick.org Source: ImageMagick-%{source_version}.tar.bz2 # To get mtime of file Source1: ImageMagick.changes Source2: baselibs.conf Patch1: ImageMagick-6.6.8.9-examples.patch Patch2: ImageMagick-6.6.8.9-doc.patch Patch3: ImageMagick-6.7.6.1-no-dist-lzip.patch Patch4: ImageMagick-6.7.6.9-CVE-2012-3437.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n perl-PerlMagick Requires: ImageMagick = %{version} Requires: libMagickCore%{libver} = %{version} Requires: perl = %{perl_version} Summary: Perl interface for ImageMagick Group: Development/Libraries/Perl %package devel Requires: ImageMagick = %{version} Requires: libMagickCore%{libver} = %{version} Requires: libMagickWand%{libver} = %{version} Summary: Include Files and Libraries Mandatory for Development Group: Development/Libraries/C and C++ Requires: glibc-devel # bnc#741947: Requires: libbz2-devel %package extra Requires: ImageMagick = %{version} Requires: libMagickCore%{libver} = %{version} Summary: Viewer and Converter for Images - extra codecs Group: Productivity/Graphics/Other #delegates configured in delegates.xml that imagemagick can use Recommends: autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl libwmf %package -n libMagickCore%{libver} Summary: Viewer and Converter for Images - runtime library Group: Productivity/Graphics/Other Suggests: ImageMagick-extra = %{version} %package -n libMagickWand%{libver} Summary: Viewer and Converter for Images - runtime library Group: Productivity/Graphics/Other %package -n libMagick++%{libver} Requires: ImageMagick Summary: C++ Interface for ImageMagick - runtime library Group: Development/Libraries/C and C++ %package -n libMagick++-devel Requires: ImageMagick-devel = %{version} Requires: libMagick++%{libver} = %{version} Requires: libstdc++-devel Summary: C++ Interface for ImageMagick - files mandatory for development Group: Development/Libraries/C and C++ %package doc Summary: Document Files for ImageMagick Library Group: Development/Libraries/C and C++ %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif %prep %setup -n ImageMagick-%{source_version} %patch1 %patch2 %patch3 -p1 %patch4 %build export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" export LDFLAGS="-L%{_libdir}" CHANGES=`stat --format="%y" %SOURCE1|cut --characters=1-10` # Use mtime of .changes for build time sed -i -e "s|^PACKAGE_RELEASE_DATE.*$|PACKAGE_RELEASE_DATE=\"$CHANGES\"|" version.sh autoreconf --force --install -v %configure --with-pic \ --enable-shared \ --without-frozenpaths \ --with-magick_plus_plus \ --with-modules \ --with-threads \ --without-perl \ --disable-static \ --with-djvu=yes \ --with-wmf=yes make %{?_smp_mflags} all cd PerlMagick perl Makefile.PL make %{?_smp_mflags} LD_RUN_PATH="%{_libdir}:%{_prefix}/X11R6/%{_lib}" %check export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs export MAGICK_CODER_MODULE_PATH=$PWD/coders/.libs export MAGICK_CODER_FILTER_PATH=$PWD/filters/.libs export MAGICK_CONFIGURE_PATH=$PWD/config cd PerlMagick make test %install %{__install} -d "${RPM_BUILD_ROOT%}"'{_defaultdocdir}/%{name}/images' %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ pkgdocdir=%{_defaultdocdir}/%{name}/ cd PerlMagick %{__make} "DESTDIR=${RPM_BUILD_ROOT}" 'LD_RUN_PATH=%{_libdir}:%{_prefix}/X11R6/%{_lib}' install_vendor %perl_process_packlist cd '../Magick++' %{__rm} -rf demo/{.deps,.libs,*.C,*.o,Makefile*,run_demos.bat} PATH='/bin:/usr/bin' find demo -type f -perm +111 -execdir %{__rm} -rf '{}' ';' %{__mv} demo/makefile.2 demo/Makefile cd .. %{__mv} -t "${RPM_BUILD_ROOT}"'%{_sysconfdir}'/%{name}* "${RPM_BUILD_ROOT}"'%{_datadir}'/%{name}*/*.xml %{__cp} -a -t "${RPM_BUILD_ROOT}"'%{_defaultdocdir}/%{name}/' scenes PATH='/bin:/usr/bin' find "${RPM_BUILD_ROOT}/%{_libdir}" -name "*.la" ! -empty \ -execdir %{__sed} -i -e 's@ -L/usr/src[^ ]*@@g' -e 's@ /usr/lib/libltdl.la@@g' '{}' ';' %{__rm} -f "${RPM_BUILD_ROOT}"'%{_libdir}'/libltdl.* %{__rm} -f "${RPM_BUILD_ROOT}"'%{_libdir}'/*.la echo>'%{buildroot}%{_includedir}/%{name}/wand.h' '#include "wand/MagickWand.h"' %if 0%{?suse_version} > 1020 %fdupes $RPM_BUILD_ROOT%{_includedir}/%{name}/wand %fdupes $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/www/api %endif rm -rf %{buildroot}/%{_datadir}/doc/%{name} %post -n libMagickCore%{libver} -p /sbin/ldconfig %postun -n libMagickCore%{libver} -p /sbin/ldconfig %post -n libMagickWand%{libver} -p /sbin/ldconfig %postun -n libMagickWand%{libver} -p /sbin/ldconfig %post -n libMagick++%{libver} -p /sbin/ldconfig %postun -n libMagick++%{libver} -p /sbin/ldconfig %files %defattr(-,root,root) %docdir %{_docdir}/%{name} %doc QuickStart.txt README.txt NEWS.txt ChangeLog LICENSE %{_bindir}/[^MW]* %doc %{_mandir}/man1/* %exclude %{_mandir}/man1/*-config.1.gz %files -n libMagickCore%{libver} %defattr(-,root,root) %doc LICENSE %dir %{_sysconfdir}/ImageMagick* %config %{_sysconfdir}/ImageMagick*/* %{_libdir}/libMagickCore.so.%{libver}* %dir %{_libdir}/ImageMagick* %dir %{_libdir}/ImageMagick*/modules* %dir %{_libdir}/ImageMagick*/modules*/* %{_libdir}/ImageMagick*/config %exclude %{_libdir}/ImageMagick*/modules*/*/wmf.* %exclude %{_libdir}/ImageMagick*/modules*/*/jp2.* %exclude %{_libdir}/ImageMagick*/modules*/*/djvu.* %{_libdir}/ImageMagick*/modules*/*/*.so # don't remove la files, see bnc#579798 %{_libdir}/ImageMagick*/modules*/*/*.la %files -n libMagickWand%{libver} %defattr(-,root,root) %doc LICENSE %{_libdir}/libMagickWand.so.%{libver}* %files extra %defattr(-,root,root) %doc LICENSE %{_libdir}/ImageMagick*/modules*/*/wmf.so # don't remove la files, see bnc#579798 %{_libdir}/ImageMagick*/modules*/*/wmf.la %{_libdir}/ImageMagick*/modules*/*/jp2.so %{_libdir}/ImageMagick*/modules*/*/jp2.la %{_libdir}/ImageMagick*/modules*/*/djvu.so %{_libdir}/ImageMagick*/modules*/*/djvu.la %files devel %defattr(-,root,root) %doc LICENSE %{_libdir}/libMagickCore.so %{_libdir}/libMagickWand.so %dir %{_includedir}/ImageMagick %{_includedir}/ImageMagick/magick %{_includedir}/ImageMagick/wand %{_includedir}/ImageMagick/wand.h %{_bindir}/MagickCore-config %{_bindir}/MagickWand-config %{_bindir}/Magick-config %{_bindir}/Wand-config %{_libdir}/pkgconfig/ImageMagick.pc %{_libdir}/pkgconfig/Wand.pc %{_libdir}/pkgconfig/MagickCore.pc %{_libdir}/pkgconfig/MagickWand.pc %doc %{_mandir}/man1/*-config.1.gz %exclude %{_mandir}/man1/Magick++-config.1.gz %files -n perl-PerlMagick %defattr(-,root,root) %doc LICENSE %doc PerlMagick/README.txt %doc PerlMagick/demo %doc %{_mandir}/man3/Image::Magick.3pm* %{perl_vendorarch}/auto/Image %{perl_vendorarch}/Image /var/adm/perl-modules/ImageMagick %files -n libMagick++%{libver} %defattr(-,root,root) %doc LICENSE %{_libdir}/libMagick++.so.%{libver}* %files -n libMagick++-devel %defattr(-,root,root) %doc LICENSE %doc Magick++/demo %doc Magick++/NEWS Magick++/README Magick++/AUTHORS %{_libdir}/libMagick++.so %{_includedir}/ImageMagick/Magick++.h %{_includedir}/ImageMagick/Magick++ %{_bindir}/Magick++-config %{_libdir}/pkgconfig/ImageMagick++.pc %{_libdir}/pkgconfig/Magick++.pc %doc %{_mandir}/man1/Magick++-config.1.gz %files doc %defattr(-,root,root) %dir %{_docdir}/%{name} %description ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces. %description devel ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces. %description extra This package adds support for djvu, wmf and jpeg2000 formats and installs optional helper applications. ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces. %description -n libMagickCore%{libver} ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces. %description -n libMagickWand%{libver} ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats, including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick, you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color-reduce, or add special effects to an image and save your completed work in many different image formats. Image processing operations are available from the command line as well as through C, C++, and PERL-based programming interfaces. %description -n perl-PerlMagick PerlMagick is an objected-oriented Perl interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it suitable for Web CGI scripts. %description -n libMagick++%{libver} This is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time. %description -n libMagick++-devel This is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time. %description doc HTML documentation for ImageMagick library and scene examples. %changelog * Mon Mar 18 2013 pgajdos@suse.com - security update: * CVE-2012-3437.patch [bnc#773612] * Wed May 16 2012 pgajdos@suse.com - updated to 6.7.6.9: * Don't write an invalid PNG sRGB chunk when rendering intent is undefined. * EXR images are in the linear RGB colorspace with a gamma of 1.0. * Correct annotation offset for right-to-left labels. * The -level 100x0%% now produces the equivalent of -negate. * etc., see ChangeLog * Tue Mar 27 2012 pgajdos@suse.com - cleanup the package - updated to 6.7.6.1: fixes * CVE-2012-0247 [bnc#746880] * CVE-2012-0248 [bnc#746880] * CVE-2012-1185 [bnc#752879] * CVE-2012-1186 [bnc#752879] * Fri Mar 9 2012 giecrilj@stegny.2a.pl - moved the libtool archives to the main package - separated the bulk documentation - added a regression %%check for the locale comma crash * Tue Feb 14 2012 cfarrell@suse.com - license update: SUSE-ImageMagick Use SUSE- proprietary prefix until SPDX upstream accepts ImageMagick as license (e.g. like Fedora) * Thu Jan 19 2012 pgajdos@suse.com - ImageMagick-devel requires libbz2-devel [bnc#741947] * Thu Jan 19 2012 pgajdos@suse.com - update to 6.7.4.7: * Fixed -black-threshold and -white-threshold so they work properly with the -channels option * Promote image depths 9-15 to 16 to avoid crashing in the PNG encoder * Fix problems with JNG encoder "quality" * Fix memory leak in JP2 coder * Use maximum bounds when rendering PDF * etc. see ChangeLog * Tue Jan 17 2012 crrodriguez@opensuse.org - Add explicit libbz2-devel BuildRequires - Support LZMA - Use libcms2 now. - Cleanup huge dependency bloat in -devel package, this will likely cause build fails on dependant packages the solution is to fix your BuildRequires. * Mon Oct 31 2011 pgajdos@suse.com - update to 6.7.3.3: * removed upstreamed scene.patch * Tue Oct 18 2011 pgajdos@suse.com - build against librsvg as recommended upstream [bnc#724222] * Sat Oct 15 2011 coolo@suse.com - add libtool as buildrequire to make the spec file more reliable * Thu Oct 6 2011 pgajdos@suse.com - fixed [bnc#717871] -- imagemagick display wrong order * scene.patch * Tue Sep 20 2011 pgajdos@suse.com - update to 6.7.2.7: * Fix memory leak in text annotation. * The "-strip" option was excluding the PNG tRNS chunk. * Caption now wraps properly for Chinese text. * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass. * Properly handled continued JPEG embedded profiles. * Revert -colorspace sRGB option patch. * Revert -type PaletteMatte option patch. * etc. see ChangeLog. - obsoletes reason-error-message.patch * Sat Sep 17 2011 jengelh@medozas.de - Remove redundant tags/sections from specfile * Fri Sep 16 2011 jengelh@medozas.de - Fix baselibs: add missing requires to ImageMagick-devel - Remove redundant tags/sections * Wed Sep 7 2011 pgajdos@suse.com - fixed wrong error messages [bnc#673303] * Fri Jul 29 2011 pgajdos@novell.com - update to 6.7.1.0: * Defend against corrupt PSD resource blocks. * Properly allocate points when render text with large font size. * Added support for Z_RLE strategy in the png compressor, using - quality 98 or 99. * Handle "-quality 97" properly in the png encoder, i.e., use intrapixel filtering when writing a MNG file and no filtering when writing a PNG file. * Added "-define PNG:compression-level|strategy|filter=value" options to the PNG encoder. If these options are used, they take precedence over the -quality option. * Use zlib default compression strategy instead of Z_RLE and Z_FIXED strategies when linking with zlib versions (prior to 1.2.0 and 1.2.2.2, respectively) that don't support them. - switch on WEBP support -- require libwebp-devel to build * Mon Jun 20 2011 pgajdos@novell.com - updated to 6.7.0.8: * added Initial implementation of Cylinder to/from Plane 3D Distorts Includes deritive (scaled lookup), and anti-alised horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. * Fix transient error for composite over operator. * Fix one-off bug in option parser. * etc., see ChangeLog - adjusted inc-struct.diff * Fri May 27 2011 coolo@novell.com - fix requires of -devel package * Thu May 26 2011 coolo@novell.com - remove the -fuse-linker-plugin option, it's default in gcc 4.6 and only confuses scripts * Tue May 24 2011 dimstar@opensuse.org - Require ImageMagick from -devel subpackage: Packages that depend on the -devel package very likely use the tools too. * Tue May 17 2011 pgajdos@suse.cz - updated to 6.6.9.9: * The -scale option nows considers the alpha channel when scaling. * Don't use comma as a separator for stroked tex. * Fix transient bug for HSL to RGB and back. * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors. * etc., see ChangeLog * Sun May 8 2011 giecrilj@stegny.2a.pl - created ImageMagick-devel-32bit for cross-compiling * Thu Apr 21 2011 giecrilj@stegny.2a.pl - updated to 6.6.9.5: fixes [Bug 682238] * macroized and cleaned up scripts * added conditions for optional components * updated file lists for upstream * cleaned up the include tree in devel (patch) * Mon Apr 11 2011 pgajdos@suse.cz - updated to 6.6.8.9: fixes [bnc#682238] * config files moved to /etc/ImageMagick* * see ChangeLog for more details * Wed Feb 23 2011 pgajdos@suse.cz - updated to 6.6.7.9: fixes [bnc#673789] * removed survive-exif.patch * Mon Feb 21 2011 jw@novell.com - added patch for crash reading png with exif [bnc#673789] * Mon Feb 14 2011 pgajdos@suse.cz - packaged README.txt from xtp [bnc#671047] * Mon Dec 6 2010 coolo@novell.com - fix build for factory * Mon Nov 15 2010 pgajdos@suse.cz - updated to 6.6.5-8: don't read config files from $CWD [bnc#653572] * Thu Nov 4 2010 pgajdos@suse.cz - updated to 6.6.5-5: * Revised PNG palette optimization * Added some debug logging in coders/png.c. * More precise blur values for Lanczos2Sharp and LanczosSharp. * Added location of first Mitchell crossing (=8/7) to the filters data structure. * Added Lanczos2D* filters now named Lanczos2* * Reorganization of AcquireFilter() to make it work better * Clearer EWA filters (LanczosSharp etc) comments. * Added LanczosSharp (3-lobe Lanczos with sharpening) * Filter sharpening factors are also always applied regardless of usage. * CubicBC filter formulas simplified by constant folding. In particular, P1 coefficient (always zero) removed from coeff. * Revert the Robidoux filter to a Keys cubic with C=(108 sqrt 2-29)/398 (as already specified in the documentation). * Ignore PS bounding box offsets if -page is set. * Add support for -evaluate exp. * Fri Oct 15 2010 pgajdos@novell.com - updated to 6.6.5-0: * Added "filter:sigma" expert setting defining the 'sigma' for the Gaussian filter only. This is similar in action to 'blur' but only for Gaussians, and does not modify the filters support, allowing you to set a very small sigma, without the function 'missing' all pixels. * Patch for DrawableRotation() and DrawableTranslation() * The webp format requires the webpconv delegate program (experimental). * Replaced "Robidoux" with Cubic 'Keys' filter that is near equivelent to the previous sharped "Lanczos2D" filter. (C=0.31089212245300069) This also is very similer to a Mitchell filter but specifically designed for EWA use and is the new default filter for Distorting Images. * Added new filter 'Lanczos2D' a 2-lobe Lanczos as defined by Andreas Gustafsson in his thesis "Interactive Image Warping" (page 24) http://www.gson.org/thesis/warping-thesis.pdf * Added filter "Robidoux" which is a slightly sharpened version of the "Lanczos2D" filter (blur=0.958033808) specifically designed to be less 'blurry' for horizontal and vertical lines in no-op distortions. * Add support for "pattern:vertical2" and "pattern:horizontal2". * Add support for "pattern:vertical3" and "pattern:horizontal3". * Properly handle PSD layers with negative offsets. * Added sqrt(2) bluring default for Gaussian Filter if used as a Cylindrical EWA filter. This resulted removing the last aliasing issue that was present in tests for Gaussian EWA resampling. Of course it is still a very blury filter for default use in EWA. * Adjusted Variable Mapping Blur Composition so user arguments actual relate properly to the sigma of the blur for a maximum mapping value. * Fix horizon anti-alising for output-scaled perspective distortions. * 'Bessel' filter is now offically and more accuritally named 'Jinc' however 'Bessel' while not visible as a filter option can still be used as an internal alias for 'Jinc'. * Fix memory assertion with --enable-embeddable (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17201). * Don't permit access to pixels when pinging an image (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194). * Tue Oct 5 2010 pgajdos@novell.com - updated to 6.6.4-8: * Automatically set the quantum depth to 16 for HDRI. * IPTC profile not always wrapped properly inside an 8BIM profile. * TIFF tile geometry must be divisible by 16. * Rename of SincPolynomial to SincFast for easier user understanding. Ditto for LanczosChebyshev to LanzcosFast. * Switch default resize filters to using the faster SincPolynomial filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * The default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are being enlarged by the distortion. However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of the 'Rings' image show extremely good and clear results, with only minimal blurring. The filter 'blur' expert option can be used to adjust this further. * Don't negate the geometry offset for the -extent option. * The RGBO format is now listed as a supported format. * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter function as "LanczosChebyshev" as faster alternative to Lanczos. * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of the Sinc Trigonometric resize filter, as a proper filter to allow direct comparision and speed testing of the filter. * Expanded the "-set option:filter:verbose 1" output, so as to also include the actual functions and other values that were used to create the filter. * Tue Sep 7 2010 pgajdos@suse.cz - updated to 6.6.4-0: * Repair a few incorrect LocaleNCompare() calls (ttf.c, ps.c). * Path no longer closed if join style is round (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16943). * Add case for BGRQuantum to GetQuantumExtent(). * Support no compression on PCX write. * Fixed bug in the raw BGRA coders (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16880). * Fix off-by-one error in the PSD coders. * Nicolas Robidoux with the assistance of Chantal Racette contribute an approximation of the sinc function over the interval [-3,3]. * Eliminate a small memory leak in LevelizeImageChannel() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16951). * Recognize -fx logtwo (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16958). * Tue Aug 24 2010 pgajdos@suse.cz - updated to 6.6.3-9: * Eliminate useless message about assuming zero delay when writing a single-frame MNG, and changed it from Error to Warning when writing a multiple-frame MNG. * Only use the first alpha channel in PSD image. * Only use XPM complying colors for XPM images (e.g. green is rgb(0,255,0)). * Eliminate bogus "invalid colormap index" when pinging ICO images. * Support -set density / units. * Properly map PNG intent to image->rendering_intent * The orient option sometimes improperly set "undefined" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16795). * Only list orientation options for the -list orientation option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16801). * Return proper standard deviation for combined channels (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16786). * Handle transparency properly for the PSD image format. * Emit a warning if the PNG encoder can't satisfy the color type and bit depth requested with a "-define" directive. * The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833). * Add -subimage-search option to the compare utility. * Throw exception if image size differs for the compare program but the - subimage-search option is not specified. * Mon Aug 2 2010 coolo@novell.com - update baselibs.conf * Thu Jul 29 2010 pgajdos@suse.cz - updated to 6.6.3-1: * obsoletes units.patch * obsoletes grayscale-tiff-jpeg.patch * Tue Jun 22 2010 pgajdos@suse.cz - fixed jpeg compression of grayscale tif format [bnc#615223] * Mon May 10 2010 aj@suse.de - Do not compile in build time but use mtime of changes file instead. This allows build-compare to identify that no changes have happened. * Mon Apr 26 2010 pgajdos@suse.cz - fixed units in the output [bnc#598714] * units.patch * Wed Apr 7 2010 ro@suse.de - update baselibs.conf * Tue Apr 6 2010 pgajdos@suse.cz - updated to version 6.6.1-0: * Fixed bug in equal-size tile cropping, when image has a page offset. * The -recolor 4x4 matrix is now interpretted properly (previously it summed rather attenuating the alpha channel). * Support writing 1-bit PSD images. * Support LCMS 2.0. * Improved WMF support under Windows. * The new coders/png.c was failing to read a 1-bit paletted image properly. * Finished eliminating the deprecated direct references to members of the png_info structure. ImageMagick can now be built with libpng-1.5. * Respect the -density option when rendering a Postscript or PDF image. * Distort barrel no longer complains when 3 arguments are given (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15883). * Support -direction left-to-right option for rendering text * coders/png.c: Eliminated support of libpng versions older than 1.0.12. * Relocated the new, misplaced png_get_rowbytes() call. * Updated setjmp/longjmp/jmpbuf usage to work with libpng-1.5. * Add support for monochrome PSD images. * VignetteImage() no longer crashes when x and y arguments are both greater than half the width (x) and height (y) of the image. * Eliminated some of the deprecated direct references to members of the png_info structure. This must be finished before we can build with libpng-1.5. * The animate program no longer loops twice when -loop 1 is specified. * The caption format would sometimes hang when the text was not UTF-8. * Don't gamma correct log to linear color conversion unless the -gamma is specified (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=15799). * Detect CMYKProcessColor AI tag. * Delete image from command line cache for -write option. * Add support for the Adobe Large Document format. * Recognize -remap option for the mogrify utility. * The default Helvetica font is not always available, check for Century Schoolbook too (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15780). * Mon Mar 15 2010 pgajdos@suse.cz - updated to version 6.6.0-5: * Permit user to get virtual pixels with a region width of 0. * Reformulate the jinc() functio so that the main peak is of amplitude of 1. * Resampling filter must respect the image virtual pixel method. * The -evaluate-sequence option behaves like -evaluate except it operates on a sequence of images. * Add support for the Adobe Large Document format. * Add support for the -maximum and -minimum options. * Check to see if ICON image width /height exceeds that of the image canvas. * Set the DPX descriptor to Luma only if the image type is not TrueColor. * Add support for -fx airy(), j0(), j1(), jinc(), and sinc() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15685). * Don't embed an XMP profile in an EPS image for now. * Insufficient image data in EPT is a warning rather than an error. * Respect -type TrueColor when writing gray DPX images. * Fix problem reading 10-bit grayscale DPX images when scanline length is not a multiple of 3. * BMP has an alpha channel, it was treated as an opacity channel. * Write 10-bit grayscale DPX images properly. * Detect PDF ICCBased colorspace. * Finalized -set option:convolve:scale kernel normalize/scale option * TransformImage() resets the image blob when called in the PICT decoder; use SetImageExtent() instead. * Support PSD RLE compression. * The jpeg:extent define sometimes exceeded the specified limit. * Resolve "too many open files" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=15546). * Added Correlate method which does a Convolve without reflecting the kernel. * Initialize grayscale colormap for PSD images. * Addition Third-level Subtractive Morphology Methods: EdgeIn, EdgeOut, Edge, TopHat, BottomHat * Ensuring original kernels passed to morphology are cloned before being modifified for use by specific methods (EG: convolve scale/normalize) * display -immutable to display transparent image without a checkboard. * Make -define png:color-type less persnickity about what it will accept. * added use of -precision in 'showkernel' output of -morphology * correct use of a 'reflected kernel' for 'Convolve' 'Dilate' and 'Distance' Morphology primatives. This does not have a performance hit, though is only truely applicable when the kernel is asymmetric. Note that 'Erode' does not use a 'reflected' kernel, so that 'Open' and 'Close' operations work properly. This 'reflected usage is defined by online morphology lecture notes (Google for "EECE Binary Morphology") * Added convolve kernel scaling setting "-set option:convolve:scale N" If undefined morphology convolve does not do any scaling or normalization of the convolution kernel. A value of 0.0 causes normalization for both zero and non-zero (added weights) kernel types. * Speed up reading the PSD image format. * Add the -precision option. Use it to set the maximum number of significant digits to be printed. * Add -features option to the identify program to display channel features. * Add -unique option to the identify program to display channel features. * Add support for compact floating point (i.e. -depth 16 -define quantum:format=floating-point). * Transparent images no longer flicker on certain system when using the display program. * Permit interactive resizing with the display program. * Support heterogeneous distributed processing, see http://www.imagemagick.org/script/architecture.php#distributed. * Fix semaphore assertion when reading a corrupt image with Magick++. * Add support for -brightness-contrast option. * Add support for the BGRA raw image format. * Added Kernel Generator to generate kernels from user strings, which allows the generation in many built in kernels for both Convolution and other Morphological methods. New Kernels currently include.. Convolution: Gaussian, Blur, Comet Morphological: Rectangle, Square, Diamond, Disk, Plus Distance: Chebyshev, Manhatten, Knight, Euclidean And both old and new (rectangular) user defined kernel specifications including the use of 'nan' to represent elements which are not part of the kernel definition. List built-in kernel types use "-list kernel" * Added -morphology {method}[:{iteration}] {kernel_string} Initial methods includes no only the basic morphology methods: Dilate, Erode, Open, Close; and a pixel color preserving 'Intensity' version, but also the special methods: Convolve, and Distance. Of course the appropriate kernel should be provided for each specific method. * Add OpenCL-enabled filter (e.g. convert image.png -process "convolve '-1, -1, -1, -1, 9, -1, -1, -1, -1'" image.jpg). * Added StringTo...() processing functions * Mon Feb 15 2010 pgajdos@suse.cz - don't remove *.la files, see [bnc#579798] * Tue Feb 9 2010 prusnak@suse.cz - build -doc subpackage as noarch - spec cleanup * Mon Jan 11 2010 pgajdos@suse.cz - updated to 6.5.8-9, which fixes [bnc#565014] * Wed Jan 6 2010 jengelh@medozas.de - package baselibs.conf * Mon Nov 23 2009 pgajdos@suse.cz - updated to 6.5.7-9 (See ChangeLog) * Tue Nov 3 2009 coolo@novell.com - updated patches to apply with fuzz=0 * Mon Aug 24 2009 pgajdos@suse.cz - splitted out doc package, see [bnc#533439] * Tue Aug 4 2009 pgajdos@suse.cz - updated to version 6.5.4-8 (See ChangeLog) * Thu Jul 30 2009 ro@suse.de - update baselibs.conf to complete previous change * Fri Jun 5 2009 nadvornik@suse.cz - updated to 6.5.3-2: * shared library version increased from 1 to 2 * subpackages renamed accordingly * includes a fix for bnc#507728 * Fri Jan 23 2009 nadvornik@suse.cz - backported fix for race condition [bnc#465967] * Fri Dec 5 2008 nadvornik@suse.cz - fixed fontconfig detection [bnc#441874] * Mon Dec 1 2008 ro@suse.de - add libMagicWand1 to baselibs.conf (for libxine1) * Tue Oct 7 2008 thoenig@suse.de - add baselibs.conf (libMagickCore1) required by libfprint0-32bit * Wed Sep 10 2008 nadvornik@suse.cz - update to 6.4.3-6, see ChangeLog for details * Wed Apr 9 2008 nadvornik@suse.cz - update to 6.4.0-4, see ChangeLog for details * mostly bugfixes * Mon Apr 7 2008 schwab@suse.de - Fix PRNG. * Sat Mar 29 2008 coolo@suse.de - fix requires * Wed Mar 26 2008 nadvornik@suse.cz - updated to 6.3.9-7, see ChangeLog for details * renamed shared library subpackages: libMagick10 -> libMagickCore1 libWand10 -> libMagickWand1 libMagick++10 -> libMagick++1 * read EXIF data in TIFF images * add -encipher / -decipher options to the command-line utilities * many bugfixes and improvements * Mon Dec 3 2007 nadvornik@suse.cz - fixed BuildRequires * Fri Nov 30 2007 nadvornik@suse.cz - updated to 6.3.7-2, see ChangeLog for details * fixes conflicts in header files [#340485] * Mon Oct 8 2007 pth@suse.de - Add libMagick10 to Requires of perl-PerlMagick (#331611) * Tue Sep 25 2007 nadvornik@suse.cz - updated to 6.3.5-10: fixes CVE-2007-4985, CVE-2007-4986, CVE-2007-4987, CVE-2007-4988 [#327021] * Fri Aug 3 2007 coolo@suse.de - fix provides for ImageMagick-Magick++ (#293401) * Sat Jul 28 2007 coolo@suse.de - remove requires on ImageMagick-Magick++ * Wed Jul 25 2007 nadvornik@suse.cz - updated to 6.3.5-3, see ChangeLog for details - reduced the requrements of the main package, created ImageMagick-extra with full set of requirements - adjusted to Shared Library Policy: * created libMagick10 and libWand10 * renamed ImageMagick-Magick++ -> libMagick++10 * renamed ImageMagick-Magick++-devel -> libMagick++-devel * Thu Apr 19 2007 nadvornik@suse.cz - updated to 6.3.3-8, see ChangeLog for details - fixed various crashes on malformed input, including CVE-2007-1797 and CVE-2007-1667 [#258253] - do not build static libs - adjusted BuildRequires for libjasper-devel * Tue Feb 27 2007 dmueller@suse.de - adjust BuildRequires: libexif -> libexif-devel * Mon Feb 19 2007 mvaner@suse.cz - Array boundaries fix in bezier path (#243280) - bezier-array.patch * Mon Oct 30 2006 nadvornik@suse.cz - fixed overflows in dcm and palm codecs CVE-2006-5456 [#215685] * Wed Oct 18 2006 postadal@suse.cz - disabled -fstack-protector for %%suse_version <= 1000 * Tue Oct 17 2006 nadvornik@suse.cz - updated to 1.3.0-0 * enhanced -fx * many bugfixes, see ChangeLog * Thu Jul 13 2006 nadvornik@suse.cz - updated to 1.2.8-1 * security fixes merged upstream * fixed compilation with new libpng * many other fixes * Wed Mar 15 2006 nadvornik@suse.cz - fixed rpath in perl module * Fri Feb 3 2006 nadvornik@suse.cz - better fix for format string vulnerability CVE-2006-0082 [#141390] - fixed shell metacharacters in file names passed into delegates CVE-2005-4601 [#141999] - added version numbers to devel subpackage requirements * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Mon Jan 16 2006 meissner@suse.de - Use -fstack-protector. * Tue Dec 20 2005 nadvornik@suse.cz - updated to 6.2.5 * Wed Sep 21 2005 nadvornik@suse.cz - updated to 6.2.4 * Sat Sep 17 2005 postadal@suse.cz - parallelize build * Wed Sep 7 2005 nadvornik@suse.cz - fixed URL in man pages [#115568] * Thu Jul 21 2005 nadvornik@suse.cz - moved .la files back to main package, they are needed for runtime * Fri Jul 15 2005 nadvornik@suse.cz - updated to 6.2.3 - fixed incorrect char type usage [#95086] * Tue May 3 2005 nadvornik@suse.cz - updated to 6.2.2, fixes crash in PNM reader [#80428] * Wed Mar 9 2005 nadvornik@suse.cz - fixed format string vulnerability [#67273] * Wed Mar 2 2005 nadvornik@suse.cz - linked PerlMagick correcly - added xorg-x11-devel to requires of devel subpackage * Sat Jan 22 2005 ro@suse.de - fix libltdl removal on lib64 * Tue Jan 18 2005 nadvornik@suse.cz - updated to 6.1.8 * fixed .psd file read overflow (CAN-2005-0005) [#49839] * Mon Nov 1 2004 nadvornik@suse.cz - fixed integer overflow in EXIF handling [#47745] * Tue Sep 14 2004 nadvornik@suse.cz - branched new subpackage ImageMagick-Magick++-devel [#45245] * Tue Sep 14 2004 nadvornik@suse.cz - removed Requires: ImageMagick-devel from ImageMagick-Magick++ [#45245] * Tue Sep 7 2004 nadvornik@suse.cz - updated to 6.0.7 * fixed possible miscompilation of included headers * fixed PerlMagick's Profile crash [#44710] * other bugfixes * Tue Aug 31 2004 nadvornik@suse.cz - updated to 6.0.6-2: * fixed decoding runlength-encoded BMP [#44081] * enabled LZW compression * Mon Aug 9 2004 ro@suse.de - fix build with current automake * Mon Jun 28 2004 nadvornik@suse.cz - updated to 6.0.2 * Fri Mar 26 2004 nadvornik@suse.cz - adjusted default fonts * Fri Feb 6 2004 nadvornik@suse.cz - update to 5.5.7-16 - added run_ldconfig macro - build as user * Tue Sep 9 2003 nadvornik@suse.cz - fixed annotate function [29748] * Mon Sep 8 2003 nadvornik@suse.cz - fixed reading of tiff images [#25552] * Thu Aug 28 2003 nadvornik@suse.cz - fixed output from Magick++-config --version - compiled with -fno-strict-aliasing * Wed Aug 20 2003 mjancar@suse.cz - require the perl version we build with * Tue Jul 29 2003 nadvornik@suse.cz - lib64 fixed - filelist fixed * Fri Jul 25 2003 nadvornik@suse.cz - updated to 5.5.7-10 - used perl_process_packlist * Mon Feb 10 2003 nadvornik@suse.cz - updated to 5.5.4-4: - fixed bug [#23111] - copied ltdl sources from libtool package * Thu Dec 19 2002 adrian@suse.de - add liblcms-devel to #neededforbuild * Thu Nov 21 2002 nadvornik@suse.cz - updated to 5.5.1 * Wed Nov 20 2002 ro@suse.de - fix build with latest automake * Fri Nov 1 2002 nadvornik@suse.cz - fixed detection of lpr [#21187] - fixed to compile with new libjasper * Tue Sep 3 2002 nadvornik@suse.cz - do not try to detect supported ghostscript devices [#18424] * Thu Aug 29 2002 nadvornik@suse.cz - fixed typo in delegates.mgk * Sat Aug 10 2002 kukuk@suse.de - Fix filelist for threaded perl * Fri Jul 26 2002 adrian@suse.de - fix neededforbuild * Fri Jul 26 2002 nadvornik@suse.cz - update to 5.4.7-4 * Tue Jul 2 2002 nadvornik@suse.cz - update to 5.4.7 * Fri May 3 2002 meissner@suse.de - %%_lib fixes * Wed Mar 6 2002 nadvornik@suse.cz - added symlink index.html->ImageMagick.html in doc directory * Mon Feb 4 2002 nadvornik@suse.cz - update to 5.4.2-3, xtp updated to 5.4.3 * Thu Jan 31 2002 ro@suse.de - changed neededforbuild <libpng> to <libpng-devel-packages> * Thu Jan 17 2002 nadvornik@suse.cz - html files installed correctly * Tue Jan 15 2002 nadvornik@suse.cz - update to 5.4.2: - new scripting language utility, conjure * Mon Dec 3 2001 nadvornik@suse.cz - update to 5.4.1: - better SVG support - changed default background color to none - eliminated the libMagick.so dependancy on libtiff, libpng, libjpeg - coders/wmf.c updated for libwmf 0.2 * Thu Oct 18 2001 nadvornik@suse.cz - update to 5.4.0: - Text drawing now handles UTF8-encoding - Added a MATLAB encoder - Uses SHA instead of MD5 for image signatures * Fri Aug 24 2001 nadvornik@suse.cz - update to 5.3.8: - Added a new method SetImageClipMask(). - Added @ to the image geometry specification. Use it to specify the square-root of the maximum area in pixels of an image - many bugfixes * Tue Aug 21 2001 nadvornik@suse.cz - removed wv-devel from neededforbuild, it is no longer needed - fixed segfault in svg converting - fixed doc installation * Wed Aug 15 2001 nadvornik@suse.cz - compiled with libjasper * Tue Jul 24 2001 nadvornik@suse.cz - update to 5.3.7 * Fri Jul 20 2001 kukuk@suse.de - changed neededforbuild <gs_fonto> to <ghostscript-fonts-other> - changed neededforbuild <gs_fonts> to <ghostscript-fonts-std> - changed neededforbuild <gs_lib> to <ghostscript-library> - changed neededforbuild <gs_serv> to <ghostscript-serv> * Wed Jun 27 2001 nadvornik@suse.cz - update to 5.3.6 - dropped ImageMagick-pictures subpackage * Tue Jun 12 2001 nadvornik@suse.cz - update to 5.3.5 - fixed to compile with new autoconf * Tue Apr 17 2001 kukuk@suse.de - Remove magickcpp_version macro * Thu Apr 5 2001 nadvornik@suse.cz - updated to 5.3.1 * Tue Mar 27 2001 ro@suse.de - libtoolize main dir as well * Mon Mar 26 2001 ro@suse.de - libtoolize * Fri Mar 9 2001 nadvornik@suse.cz - updated to 5.3.0 - fixed neededforbuild * Mon Feb 19 2001 nadvornik@suse.cz - fixed filelist * Tue Feb 13 2001 nadvornik@suse.cz - update to 5.2.9 * Tue Dec 12 2000 nadvornik@suse.cz - compiled with option --with-threads * Tue Dec 5 2000 nadvornik@suse.cz - update to 5.2.6 - now uses freetype2 * Thu Nov 16 2000 nadvornik@suse.cz - update to 5.2.5 * Tue Nov 14 2000 nadvornik@suse.cz - fixed writing transparent xpm files * Wed Nov 8 2000 nadvornik@suse.cz - changed to long names - imagemag -> ImageMagick - magickd -> ImageMagick-devel - magickpp -> ImageMagick-Magick++ - plmagick -> perl-PerlMagick - impict -> ImageMagick-pictures * Wed Oct 18 2000 nadvornik@suse.cz - update to 5.2.4 - compiled with --with-modules * Mon Sep 18 2000 nadvornik@suse.cz - fixed usage of suse_update_config * Thu Sep 14 2000 nadvornik@suse.cz - drop subpackage imfilm, removed povray from neededforbuild - povray scripts are now in /usr/share/doc/imagemag/scenes * Thu Sep 14 2000 nadvornik@suse.cz - update to 5.2.3 - new subpackage magickd for includes and static libs - changed prefix to /usr - removed --without-largefiles * Tue Aug 22 2000 ro@suse.de - fixed perl path * Thu Jun 8 2000 nadvornik@suse.cz - update to latest source from ftp - added source url * Tue Jun 6 2000 nadvornik@suse.cz - images, scenes -> /usr/share/ImageMagick - doc -> %%{_defaultdocdir}/imagemag * Mon Jun 5 2000 nadvornik@suse.cz - used --without-largefiles * Thu Jun 1 2000 nadvornik@suse.cz - xtp updated to 5.2.0 * Mon May 29 2000 nadvornik@suse.cz - updated to 5.2.0 * Fri May 19 2000 nadvornik@suse.cz - used %%{_defaultdocdir} - changed group * Fri Apr 28 2000 nadvornik@suse.cz - fixed to compile with xf86-4.0 * Mon Apr 10 2000 nadvornik@suse.cz - added URL * Fri Apr 7 2000 bk@suse.de - added suse config update macro * Thu Apr 6 2000 nadvornik@suse.cz - update to 5.1.1 - added BuildRoot * Wed Jan 19 2000 ro@suse.de - fixed specfile * Mon Jan 3 2000 ro@suse.de - update to 5.1.0 * Mon Sep 27 1999 bs@suse.de - fixed requirements for sub packages * Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. * Wed Sep 1 1999 ro@suse.de - update to 4.2.9 * Mon Jun 28 1999 ro@suse.de - update to 4.2.7 * Wed May 19 1999 ro@suse.de - fixed path in specfile * Wed May 19 1999 ro@suse.de - fixed specfile * Tue May 18 1999 ro@suse.de - update to 4.2.5 - new subpackage: magickpp (aka Magick++) a C++-API for libmagick * Fri Feb 19 1999 ro@suse.de - update to 4.2.0 * Mon Jan 18 1999 bs@suse.de - set libraries to 755 * Wed Jan 13 1999 ro@suse.de - update to 4.1.7 / PerlMagick 1.58 * Mon Dec 14 1998 ro@suse.de - update to 4.1.6 - disabled unix98/ptys in configure.in * Tue Dec 1 1998 ro@suse.de - update to 4.1.5 / PerlMagick 1.53 * Tue Nov 17 1998 ro@suse.de - update to 4.1.4 - switched to use configure instead of imake * Mon Aug 17 1998 ro@suse.de - update to 4.0.9 * Fri Aug 14 1998 ro@suse.de - fixed online documentation /usr/doc/packages/ImageMagick/ImageMagick.html is start page - added new subpackage PerlMagick "plmagick" * Thu Aug 13 1998 ro@suse.de - update to 4.0.8 fixed default for printCommand in Display with a app-defaults file * Mon Jun 29 1998 ro@suse.de - update to version 4.0.7 needs libpng-1.0.1 (and povray built with that version) * Tue Apr 7 1998 ro@suse.de - update to version 4.0.4 added freetype support needs libpng-1.0.1 (and povray built with that version) * Sun Mar 1 1998 ro@suse.de - update to version 4.0.1 * Sun Nov 16 1997 ro@suse.de - fixed Symlink /usr/doc/packages/ImageMagick * Fri Nov 14 1997 ro@suse.de - new version 3.9.2 * Tue Nov 11 1997 ro@suse.de - imfilm and impict are built from same specfile * Mon Nov 3 1997 ro@suse.de - ready for autobuild