diff options
author | obache <obache@pkgsrc.org> | 2008-02-24 02:58:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-24 02:58:40 +0000 |
commit | fa175a96db43c1f7cb7edba50768219ff721b62e (patch) | |
tree | 803b559a687cf4af14c03151a63e24fb7b03a49b /graphics/GraphicsMagick | |
parent | 1a14b4895bae762d63b6756dbc873f33a93cc45c (diff) | |
download | pkgsrc-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')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index 85514fd3c54..029e8c39049 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/10/14 12:25:15 obache Exp $ +$NetBSD: distinfo,v 1.4 2008/02/24 02:58:40 obache Exp $ -SHA1 (GraphicsMagick-1.1.10.tar.bz2) = 52027fd146a648b0d80c11a444b6038a29269454 -RMD160 (GraphicsMagick-1.1.10.tar.bz2) = 98e339eb79a34ae07b1a86b30d7c9481d7f83935 -Size (GraphicsMagick-1.1.10.tar.bz2) = 4991117 bytes +SHA1 (GraphicsMagick-1.1.11.tar.bz2) = 05f295b08ac07182b38a0284acfc023b0d84d091 +RMD160 (GraphicsMagick-1.1.11.tar.bz2) = 0a737af87d6ae78324cdafcb7f3e886dee285689 +Size (GraphicsMagick-1.1.11.tar.bz2) = 5019414 bytes |