From a940896ffa76f8a4aa40c9f98a625255b986b317 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 2 Sep 2002 13:10:08 +0000 Subject: -make this build if gnome libs are installed -being here, update to 0.18.0 changes: * Fixed the RGB 565 MSB -> MSB case in gdk-pixbuf-drawable - #79190 * Fixed alignment issues in the BMP loader - #84083 (Federico). * Merged pixops.c from GTK+ HEAD as of 2002/Jun/18 (Federico). --- graphics/gdk-pixbuf/Makefile | 5 +++-- graphics/gdk-pixbuf/Makefile.common | 4 ++-- graphics/gdk-pixbuf/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'graphics/gdk-pixbuf') diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index efd32cfb7a6..0c0a95abdb9 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/08/25 18:39:03 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2002/09/02 13:10:08 drochner Exp $ # PKGNAME= ${DISTNAME} @@ -8,8 +8,9 @@ USE_BUILDLINK2= # defined .include "Makefile.common" +# XXX hopefully there is no x.gnome-config.x in PATH post-patch: - ${SED} -e 's/BUILD_CANVAS=yes/BUILD_CANVAS=no/g' \ + ${SED} -e 's/gnome-config/x.gnome-config.x/g' \ ${WRKSRC}/configure.in >${WRKSRC}/.tmp && \ ${MV} ${WRKSRC}/.tmp ${WRKSRC}/configure.in diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index 144feb11c94..df904f08353 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.25 2002/08/28 15:49:04 jlam Exp $ +# $NetBSD: Makefile.common,v 1.26 2002/09/02 13:10:08 drochner Exp $ # -DISTNAME= gdk-pixbuf-0.17.0 +DISTNAME= gdk-pixbuf-0.18.0 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gdk-pixbuf/} diff --git a/graphics/gdk-pixbuf/distinfo b/graphics/gdk-pixbuf/distinfo index 3ea78c6f34f..baa7bc15c5b 100644 --- a/graphics/gdk-pixbuf/distinfo +++ b/graphics/gdk-pixbuf/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2002/08/25 18:39:05 jlam Exp $ +$NetBSD: distinfo,v 1.9 2002/09/02 13:10:08 drochner Exp $ -SHA1 (gdk-pixbuf-0.17.0.tar.gz) = afff9706b5ff81bb1eaf631507ed331e0a5b7313 -Size (gdk-pixbuf-0.17.0.tar.gz) = 547194 bytes +SHA1 (gdk-pixbuf-0.18.0.tar.gz) = 203b022878d1b8cca1197711ee80cd3d916a980e +Size (gdk-pixbuf-0.18.0.tar.gz) = 546229 bytes SHA1 (patch-aa) = 7cdd7081875d670d24e97a1b77812703d129d73d SHA1 (patch-ac) = 16fc33898fc1cb10b3e11ee26e7ea046d1f68032 SHA1 (patch-ad) = 4a16e30eda46b55f51f87785e5f76ea33d3bd8ed -- cgit v1.2.3