diff options
author | rh <rh@pkgsrc.org> | 2001-07-07 11:32:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-07-07 11:32:23 +0000 |
commit | 2d39e9aed6087981258ceb18265743dac394baf7 (patch) | |
tree | 6d0487671a19ab160a0a5c9447536c0768dff040 /graphics/SDL-image | |
parent | 9a994ce6131c4c7609c0239cfc277b279b8ad2d6 (diff) | |
download | pkgsrc-2d39e9aed6087981258ceb18265743dac394baf7.tar.gz |
Initial import of SDL-image-1.2.0, an SDL image loading library
Diffstat (limited to 'graphics/SDL-image')
-rw-r--r-- | graphics/SDL-image/Makefile | 23 | ||||
-rw-r--r-- | graphics/SDL-image/distinfo | 4 | ||||
-rw-r--r-- | graphics/SDL-image/pkg/DESCR | 3 | ||||
-rw-r--r-- | graphics/SDL-image/pkg/PLIST | 9 |
4 files changed, 39 insertions, 0 deletions
diff --git a/graphics/SDL-image/Makefile b/graphics/SDL-image/Makefile new file mode 100644 index 00000000000..578f1d38312 --- /dev/null +++ b/graphics/SDL-image/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/07 11:32:23 rh Exp $ +# + +DISTNAME= SDL_image-1.2.0 +PKGNAME= ${DISTNAME:S/_/-/} +CATEGORIES= graphics +MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.libsdl.org/projects/SDL_image/ +COMMENT= image file loading library + +GNU_CONFIGURE= YES +USE_X11= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + +USE_BUILDLINK_ONLY= YES + +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../devel/SDL/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/SDL-image/distinfo b/graphics/SDL-image/distinfo new file mode 100644 index 00000000000..71b250a312e --- /dev/null +++ b/graphics/SDL-image/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/07 11:32:23 rh Exp $ + +SHA1 (SDL_image-1.2.0.tar.gz) = b3dbd2b80a5386d4688809aa08e6610bbd1c6b98 +Size (SDL_image-1.2.0.tar.gz) = 405406 bytes diff --git a/graphics/SDL-image/pkg/DESCR b/graphics/SDL-image/pkg/DESCR new file mode 100644 index 00000000000..fec914060f5 --- /dev/null +++ b/graphics/SDL-image/pkg/DESCR @@ -0,0 +1,3 @@ + SDL_image is an image file loading library. It loads images as SDL +surfaces, and supports the following formats: BMP, PNM, XPM, PCX, GIF, +JPEG, PNG, and TGA. diff --git a/graphics/SDL-image/pkg/PLIST b/graphics/SDL-image/pkg/PLIST new file mode 100644 index 00000000000..dade68d4485 --- /dev/null +++ b/graphics/SDL-image/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/07 11:32:23 rh Exp $ +bin/showimage +include/SDL/SDL_image.h +lib/libSDL_image-1.2.so +lib/libSDL_image-1.2.so.0 +lib/libSDL_image-1.2.so.0.0 +lib/libSDL_image.a +lib/libSDL_image.la +lib/libSDL_image.so |