diff options
author | rh <rh> | 2002-05-11 11:56:58 +0000 |
---|---|---|
committer | rh <rh> | 2002-05-11 11:56:58 +0000 |
commit | d22539e3d062311bfb34fdf9ae73d3ac41041bbf (patch) | |
tree | 715fdb4fc08e4ea4a439043435128f45d2ef2efa /graphics/gdk-pixbuf/PLIST | |
parent | 3ce367bc47d600256cf44be1d1857fc868389cd4 (diff) | |
download | pkgsrc-d22539e3d062311bfb34fdf9ae73d3ac41041bbf.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/PLIST | 15 |
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 |