summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-11-13 13:44:42 +0000
committerwiz <wiz@pkgsrc.org>2002-11-13 13:44:42 +0000
commite3e667da4d047645be0a8e4e286972b4e5f5a281 (patch)
tree1c4b9898ef79424262a43a0070e8c931b15665d3 /graphics/ImageMagick/Makefile
parenta2d718da5ec09c1112064e5e111be9301be315db (diff)
downloadpkgsrc-e3e667da4d047645be0a8e4e286972b4e5f5a281.tar.gz
Update to 5.5.1-6.
Changes: * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES) before using their values. * Corrected bug in image geometry height calculation. * PingBlob() improperly set the length memory of BlobInfo to zero. * Fixed Ping() memory leak in PerlMagick. * Fixed -map problem in convert/mogrify utilities. * -border with a single value now produces correct results (e.g. -border 10). * Set locale type LC_NUMERIC to "C". * Bug fix for PS2 encoder. * Added PS-Adobe preamble to PS3 encoder. * Use ImageMagick release number to allow multiple ImageMagick releases to co-exist without interference on the same machine. * Decided that DrawGet functions should return by value. * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG quality estimate. * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions. * Added an array size argument to DrawSetDashPattern and got rid of the zero-termination garbage. o Remove 'Set' from the names of draw.h functions which update the current affine transformation array (e.g. DrawSetRotate becomes DrawRotate). * Under Windows, a DllMain function which automatically initializes ImageMagick (when ImageMagick is built using DLLs) may be added by defining ProvideDllMain in magick_config.h * Added resource consumption methods, see magick/resource.c. * Replaced underscores in commandline options with hyphens. For backward compatibility, underscores will continue to be recognized. * Added -blue-primary, -green-primary, -red-primary, -white-point options. * Added BMP2 and BMP3 output formats. * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y) in the PNG and PCD codecs. * Added 'exception' parameter to the ImageMagick progress monitor API. * Added enumerated types for the dispose member of the Image structure. * Added -version option to commandline utilities. * The xcf decoder would sometimes create artifacts when reading RLE-encoded grayscale images, due to the green and blue samples not being defined. * Added logging capabilities to the CORE API. This facility is useful for debugging. Added "events" parameter to the -debug commandline option. * AcquireImagePixels() did not always return the same pixel values for virtual pixels when the cache was stored on disk (very rare). * new -virtual-pixel command line option. * new PerlMagick virtual-pixel image attribute.
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r--graphics/ImageMagick/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index ee70d018269..ba40525b0d8 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.86 2002/09/12 08:29:46 jlam Exp $
+# $NetBSD: Makefile,v 1.87 2002/11/13 13:44:42 wiz Exp $
-DISTNAME= ImageMagick-5.4.8-2
-PKGNAME= ${DISTNAME:S/-2/.2/}
+DISTNAME= ImageMagick-5.5.1-6
+PKGNAME= ${DISTNAME:S/-6/.6/}
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/ \
- ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/
+ ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ \
+ http://imagemagick.sourceforge.net/http/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
@@ -22,7 +23,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-6//}
# c++ broken as of 'gcc version 2.95.3 20010315 (release) (NetBSD nb1)'
NOT_FOR_PLATFORM= NetBSD-*-sparc64
@@ -54,6 +55,7 @@ post-install:
${PREFIX}/share/ImageMagick
.include "../../archivers/bzip2/buildlink2.mk"
+.include "../../graphics/jasper/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"