diff options
author | rh <rh@pkgsrc.org> | 2001-09-30 21:17:58 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-09-30 21:17:58 +0000 |
commit | 19a51fb6b86008d1cbba5d7c0a1b7b3bfa3d592a (patch) | |
tree | 127c0873727bad97b548ebe884bc8618a9378817 /graphics | |
parent | 3c9878b2ca4e8628678619c218ec04d1ea19b847 (diff) | |
download | pkgsrc-19a51fb6b86008d1cbba5d7c0a1b7b3bfa3d592a.tar.gz |
Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:
* Made the GdkPixbufLoader headers usable by C++ compilers by
replacing "private" with "priv"
* Replaced the documentation Makefile with one similar to that in GTK+
HEAD
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/pkg/PLIST | 8 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/distinfo | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/graphics/gdk-pixbuf-gnome/pkg/PLIST b/graphics/gdk-pixbuf-gnome/pkg/PLIST index 310023f5dd0..8ef3b859e0f 100644 --- a/graphics/gdk-pixbuf-gnome/pkg/PLIST +++ b/graphics/gdk-pixbuf-gnome/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/03/18 04:33:55 mjl Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/09/30 21:17:58 rh Exp $ include/gdk-pixbuf/gnome-canvas-pixbuf.h lib/gnomecanvaspixbufConf.sh lib/libgnomecanvaspixbuf.so.1.0 @@ -6,11 +6,6 @@ lib/libgnomecanvaspixbuf.so.1 lib/libgnomecanvaspixbuf.so lib/libgnomecanvaspixbuf.la lib/libgnomecanvaspixbuf.a -share/gnome/html/gdk-pixbuf.html -share/gnome/html/gdk-pixbuf.hierarchy -share/gnome/html/gdk-pixbuf.types -share/gnome/html/gdk-pixbuf-decl.txt -share/gnome/html/gdk-pixbuf-sections.txt share/gnome/html/gdk-pixbuf/a2605.html share/gnome/html/gdk-pixbuf/a3640.html share/gnome/html/gdk-pixbuf/a3652.html @@ -35,6 +30,7 @@ share/gnome/html/gdk-pixbuf/gdk-pixbuf-util.html share/gnome/html/gdk-pixbuf/gdkpixbufloader.html share/gnome/html/gdk-pixbuf/gnomecanvaspixbuf.html share/gnome/html/gdk-pixbuf/index.html +share/gnome/html/gdk-pixbuf/index.sgml share/gnome/html/gdk-pixbuf/license.html share/gnome/html/gdk-pixbuf/r15.html share/gnome/html/gdk-pixbuf/r27.html diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common index dd448275027..c2f76cf62a0 100644 --- a/graphics/gdk-pixbuf/Makefile.common +++ b/graphics/gdk-pixbuf/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.15 2001/09/09 03:37:01 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2001/09/30 21:17:58 rh Exp $ # -DISTNAME= gdk-pixbuf-0.10.1 +DISTNAME= gdk-pixbuf-0.11.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 54247097753..eba8a91ab85 100644 --- a/graphics/gdk-pixbuf/distinfo +++ b/graphics/gdk-pixbuf/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/08/12 18:15:37 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/09/30 21:17:58 rh Exp $ -SHA1 (gdk-pixbuf-0.10.1.tar.gz) = d91342c6a13efcab572fc670ba7613c47dc42023 -Size (gdk-pixbuf-0.10.1.tar.gz) = 461611 bytes +SHA1 (gdk-pixbuf-0.11.0.tar.gz) = cddc0cccc246c910312b53e9e7f8dc1f63a2ef1f +Size (gdk-pixbuf-0.11.0.tar.gz) = 459728 bytes SHA1 (patch-ac) = efeb07a327c866bee7ddddbd94a7fae214e4c4d8 SHA1 (patch-ad) = 8841c915841c2ec71082a8894b12038b97bb2088 SHA1 (patch-ae) = 60b558c5d4894bab57520b8e2713d061083408cf |