Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/15/2003 23:03:27
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 15 21:03:26 UTC 2003
Modified Files:
pkgsrc/graphics/gdk-pixbuf: Makefile Makefile.common distinfo
pkgsrc/graphics/gdk-pixbuf/patches: patch-ad patch-ae
Added Files:
pkgsrc/graphics/gdk-pixbuf/patches: patch-ab
Log Message:
Update to 0.22. Remove dependency on auto* by adding patches for the
generated files.
(Not portability) changes since 0.18:
* Made the GIF loader handle animations with frames whose bounds go outside
of the base image's bounds (Federico).
* Made the GIF loader handle zero-sized frames that GifBuilder and
similar crap spits sometimes (Federico).
* The PNM loader doesn't abort() anymore if it cannot allocate memory
(Federico).
* Fixed a g_object_unref() -> gdk_pixbuf_unref() thinko (Federico).
* Merged the patch from Red Hat Linux 8.0 to fix the crash on
corrupted/short GIFs - Ximian 29040 (patch by Elliot Lee).
* Fixed the RGB 565 LSB -> MSB case in gdk-pixbuf-drawable - 79463
(Federico).
* Fixed the update region notification in the BMP loader (Federico).
* Merged the BMP loader changes from GTK+ HEAD -- check all reallocs,
fix 16bpp BI_RGB thinko, properly handle BI_RLE4 and skips and jumps
(changes by Matthias Clasen).
* Merged the ICO loader changes from GTK+ HEAD (changes by Matthias
Clasen).
* Merged changes from gtk+/gdk-pixbuf HEAD into the JPEG loader --
fixes CMYK JPEG problems (changes by Matthias Clasen).
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/graphics/gdk-pixbuf/Makefile
cvs rdiff -r1.28 -r1.29 pkgsrc/graphics/gdk-pixbuf/Makefile.common
cvs rdiff -r1.11 -r1.12 pkgsrc/graphics/gdk-pixbuf/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/graphics/gdk-pixbuf/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/gdk-pixbuf/patches/patch-ad
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/gdk-pixbuf/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.