summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile.common
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.common
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.common')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common21
1 files changed, 7 insertions, 14 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index e3885e3f135..e5e89e678ad 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile.common,v 1.28 2002/10/02 22:08:44 wiz Exp $
+# $NetBSD: Makefile.common,v 1.29 2003/01/15 21:03:25 wiz Exp $
#
-DISTNAME= gdk-pixbuf-0.18.0
+DISTNAME= gdk-pixbuf-${VER}.0
CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${VER}/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/
-AUTOCONF_REQD= 2.13
-AUTOMAKE_REQD= 1.4
+VER= 0.22
+
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ENV+= path_rgb_txt="${X11BASE}/lib/X11/rgb.txt"
@@ -25,15 +26,7 @@ PLIST_SUBST+= LOCALBASE=${LOCALBASE}
DISTINFO_FILE= ${.CURDIR}/../gdk-pixbuf/distinfo
PATCHDIR= ${.CURDIR}/../gdk-pixbuf/patches
-pre-configure:
- cd ${WRKSRC}; \
- ${ACLOCAL}; \
- ${AUTOHEADER}; \
- ${AUTOMAKE} -a --foreign -i; \
- ${AUTOCONF}
-
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-.include "../../mk/automake.mk"