pkgsrc/graphics/ImageMagick/Makefile

84 lines
2.9 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.172 2011/11/20 22:09:37 sbd Exp $
Update "ImageMagick" and "p5-PerlMagick" packages to version 5.5.7.9. Changes since version 5.5.6: - File descriptor leak prevented temporary disk pixel cache from being removed under Windows. - Color profile patches provided by (dge at softec.st). - West/East geometry was computed with image width rather than height. - The MNG encoder failed to set the JNG bit in the simplicity profile. - The MNG encoder failed to write FRAM chunks when all images were JNG. - The JNG encoder wrote the wrong alpha_sample_depth for opaque images. - Fixed JPEG EXIF problem. - Added -thumbnail as an option to the utilities. - No TIFF preview was written on EPT write (patch provided by Lars Ruben Skyum). - NegateImage() now negates the K channel of a CMYK image (patch provided by Lars Ruben Skyum). - Parameter 'elevation' misspeclled for PerlMagick Shape() method. - A number of minor leak/unitialzed memory problems fixed. - Allocate free nodes from the heap in QuantizeImage(). - Magick-config --version returned gibberish. - Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard, pattern:bricks, etc. - We cannot reliably auto rotate PDF files so this feature was removed. - The conjure program did not correctly handle the gravity attribute. - The persistent cache reference count was not properly incremented. - Added $image->Describe() method to PerlMagick to interface to the DescribeImage() C API method. - Added support for the EXIF Tag Parsing Library. Currently we simply display the tags when calling DescribeImage(). In the near future there will be support for modifying or adding tags. - Added Bob Friesenhahn's updated Windows installation instructions. - Interfaced the drawing routines with the new MagickWand API. MagickWand will be the primary public C interface to ImageMagick in the near future. - magick/effect.c: RandomChannelThresholdImage was not handling PseudoColor, non-gray images correctly. - png.c would not compile with libpng versions older than libpng-0.95, due to bugs introduced in ImageMagick version 5.5.2. - Implemented -random-threshold and -ordered-dither options. - The locale messaging system now uses a hash for fast lookup. - Updated libtool to the new released version, 1.5. - Fixed bug with decoding grayscale PNG images and JNG alpha channel at Q:32. - Now recognize 32-bit hex color specifications, patches provided by Bob Friesenhahn. - Started API wrappers based on Bob Friesenhahn's method suggestions. - Text annotations that started with '\n' were not rendered correctly. - Removed artifacts from images rotated with a small number of degrees. - Minor bug fix in the ParseGeometry() method. - Modified the non-public inline AlphaComposite() to use a PixelPacket pointer; previously it returned a PixelPacket structure. - You can now specify an image geometry as an image file (e.g. -geometry image.jpg). - Use new temporary file manager for JNG components. - Added support for 12-bit TIFF images. - Added improved locale message subsystem (contributed by Kyle Shorter). - Removed a bias from SampleImage() and DrawAffineImage() (bug report by Glenn Randers-Pehrson). - PerlMagick now recognizes percent values for fuzz or opacity. - Not enough memory allocated for reading PCX (bug report by Trevor Willis). - There were artifacts when using the Bessel function for resizing (bug report by Bob Friesenhahn). - Added -resample to convert to change the resolution of an image. - Added a temporary file manager that prevents race conditions and removes any remaining files on exit. - Prepped ImageMagick to work with Visual C++ 7.0 under Windows. The Windows configure patches came from William Radcliffe. - The refresh of the display image window no longer lags when the magnify window overlay it. - Numerous code clean-up and minor speed ups based on problem areas identified in the Graphics-Magick ChangeLog.
2003-06-30 08:45:01 +02:00
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
PKGREVISION= 2
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
1998-01-24 21:15:23 +01:00
CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
2001-04-09 13:59:43 +02:00
Updated to version 6.3.4.9 (approved by adam@). Pkgsrc changes: - http://www.imagemagick.org/ is the HOMEPAGE now. - The package supports installation to DESTDIR. - Removed patch-ab because it was unclear why we would not want to have Magick++-config.1. Changes since version 6.3.3.6: ============================== 2007-06-11 6.3.4-9 Cristy <quetzlzacatenango@image...> * Converting a jpg to pdf is creating an empty pdf object (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8954). * Respect the '-set type:hinting off option' (bug report from Richard Jones). * WritePSDImage vulnerable to exploitable heap corruption (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8967). 2007-06-09 6.3.4-8 Cristy <quetzlzacatenango@image...> * SetMagickRegistry() post-increment the value 'id' (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8944). 2007-06-02 6.3.4-6 Cristy <quetzlzacatenango@image...> * Read/write 10 & 12-bit packed DPX images. * Reduce stack requirements for messaging system. * Small memory leak for raw profiles in the PNG coder. 2007-06-01 6.3.4-5 Glenn <glennrp@image...> * Added GIF, JPEG, and PNG interlace types. For backward compatibility, you can continue to use "-interlace Plane" to request these. 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug in the 'curl' for Polaroid of very non-square images. 2007-06-01 6.3.4-5 Cristy <quetzlzacatenango@image...> * Set min-is-white for Group4-compressed PDF. * Add PaintFloodfillImage() method. 2007-05-30 6.3.4-4 Cristy <quetzlzacatenango@image...> * Add MEPP metric to compare program. Returns the mean error per pixel along with the normalize mean and maximum error. * Attach an XMP profile to an image (e.g. convert input.tif -profile xmp:metadata.xmp output.tif). 2007-05-22 6.3.4-3 Cristy <quetzlzacatenango@image...> * Fixed mogrify conversions with -format and -path (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9127). 2007-05-15 6.3.4-2 Cristy <quetzlzacatenango@image...> * SVG style element was not always parsed properly. * Do not dither when the number of unique colors is already less than the maximum. * Return normalized PAE metric (compare utility). 2007-05-03 6.3.4-1 Cristy <quetzlzacatenango@image...> * Add support for PFM images. * Check for corrupt EXIF image profiles. * Writing JPEG YCbCr TIFF images no longer faults (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8896). 2007-04-30 6.3.4-0 Anthony <anthony@griffith...> * Fixed minor bug for crop missed images and 'background' GIF disposal. 2007-04-28 6.3.4-0 Glenn <glennrp@image...> * Added profile support to the GIF decoder/encoder. They are stored as GIF Application Extensions. Known extensions include existing ICCRGB1 (for ICC profiles) and new MGKIPTC0 and MGK8BIM0 (for IPTC and 8BIM profiles). Unknown extensions found in GIF files are read as gifappNNN. 2007-04-28 6.3.4-0 Anthony <anthony@griffith...> * Invert Opacity change for user defined ordered dither threshold maps, so that 'off' map is transparent, and 'on' is opaque. 2007-04-24 6.3.4-0 Anthony <anthony@griffith...> * Added an initial Coalesce Images, and a final +map local colortable optimization to the -layers Optimize method, for a simple to use GIF optimization operation. (more work to come) 2007-04-22 6.3.4-0 Cristy <quetzlzacatenango@image...> * Properly set the virtual canvas of a multi-frame GIF image sequence. * Add AcquireOneVirtualPixel() method. * Set Log colorspace properly when writing DPX images. * Add -tile-offset option. * Add support for the EXR image format. * Improve support for DPX images. * Add --enable-hdri option to the configure script. * Add support for high dynamic-range images (HDRI). 2007-04-20 6.3.3-9 Peter Hull <peterhull90@gmail...> * Improve support for writing multiple image icons. 2007-04-18 6.3.3-9 Anthony <anthony@griffith...> * Separated -layers Optimize from -layers OptimizeFrame to allow the former expansion into a general (multiple method) optimizer of GIF animations * merged -layers OptimizeTransparency into -layers Optimize method 2007-04-12 6.3.3-8 Chris Madison <madisonblu@hotma...> * Fix fault whem comparing a colormapped image with a non-colormapped one. * Fix race condition when spawning delegate programs. * TIFF JPEG now respects the -quality comptression setting. * The -fx option now properly groks the logical and operator. * DPX tilestamp property should be timestamp. 2007-04-13 6.3.3-7 Anthony <anthony@griffith...> * Added GravityAdjustGeometry() to "geometry.c" to adjust geometry settings according to given gravity and canvas area it applies to. This is for code simplification thoughout MagickCore.
2007-06-16 23:58:08 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
2004-04-25 07:12:27 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++ c99
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --disable-assert
CONFIGURE_ARGS+= --with-fontconfig
CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
CONFIGURE_ARGS+= --without-perl
PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in
PKGCONFIG_OVERRIDE+= magick/ImageMagick.pc.in
GCC_REQD+= 2.95.3
2003-09-17 21:49:24 +02:00
PLIST_SUBST+= IM_MAJOR_VER=${IM_MAJOR_VER:Q}
PLIST_SUBST+= IM_MAJOR_LIB_VER=${IM_MAJOR_LIB_VER:Q}
2006-04-14 20:14:34 +02:00
TEST_TARGET= check
.include "options.mk"
2003-09-17 21:51:09 +02:00
.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64)
GCC_REQD+= 3.0
2003-09-17 21:51:09 +02:00
.endif
# Avoid compiler bug on "mipsel" (cobalt?)
2003-09-17 21:51:35 +02:00
.if ${MACHINE_ARCH} == "mipsel"
CFLAGS+= -O
.endif
PKG_SYSCONFSUBDIR= ImageMagick
EGDIR= ${PREFIX}/share/examples/ImageMagick
CONF_FILES= ${EGDIR}/coder.xml ${PKG_SYSCONFDIR}/coder.xml
CONF_FILES+= ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml
CONF_FILES+= ${EGDIR}/delegates.xml ${PKG_SYSCONFDIR}/delegates.xml
CONF_FILES+= ${EGDIR}/log.xml ${PKG_SYSCONFDIR}/log.xml
CONF_FILES+= ${EGDIR}/magic.xml ${PKG_SYSCONFDIR}/magic.xml
CONF_FILES+= ${EGDIR}/mime.xml ${PKG_SYSCONFDIR}/mime.xml
CONF_FILES+= ${EGDIR}/policy.xml ${PKG_SYSCONFDIR}/policy.xml
Update to 6.7.3.1 * shlib name has changed. Changelog: 2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...> * New version 6.7.3-1. 2011-10-15 6.7.3-1 Cristy <quetzlzacatenango@image...> * Read TIFF EXIF profile before reading the image data. * Fix "test: no: unexpected operator" in the configure script (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19615). * Off by one error when writing the JPEG XMP profile (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19616). * Revert GetPathComponent() patch. 2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...> * New version 6.7.3-0. 2011-10-09 6.7.3-0 Cristy <quetzlzacatenango@image...> * Generate output for caption:"[!]" (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19589. 2011-10-05 6.7.3-0 Glenn Randers-Pehrson <glennrp@image...> * Add "png:format" property with possible values png8, png24, and png32, for use when prepending the format type to the filename is not convenient or is not possible, e.g., when embedding the PNG in a PNG-encoded ICO. 2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...> * New version 6.7.2-10. 2011-10-04 6.7.2-10 Cristy <quetzlzacatenango@image...> * Remove most of the LLVM compiler warnings. * Fix bug in -evaluate-sequence multiply (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19549). * Upgrade to sRGB V4 ICC profile (reference http://www.color.org/srgbprofiles.xalter). * Distinguish embedded PNG vs BMP within the MicroSoft ICON image format. 2011-09-30 6.7.2-10 Glenn Randers-Pehrson <glennrp@image...> * Recognize the sRGB version 4 ICC profile and write PNG sRGB chunk instead. * Use crc32 instead of "sRGB" string to recognize certain sRGB profiles. 2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...> * New version 6.7.2-9. 2011-09-26 6.7.2-9 Cristy <quetzlzacatenango@image...> * Fix race condition on image rotate @ 90 degrees. 2011-09-25 6.7.2-8 Cristy <quetzlzacatenango@image...> * New version 6.7.2-8. 2011-09-20 6.7.2-8 Cristy <quetzlzacatenango@image...> * Prevent infinite loop when font is too large for specified width (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19502). * Fix LFS cross-compile detection (patch from Mike Frysinger). * Add open_utf8(), fopen_utf8(), access_utf8(), etc. utility methods. 2011-09-15 6.7.2-7 Cristy <quetzlzacatenango@image...> * Convert empty .htm / .html file no longer removes source file. * -crop 11x2@ now returns 22 images as expected. * Enable reading the EXIF profile in a TIFF image under Windows. * Support drawing text with bitmap font. 2011-09-13 6.7.2-6 Cristy <quetzlzacatenango@image...> * New version 6.7.2-6. 2011-09-12 6.7.2-6 Cristy <quetzlzacatenango@image...> * Expand pixel range for 12 bit DCM images stored in 16-bit words. * Gray images not displayed properly when saved as MIFF with sRGB colorspace. * OpenCL's clCreateContextFromType() no longer returns a system default. * Use -enable-zero-configuration for zero configuration ImageMagick (previously -enable-embeddable). 2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...> * New version 6.7.2-5. 2011-09-10 6.7.2-5 Cristy <quetzlzacatenango@image...> * SO bump. 2011-09-09 6.7.2-4 Cristy <quetzlzacatenango@image...> * New version 6.7.2-4. 2011-09-05 6.7.2-4 Cristy <quetzlzacatenango@image...> * Fix cut-n-paste error when reading JPEG profiles. 2011-09-07 6.7.2-3 Cristy <quetzlzacatenango@image...> * New version 6.7.2-3. 2011-09-05 6.7.2-3 Cristy <quetzlzacatenango@image...> * A small memory overwrite when reading TIFF with 1-bit alpha (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19417). * Remove a 2 byte memory leak when checking for environment variables. 2011-09-05 6.7.2-2 Cristy <quetzlzacatenango@image...> * New version 6.7.2-2. 2011-09-03 6.7.2-2 Glenn Randers-Pehrson <glennrp@image...> * Recognize the sRGB ICC profile and write the PNG sRGB profile instead of a full iCCP chunk. 2011-08-31 6.7.2-2 Cristy <quetzlzacatenango@image...> * Write grayscale MIFF as a single gray pixel component, not RGB (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=19403). * Bail gracefully for corrupt JPEG images. * Bail gracefully for negative montage geometries (references https://bugzilla.redhat.com/show_bug.cgi?id=735599). * Account for DCm bits allocated 16 and significant bits 12 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19420). * Fix bug when appending JPEG image profiles (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19429). 2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...> * New version 6.7.2-1. 2011-08-29 6.7.2-1 Cristy <quetzlzacatenango@image...> * The AllChannels defined changed to 0x7ffffff to avoid integer overflow. 2011-08-26 6.7.2-0 Cristy <quetzlzacatenango@image...> * HDR format 32-bit_rle_xyze implies the XYZ colorspace. 2011-08-22 6.7.1-10 Cristy <quetzlzacatenango@image...> * Revert FormatImageAttributeList(), FormatImagePropertyList() (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19339). 2011-08-21 6.7.1-10 Glenn Randers-Pehrson <glennrp@image...> * Revised configure.ac (and configure) to look for -lpng15, -lpng14, -lpng12, and -lpng in that order instead of just -lpng. This should help find a consistent library and headers when users upgrade their libpng delegate from one version to another, incompatible version. 2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...> * New version 6.7.1-9. 2011-08-20 6.7.1-9 Cristy <quetzlzacatenango@image...> * Fix memory leak in text annotation (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19331). 2011-08-18 6.7.1-9 Glenn Randers-Pehrson <glennrp@image...> * The "-strip" option was excluding the PNG tRNS chunk (see 6.6.6-7, below); revised the -strip option so it behaves as if "-define PNG:include-chunk=none,trns,gama" had appeared on the commandline. * When writing a PNG8 and more than one transparent color is present, merge them into the image->background_color (Reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19329), finishing the implementation started in version 6.6.8-7. 2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...> * New version 6.7.1-8. 2011-08-18 6.7.1-8 Cristy <quetzlzacatenango@image...> * Caption now wraps properly for Chinese text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19249). 2011-08-18 6.7.1-8 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder would sometimes fail to respect the -define PNG:color-type option when the incoming image was PseudoClass (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=19262). 2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...> * New version 6.7.1-7. 2011-08-15 6.7.1-7 Cristy <quetzlzacatenango@image...> * Properly handled continued JPEG embedded profiles. 2011-08-12 6.7.1-6 Cristy <quetzlzacatenango@image...> * Yet another attempt to read Japanese filenames under Windows. 2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...> * New version 6.7.1-5. 2011-08-10 6.7.1-5 Cristy <quetzlzacatenango@image...> * Revert -colorspace sRGB option patch (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19256). * Revert -type PaletteMatte option patch (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19263 2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...> * New version 6.7.1-4. 2011-08-09 6.7.1-4 Cristy <quetzlzacatenango@image...> * Revert MultiByteToWideChar() for Windows patch. 2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...> * New version 6.7.1-3. 2011-08-05 6.7.1-3 Cristy <quetzlzacatenango@image...> * Use MultiByteToWideChar() for Windows filenames (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=19242). 2011-08-03 6.7.1-2 Cristy <quetzlzacatenango@image...> * New version 6.7.1-2. 2011-08-02 6.7.1-2 Cristy <quetzlzacatenango@image...> * Windows does not support acosh(), asinh(), or atanh(). * Accept filenames with time stamps and a sub-image specification (e.g. test-18:37.jpg[0]). 2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...> * New version 6.7.1-1. 2011-08-01 6.7.1-1 Cristy <quetzlzacatenango@image...> * Support MSL 'set gravity' element. * Don't report HSB colors as RGB colornames (e.g. hsb(0%,0%,100%)). * Support -fx acosh(), asinh(), and atanh(). 2011-07-21 6.7.1-0 Anthony Thyssen <A.Thyssen@griffith...> * Removed a case that prevented rotations of rectangle kernels. 2011-07-01 6.7.1-0 Glenn Randers-Pehrson <glennrp@image...> * 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. * Exit test loop sooner in coders/png.c when a non-gray pixel is found. 2011-06-30 6.7.0-10 Cristy <quetzlzacatenango@image...> * New version 6.7.0-10. 2011-06-30 6.7.0-10 Glenn Randers-Pehrson <glennrp@image...> * 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 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?&f=1&p=73548). 2011-06-29 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...> * 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 support for Z_RLE strategy in the png compressor, using -quality 98 or 99. 2011-06-28 6.7.0-10 Cristy <quetzlzacatenango@image...> * Properly allocate points when render text with large font size (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18997). 2011-06-25 6.7.0-9 Cristy <quetzlzacatenango@image...> * New version 6.7.0-9. 2011-06-18 6.7.0-9 Cristy <quetzlzacatenango@image...> * Defend against corrupt PSD resource blocks. 2011-06-15 6.7.0-8 Cristy <quetzlzacatenango@image...> * New version 6.7.0-8. 2011-06-14 6.7.0-8 Anthony Thyssen <A.Thyssen@griffith...> * Added Initial implementation of Cylinder to/from Plane 3D Distorts Includes derivative (scaled lookup), and anti-aliased horizon (validity) Currently can NOT handle extractions from full 360 cylinder panoramas. 2011-06-13 6.7.0-7 Cristy <quetzlzacatenango@image...> * New version 6.7.0-7. 2011-06-09 6.7.0-7 Cristy <quetzlzacatenango@image...> * Fixed "conversion from unsigned __int64 to double not implemented" so IM can compile under VisualStudio 6. 2011-06-08 6.7.0-7 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder would sometimes make black pixels transparent when some other gray level was supposed to be the transparent color (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18900). This occurred only with 1, 2, 4-bit grayscale images with Q16 or Q32 builds. 2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...> * New version 6.7.0-6. 2011-06-08 6.7.0-6 Cristy <quetzlzacatenango@image...> * Fix transient error for composite 'Over' operator. 2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...> * New version 6.7.0-5. 2011-06-07 6.7.0-5 Cristy <quetzlzacatenango@image...> * Fix one-off bug in option parser (reference http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609177). * Transient bug with composite 'Over' in magick/composite-private.h. 2011-06-06 6.7.0-4 Cristy <quetzlzacatenango@image...> * New version 6.7.0-4. 2011-06-03 6.7.0-4 Cristy <quetzlzacatenango@image...> * Support -direction right-to-left for the label: and caption: coders. * Blue / green reversed for JPEG-compressed TIFF images. 2011-06-03 6.7.0-3 Cristy <quetzlzacatenango@image...> * New version 6.7.0-3. 2011-06-02 6.7.0-2 Cristy <quetzlzacatenango@image...> * Use memmove() instead of memcpy() in StripString(). 2011-05-27 6.7.0-2 Cristy <quetzlzacatenango@image...> * New version 6.7.0-2. 2011-05-26 6.7.0-2 Cristy <quetzlzacatenango@image...> * ImageMagick now compiles on Hurd (reference http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628020). * Use vfprintf rather than fprintf in FormatLocaleFileList(). 2011-05-26 6.7.0-1 Cristy <quetzlzacatenango@image...> * New version 6.7.0-1. 2011-05-25 6.7.0-1 Cristy <quetzlzacatenango@image...> * Not all Linux'es define locale_t (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18819). 2011-05-22 6.7.0-0 Cristy <quetzlzacatenango@image...> * New version 6.7.0-0. 2011-05-21 6.7.0-0 Cristy <quetzlzacatenango@image...> * Avoid fault on corrupt JPEG images. * Avoid fault on certain DJVU images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18807). * Fix -fx to interpret scientific notation properly. 2011-05-20 6.6.9-10 Cristy <quetzlzacatenango@image...> * New version 6.6.9-10. 2011-05-20 6.6.9-10 Glenn Randers-Pehrson <glennrp@image...> * The PNG encoder now respects the -depth setting, including 1, 2, 4. Previously settings other than 8 and 16 were ignored (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18412). 2011-05-16 6.6.9-10 Cristy <quetzlzacatenango@image...> * Don't use comma as a separator for stroked text (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18742). * Use C locale when generating or interpreting SVG. * Fix "unterminated macro" for Q32 build of coders/png.c. 2011-05-15 6.6.9-9 Cristy <quetzlzacatenango@image...> * New version 6.6.9-9. 2011-05-14 6.6.9-9 Cristy <quetzlzacatenango@image...> * The -scale option now considers the alpha channel when scaling. * Fix transient bug for HSL to RGB and back. 2011-05-12 6.6.9-9 Glenn Randers-Pehrson <glennrp@image...> * Fixed PNG8 reduction to work with an image that reduces to 256 colors plus transparency, by merging the two darkest red colors.
2011-10-22 16:55:51 +02:00
CONF_FILES+= ${EGDIR}/sRGB.icc ${PKG_SYSCONFDIR}/sRGB.icc
CONF_FILES+= ${EGDIR}/thresholds.xml ${PKG_SYSCONFDIR}/thresholds.xml
CONF_FILES+= ${EGDIR}/type-dejavu.xml ${PKG_SYSCONFDIR}/type-dejavu.xml
CONF_FILES+= ${EGDIR}/type-ghostscript.xml ${PKG_SYSCONFDIR}/type-ghostscript.xml
CONF_FILES+= ${EGDIR}/type-windows.xml ${PKG_SYSCONFDIR}/type-windows.xml
CONF_FILES+= ${EGDIR}/type.xml ${PKG_SYSCONFDIR}/type.xml
SUBST_CLASSES+= fix-cfg
SUBST_STAGE.fix-cfg= pre-configure
SUBST_MESSAGE.fix-cfg= Fixing configure.xml.
SUBST_FILES.fix-cfg= config/configure.xml.in
SUBST_VARS.fix-cfg= CONFIGURE_ARGS
SUBST_CLASSES+= fix-etc
SUBST_STAGE.fix-etc= pre-configure
SUBST_MESSAGE.fix-etc= Handle configuration files.
SUBST_FILES.fix-etc= Makefile.in
SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/ImageMagick,'
2004-02-11 09:55:58 +01:00
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
2004-02-11 09:55:58 +01:00
.include "../../graphics/tiff/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"