diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-29 17:23:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-29 17:23:53 +0000 |
commit | 3bed978472b69f6657a43ffeddabe483f0ee5e1e (patch) | |
tree | c51d9309365b036df9a83a4fb2c1fa9525acb85b /graphics/gdk-pixbuf-gnome | |
parent | c6ee400636acf34510218baee34cda04e13e9bc3 (diff) | |
download | pkgsrc-3bed978472b69f6657a43ffeddabe483f0ee5e1e.tar.gz |
Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbuf
have to depend on gnome-libs.
Diffstat (limited to 'graphics/gdk-pixbuf-gnome')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 19 | ||||
-rw-r--r-- | graphics/gdk-pixbuf-gnome/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gdk-pixbuf-gnome/pkg/DESCR | 17 | ||||
-rw-r--r-- | graphics/gdk-pixbuf-gnome/pkg/PLIST | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile new file mode 100644 index 00000000000..cc13538ea94 --- /dev/null +++ b/graphics/gdk-pixbuf-gnome/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/29 17:23:53 wiz Exp $ +# +.include "../gdk-pixbuf/Makefile.common" + +PKGNAME= ${DISTNAME:S/-0/-gnome-0/}nb1 + +DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs +DEPENDS+= gdk-pixbuf>=0.9.0:../../graphics/gdk-pixbuf + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \ + ${PREFIX}/include/gdk-pixbuf + ${INSTALL_DATA} ${WRKSRC}/gnomecanvaspixbufConf.sh \ + ${PREFIX}/lib + cd ${WRKSRC}/gdk-pixbuf && \ + ${SH} ../libtool --mode=install ${INSTALL_DATA} \ + libgnomecanvaspixbuf.la ${PREFIX}/lib + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gdk-pixbuf-gnome/pkg/COMMENT b/graphics/gdk-pixbuf-gnome/pkg/COMMENT new file mode 100644 index 00000000000..62d9ea44288 --- /dev/null +++ b/graphics/gdk-pixbuf-gnome/pkg/COMMENT @@ -0,0 +1 @@ +the GNOME image loading library GNOME canvas support add-on diff --git a/graphics/gdk-pixbuf-gnome/pkg/DESCR b/graphics/gdk-pixbuf-gnome/pkg/DESCR new file mode 100644 index 00000000000..421a9d92605 --- /dev/null +++ b/graphics/gdk-pixbuf-gnome/pkg/DESCR @@ -0,0 +1,17 @@ +This package contains the GNOME canvas library for GdkPixbuf. + + GdkPixbuf is a new GNOME library designed to solve part of Imlib's +design limitations that make it hard to write efficient and highly +modular applications. The GdkPixbuf library provides a basic, +reference counted structure called GdkPixbuf. This structure points +to a block of image data, has fields that describe the format of the +image data, and also contains a reference count. The library also +provides a simple mechanism for loading images from files, and a more +sophisticated mechanism for loading images progressively from +arbitrary buffers. It also provides utility functions to transform +pixbufs and render them to GDK drawables. + +The GdkPixBuf library provides a number of features: + * Image loading facilities. + * Rendering of a GdkPixBuf into various formats: + drawables (windows, pixmaps), GdkRGB buffers. diff --git a/graphics/gdk-pixbuf-gnome/pkg/PLIST b/graphics/gdk-pixbuf-gnome/pkg/PLIST new file mode 100644 index 00000000000..e1b8327eef9 --- /dev/null +++ b/graphics/gdk-pixbuf-gnome/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/29 17:23:53 wiz Exp $ +include/gdk-pixbuf/gnome-canvas-pixbuf.h +lib/gnomecanvaspixbufConf.sh +lib/libgnomecanvaspixbuf.a +lib/libgnomecanvaspixbuf.la +lib/libgnomecanvaspixbuf.so.1.0 |