diff options
author | rh <rh@pkgsrc.org> | 2000-01-02 15:08:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-02 15:08:16 +0000 |
commit | 6e09b7a8a79f1880734554ac4bb9c612c3436101 (patch) | |
tree | e241d937aa7ee1ba2ad3a0ab880df370f7e6e832 | |
parent | e3383aaca68418ae3f657903ad34f75c2c5578f1 (diff) | |
download | pkgsrc-6e09b7a8a79f1880734554ac4bb9c612c3436101.tar.gz |
Initial import of gdk-pixbuf, the GNOME image loading library.
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 24 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/md5 | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-aa | 13 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/pkg/DESCR | 15 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/pkg/PLIST | 38 |
7 files changed, 97 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile new file mode 100644 index 00000000000..4558f7719f2 --- /dev/null +++ b/graphics/gdk-pixbuf/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $ +# + +DISTNAME= gdk-pixbuf-0.4 +CATEGORIES= graphics devel +MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gdk-pixbuf/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= gnome-libs>=1.0.53:../../x11/gnome-libs + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11BASE= YES + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" +CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" +CONFIGURE_ENV+= X11BASE="${X11BASE}" +LDFLAGS+= "-L${LOCALBASE}/lib" + +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gdk-pixbuf/files/md5 b/graphics/gdk-pixbuf/files/md5 new file mode 100644 index 00000000000..2a7d3c24c0e --- /dev/null +++ b/graphics/gdk-pixbuf/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $ + +MD5 (gdk-pixbuf-0.4.tar.gz) = 7aac45182713540bb6c29a1ec85096c7 diff --git a/graphics/gdk-pixbuf/files/patch-sum b/graphics/gdk-pixbuf/files/patch-sum new file mode 100644 index 00000000000..13ed49f7be0 --- /dev/null +++ b/graphics/gdk-pixbuf/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $ + +MD5 (patch-aa) = d67fccc65a7b9b338a34ec71e2248f12 diff --git a/graphics/gdk-pixbuf/patches/patch-aa b/graphics/gdk-pixbuf/patches/patch-aa new file mode 100644 index 00000000000..702c09fbeb5 --- /dev/null +++ b/graphics/gdk-pixbuf/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $ + +--- doc/Makefile.in.orig Tue Nov 9 22:48:23 1999 ++++ doc/Makefile.in Sun Jan 2 13:17:56 2000 +@@ -291,8 +291,6 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ + echo '-- Fixing Crossreferences' ; \ + gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \ + fi) diff --git a/graphics/gdk-pixbuf/pkg/COMMENT b/graphics/gdk-pixbuf/pkg/COMMENT new file mode 100644 index 00000000000..7480c76d8b4 --- /dev/null +++ b/graphics/gdk-pixbuf/pkg/COMMENT @@ -0,0 +1 @@ +the GNOME image loading library. diff --git a/graphics/gdk-pixbuf/pkg/DESCR b/graphics/gdk-pixbuf/pkg/DESCR new file mode 100644 index 00000000000..dbad4a51a1c --- /dev/null +++ b/graphics/gdk-pixbuf/pkg/DESCR @@ -0,0 +1,15 @@ + 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/pkg/PLIST b/graphics/gdk-pixbuf/pkg/PLIST new file mode 100644 index 00000000000..f9b5b37a4d0 --- /dev/null +++ b/graphics/gdk-pixbuf/pkg/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 15:08:16 rh Exp $ +include/gdk-pixbuf/gdk-pixbuf.h +include/gdk-pixbuf/gdk-pixbuf-loader.h +include/gdk-pixbuf/gnome-canvas-pixbuf.h +lib/libgdk_pixbuf.so.1.0 +lib/libgdk_pixbuf.a +lib/gdk-pixbuf/loaders/libpixbuf-png.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-png.a +lib/gdk-pixbuf/loaders/libpixbuf-jpeg.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-jpeg.a +lib/gdk-pixbuf/loaders/libpixbuf-gif.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-gif.a +lib/gdk-pixbuf/loaders/libpixbuf-ras.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-ras.a +lib/gdk-pixbuf/loaders/libpixbuf-xpm.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-xpm.a +lib/gdk-pixbuf/loaders/libpixbuf-tiff.so.0.0 +lib/gdk-pixbuf/loaders/libpixbuf-tiff.a +lib/gdk_pixbufConf.sh +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/book1.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-creating.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-file-loading.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf-io.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-gdk-pixbuf.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-refcounting.html +share/gnome/html/gdk-pixbuf/gdk-pixbuf-rendering.html +share/gnome/html/gdk-pixbuf/gdkpixbufloader.html +share/gnome/html/gdk-pixbuf/gnomecanvaspixbuf.html +share/gnome/html/gdk-pixbuf/r14.html +@dirrm include/gdk-pixbuf +@dirrm lib/gdk-pixbuf/loaders +@dirrm lib/gdk-pixbuf +@dirrm share/gnome/html/gdk-pixbuf |