diff options
author | adam <adam@pkgsrc.org> | 2014-05-15 14:16:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-05-15 14:16:11 +0000 |
commit | 1044d3db6aa1cf4efb4a3add373b7fae341cc22f (patch) | |
tree | d337ade41c716054053489b71e011ae7dc50bb16 /graphics/giflib | |
parent | 16da019745aa1ad98203ac1437b4da3ca6cff83f (diff) | |
download | pkgsrc-1044d3db6aa1cf4efb4a3add373b7fae341cc22f.tar.gz |
Version 5.1.0
=============
Changes to the API require a library major-version bump.
Code Fixes
----------
* A small change to the API: DGifClose() and EGifClose() now take a
pointer-to-int second argument (like the corresponding openers)
where a diagnostic code will be deposited when they return
GIF_ERROR. This replaces the old behavior in which the GifFile
structure was left unfreed so the Error member in it could be filled
and remain available. The change was was required because it's
not always possible to free the struct afterwards. Case in point is
a C# wrapper for giflib (or any language/environment where you can't
just free objects allocated in a foreign shared library.)
* Minor fix for SF bug 56; BitsPerPixel may be left as uninitialized
value when reading (truncated) gif.
* Applied SF patch 17: Use a fallback on Windows where mkstemp is not
available.
* Applied SF patch 15: Code hardening, preventing spurious
defective-image messages.
Retirements
-----------
* Removed gif2raw from utils. Its blithe assumption that the EGA16
palette is a reliable default is now about 20 years obsolete. Format
conversion is better done with convert(1) from the ImageMagick suite,
anyway.
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile.common | 5 | ||||
-rw-r--r-- | graphics/giflib/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/giflib/Makefile.common b/graphics/giflib/Makefile.common index ea11425c160..0c18d8f0518 100644 --- a/graphics/giflib/Makefile.common +++ b/graphics/giflib/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2014/04/01 06:34:34 adam Exp $ +# $NetBSD: Makefile.common,v 1.7 2014/05/15 14:16:11 adam Exp $ # used by graphics/giflib/Makefile # used by graphics/giflib-util/Makefile -DISTNAME= giflib-5.0.6 +DISTNAME= giflib-5.1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=giflib/} EXTRACT_SUFX= .tar.bz2 @@ -17,7 +17,6 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/giflib/distinfo USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+= --disable-rle CONFIGURE_ARGS+= --disable-x11 CONFIGURE_ARGS+= --disable-gl diff --git a/graphics/giflib/distinfo b/graphics/giflib/distinfo index c02097b3da1..df91c57e04e 100644 --- a/graphics/giflib/distinfo +++ b/graphics/giflib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2014/04/01 06:34:34 adam Exp $ +$NetBSD: distinfo,v 1.14 2014/05/15 14:16:11 adam Exp $ -SHA1 (giflib-5.0.6.tar.bz2) = 5c30ae506b6d1b24e331ab072e7ab4638c5ce709 -RMD160 (giflib-5.0.6.tar.bz2) = 6a69ac96264f792556a5bd188a219be2652a2866 -Size (giflib-5.0.6.tar.bz2) = 621073 bytes +SHA1 (giflib-5.1.0.tar.bz2) = 2078f6f20652e6c72fcbed5be8f1f447b0354077 +RMD160 (giflib-5.1.0.tar.bz2) = b4199c1efe10693f5f7cdb28a6b1724b2176742f +Size (giflib-5.1.0.tar.bz2) = 621155 bytes |