summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/patches/patch-ab
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-15 21:03:25 +0000
committerwiz <wiz@pkgsrc.org>2003-01-15 21:03:25 +0000
commit7fc3179980c2935b5d97be8bf16b5a8d7698e1ff (patch)
tree25ad516df5dd7084c5b936576f2e3041a7e8d7ff /graphics/gdk-pixbuf/patches/patch-ab
parent9168a7a575bf79311d8e58328498a20a3d044cb9 (diff)
downloadpkgsrc-7fc3179980c2935b5d97be8bf16b5a8d7698e1ff.tar.gz
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).
Diffstat (limited to 'graphics/gdk-pixbuf/patches/patch-ab')
-rw-r--r--graphics/gdk-pixbuf/patches/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/patches/patch-ab b/graphics/gdk-pixbuf/patches/patch-ab
new file mode 100644
index 00000000000..5a6629778ce
--- /dev/null
+++ b/graphics/gdk-pixbuf/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.3 2003/01/15 21:03:26 wiz Exp $
+
+--- configure.in.orig Thu Apr 18 18:48:40 2002
++++ configure.in
+@@ -128,6 +128,7 @@
+ dnl Check for location of rgb.txt file (works without, but better with)
+ AC_MSG_CHECKING([for location of rgb.txt database])
+
++if test -z "$path_rgb_txt"; then
+ dnl default to this..
+ path_rgb_txt=/usr/lib/X11/rgb.txt
+
+@@ -140,6 +141,7 @@
+ break
+ fi
+ done
++fi
+ fi
+ AC_MSG_RESULT([$path_rgb_txt])
+ AC_DEFINE_UNQUOTED(PATH_RGB_TXT,"$path_rgb_txt")