summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-02-24 02:58:40 +0000
committerobache <obache@pkgsrc.org>2008-02-24 02:58:40 +0000
commitfa175a96db43c1f7cb7edba50768219ff721b62e (patch)
tree803b559a687cf4af14c03151a63e24fb7b03a49b /graphics/GraphicsMagick/Makefile
parent1a14b4895bae762d63b6756dbc873f33a93cc45c (diff)
downloadpkgsrc-fa175a96db43c1f7cb7edba50768219ff721b62e.tar.gz
Update GraphicsMagick to 1.1.11.
Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007) Bugs Fixed: o BMP: Support large files. o DIB: Support large files. o PNG: Fix depth handling with 16-bit PNG files in the Q8 build. o SUN: Properly report image depth. o TIFF: Endian option (-endian) now controls TIFF byte endian order rather than bit fill order. o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability (IDefense 09.19.07). o HSL colorspace transform: Avoid optimization bug noticed on Opteron with GCC. o HWB colorspace transform: Avoid optimization bug noticed on Opteron with GCC. o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace when HSL was requested. o Successfully reads files with names like 'file[123]'. o 'gm display': No longer rely on isatty() to determine if input is from a pipe (use 'gm display -' to display an image read from a pipe). Feature Improvements: o 'identify +ping' forces the pixels to be read (similar to GM 1.2). o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit). o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit fill order. Performance Improvements: o No longer bogs down if a directory contains hundreds of thousands of files and the filename looks like a wildcard specification.
Diffstat (limited to 'graphics/GraphicsMagick/Makefile')
-rw-r--r--graphics/GraphicsMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 90aa375b0d4..d4c91bfb8a1 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/02/13 06:31:16 obache Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/24 02:58:40 obache Exp $
#
-DISTNAME= GraphicsMagick-1.1.10
+DISTNAME= GraphicsMagick-1.1.11
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/