summaryrefslogtreecommitdiff
path: root/graphics/SDL_image
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-09-09 13:36:56 +0000
committeradam <adam@pkgsrc.org>2003-09-09 13:36:56 +0000
commitab4969a701329fdf369af8841805a41906fa294e (patch)
tree6bef4be6fae1eecadecffa98f9b08d7bd2b8edf9 /graphics/SDL_image
parent106a1602ee21e4c565c04a92a4b0ca20c8eea06a (diff)
downloadpkgsrc-ab4969a701329fdf369af8841805a41906fa294e.tar.gz
Changes 1.2.3:
* Fixed memory leak with non-seekable SDL_RWops * Added 24-bit support to the ILBM format loader * Added shared library support for MacOS X * The JPEG loader can now load EXIF format JPEG images * The XCF loader now ignores invisible layers and channels
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r--graphics/SDL_image/Makefile10
-rw-r--r--graphics/SDL_image/PLIST4
-rw-r--r--graphics/SDL_image/distinfo6
3 files changed, 12 insertions, 8 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile
index 29cdfd8dd2c..fffd5958743 100644
--- a/graphics/SDL_image/Makefile
+++ b/graphics/SDL_image/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/07/26 21:41:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/09 13:36:56 adam Exp $
#
-DISTNAME= SDL_image-1.2.2
-PKGREVISION= 2
+DISTNAME= SDL_image-1.2.3
+#PKGREVISION= 2
CATEGORIES= graphics devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
@@ -19,6 +19,10 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_BUILDLINK2= YES
USE_X11= YES
+post-install:
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
+ ${PREFIX}/bin
+
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
diff --git a/graphics/SDL_image/PLIST b/graphics/SDL_image/PLIST
index e63d08ed17f..e7a7356597e 100644
--- a/graphics/SDL_image/PLIST
+++ b/graphics/SDL_image/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/03 08:20:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/09 13:36:56 adam Exp $
bin/showimage
include/SDL/SDL_image.h
lib/libSDL_image-1.2.so
lib/libSDL_image-1.2.so.1
-lib/libSDL_image-1.2.so.1.1
+lib/libSDL_image-1.2.so.1.2
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 17e8af3e28b..89a50bec94d 100644
--- a/graphics/SDL_image/distinfo
+++ b/graphics/SDL_image/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/03 08:20:01 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/09/09 13:36:56 adam Exp $
-SHA1 (SDL_image-1.2.2.tar.gz) = ad4225b2c93257c7f48288ad52cfb4aafff5fac3
-Size (SDL_image-1.2.2.tar.gz) = 649146 bytes
+SHA1 (SDL_image-1.2.3.tar.gz) = a6610edd6ea4afb0ff351c7911c46034e161076d
+Size (SDL_image-1.2.3.tar.gz) = 636747 bytes