summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/PLIST
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-05-11 11:56:58 +0000
committerrh <rh@pkgsrc.org>2002-05-11 11:56:58 +0000
commit4e687431bf888671b97dd0c4b15f49a15dda51d8 (patch)
tree715fdb4fc08e4ea4a439043435128f45d2ef2efa /graphics/gdk-pixbuf/PLIST
parent0e393ec5ec7dd36a5ed00351fddb2030a26be770 (diff)
downloadpkgsrc-4e687431bf888671b97dd0c4b15f49a15dda51d8.tar.gz
Update gdk-pixbuf and gdk-pixbuf-gnome to 0.17. Changes include:
* Merged the endianness conversion fixes from the GDK version into the Xlib version; oops (Federico). * Merged fixes from GTK+ 2.0 * Minor documentation improvements (Federico). * Fixed endianness conversion in the 16-bit gdk-pixbuf-drawable functions (Federico). * Minor fixes for the IBM/AIX compiler (Christian Schaller). * The image loaders are now linked against the pixbuf and GTK+ libraries so that the Python bindings work (Johan Dahlin). * Backported the BMP loader from GTK+ 1.3 (Federico). * Added support for BI_BITFIELDS coding to the BMP loader [Ximian bug #12125] (Federico). * Fixed stupid bug in the ICO loader. ICO pixbufs should always have an alpha channel [Ximian bug #11224]. (Federico) * Slight tweaks to the documentation Makefile. (Federico) * Added support for 16-bpp BMPs and ICOs (Federico). * Added support for 32-bpp ICOs (Federico). * Use the correct visual and colormap for the pixbuf-demo widgets * Install the headers in a versioned directory so that they don't collide with the GNOME 2 platform (Havoc).
Diffstat (limited to 'graphics/gdk-pixbuf/PLIST')
-rw-r--r--graphics/gdk-pixbuf/PLIST15
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/gdk-pixbuf/PLIST b/graphics/gdk-pixbuf/PLIST
index 5f2f4da3c8e..1f1e90680c2 100644
--- a/graphics/gdk-pixbuf/PLIST
+++ b/graphics/gdk-pixbuf/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:42 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/05/11 11:56:58 rh Exp $
bin/gdk-pixbuf-config
-include/gdk-pixbuf/gdk-pixbuf.h
-include/gdk-pixbuf/gdk-pixbuf-loader.h
-include/gdk-pixbuf/gdk-pixbuf-features.h
-include/gdk-pixbuf/gdk-pixbuf-xlib.h
-include/gdk-pixbuf/gdk-pixbuf-xlibrgb.h
+include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-features.h
+include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-loader.h
+include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlib.h
+include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf-xlibrgb.h
+include/gdk-pixbuf-1.0/gdk-pixbuf/gdk-pixbuf.h
lib/libgdk_pixbuf.so.2.0
lib/libgdk_pixbuf.so.2
lib/libgdk_pixbuf.so
@@ -50,6 +50,7 @@ lib/gdk_pixbuf_xlibConf.sh
share/aclocal/gdk-pixbuf.m4
@dirrm lib/gdk-pixbuf/loaders
@dirrm lib/gdk-pixbuf
-@dirrm include/gdk-pixbuf
+@dirrm include/gdk-pixbuf-1.0/gdk-pixbuf
+@dirrm include/gdk-pixbuf-1.0
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gdk-pixbuf.m4 ${LOCALBASE}/share/aclocal/gdk-pixbuf.m4
@unexec test %D = ${LOCALBASE} || ${RM} -f ${LOCALBASE}/share/aclocal/gdk-pixbuf.m4