Split of gnome-part of gdk-pixbuf, so that not all programs using gdk-pixbuf
have to depend on gnome-libs.
This commit is contained in:
parent
c6ee400636
commit
3bed978472
4 changed files with 43 additions and 0 deletions
19
graphics/gdk-pixbuf-gnome/Makefile
Normal file
19
graphics/gdk-pixbuf-gnome/Makefile
Normal file
|
@ -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"
|
1
graphics/gdk-pixbuf-gnome/pkg/COMMENT
Normal file
1
graphics/gdk-pixbuf-gnome/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
the GNOME image loading library GNOME canvas support add-on
|
17
graphics/gdk-pixbuf-gnome/pkg/DESCR
Normal file
17
graphics/gdk-pixbuf-gnome/pkg/DESCR
Normal file
|
@ -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.
|
6
graphics/gdk-pixbuf-gnome/pkg/PLIST
Normal file
6
graphics/gdk-pixbuf-gnome/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue