summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-15 21:03:25 +0000
committerwiz <wiz>2003-01-15 21:03:25 +0000
commitd32d0d9307dc8dfa801d709265ea1732aad3e49d (patch)
tree25ad516df5dd7084c5b936576f2e3041a7e8d7ff /graphics/gdk-pixbuf/Makefile
parent22ae611db091933899a789bd3f3e004d107d397d (diff)
downloadpkgsrc-d32d0d9307dc8dfa801d709265ea1732aad3e49d.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/Makefile')
-rw-r--r--graphics/gdk-pixbuf/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile
index 9f03d4abbd2..877dc92fa44 100644
--- a/graphics/gdk-pixbuf/Makefile
+++ b/graphics/gdk-pixbuf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/09/11 10:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2003/01/15 21:03:25 wiz Exp $
#
.include "Makefile.common"
@@ -9,8 +9,9 @@ COMMENT= the GNOME image loading library
# XXX hopefully there is no x.gnome-config.x in PATH
post-patch:
${SED} -e 's/gnome-config/x.gnome-config.x/g' \
- ${WRKSRC}/configure.in >${WRKSRC}/.tmp && \
- ${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure.in
+ ${WRKSRC}/configure >${WRKSRC}/.tmp && \
+ ${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure
+ ${CHMOD} a+x ${WRKSRC}/configure
post-configure:
${SED} -e 's/ doc$$//' ${WRKSRC}/Makefile >${WRKSRC}/.tmp && \