summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-23 02:04:51 +0000
committerwiz <wiz@pkgsrc.org>2002-03-23 02:04:51 +0000
commit7205db5124228458f2b53fa6a36a7337787446df (patch)
tree981398a877c9f300d3d67aa50055ba73a2e4044a /graphics
parente44f4b9ff23e721aeb907463defc43cf8315ea7f (diff)
downloadpkgsrc-7205db5124228458f2b53fa6a36a7337787446df.tar.gz
Update SDL-image to 1.2.1, based on the new package provided by Ben Collver
in pkg/16016. Relevant changes since 1.2.0: * Fixed transparency in the GIF loading code * Added support for the IFF (LBM) image format * Fixed transparency in 8-bit PNG files * Added support for loading XPM image data directly
Diffstat (limited to 'graphics')
-rw-r--r--graphics/SDL-image/DESCR6
-rw-r--r--graphics/SDL-image/Makefile12
-rw-r--r--graphics/SDL-image/PLIST6
-rw-r--r--graphics/SDL-image/distinfo6
4 files changed, 15 insertions, 15 deletions
diff --git a/graphics/SDL-image/DESCR b/graphics/SDL-image/DESCR
index fec914060f5..26f0775f70d 100644
--- a/graphics/SDL-image/DESCR
+++ b/graphics/SDL-image/DESCR
@@ -1,3 +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.
+This is a simple library to load images of various formats as SDL
+surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM,
+PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
diff --git a/graphics/SDL-image/Makefile b/graphics/SDL-image/Makefile
index 64cad0200aa..cc783b032ca 100644
--- a/graphics/SDL-image/Makefile
+++ b/graphics/SDL-image/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:03 fredb Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/23 02:04:51 wiz Exp $
#
-DISTNAME= SDL_image-1.2.0
+DISTNAME= SDL_image-1.2.1
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
-CATEGORIES= graphics
+CATEGORIES= graphics devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
-MAINTAINER= packages@netbsd.org
+MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.libsdl.org/projects/SDL_image/
-COMMENT= image file loading library
+COMMENT= load images as SDL surfaces
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -19,6 +18,7 @@ USE_BUILDLINK_ONLY= YES
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
+.include "../../graphics/tiff/buildlink.mk"
.include "../../devel/SDL/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/SDL-image/PLIST b/graphics/SDL-image/PLIST
index 9f35bec4c6d..27051b19761 100644
--- a/graphics/SDL-image/PLIST
+++ b/graphics/SDL-image/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:12 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/03/23 02:04:51 wiz 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-1.2.so.1
+lib/libSDL_image-1.2.so.1.0
lib/libSDL_image.a
lib/libSDL_image.la
lib/libSDL_image.so
diff --git a/graphics/SDL-image/distinfo b/graphics/SDL-image/distinfo
index 71b250a312e..5ef410ace02 100644
--- a/graphics/SDL-image/distinfo
+++ b/graphics/SDL-image/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/07 11:32:23 rh Exp $
+$NetBSD: distinfo,v 1.2 2002/03/23 02:04:51 wiz Exp $
-SHA1 (SDL_image-1.2.0.tar.gz) = b3dbd2b80a5386d4688809aa08e6610bbd1c6b98
-Size (SDL_image-1.2.0.tar.gz) = 405406 bytes
+SHA1 (SDL_image-1.2.1.tar.gz) = f3545ef3f8872bf540ea24a8430be380388bc519
+Size (SDL_image-1.2.1.tar.gz) = 634806 bytes