summaryrefslogtreecommitdiff
path: root/graphics/SDL_image/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-06-12 16:25:22 +0000
committerwiz <wiz@pkgsrc.org>2006-06-12 16:25:22 +0000
commitcbd356bd23b4754cceb52f2a12d8da2c209d53e8 (patch)
tree1b943fd0dc9046f74737842a78ee878bec0e3faf /graphics/SDL_image/Makefile
parent18719aa3ab3c14ef7eec3383c52ee4ef8ec1cb25 (diff)
downloadpkgsrc-cbd356bd23b4754cceb52f2a12d8da2c209d53e8.tar.gz
Update to 1.2.5:
1.2.5: Maurizio Monge - Sun May 14 13:57:32 PDT 2006 * Fixed loading BMP palettes at unusual offsets Sam Lantinga - Thu May 11 21:51:19 PDT 2006 * Added support for dynamically loading libjpeg, libpng, and libtiff. Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006 * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 Sam Lantinga - Sat Feb 4 15:17:44 PST 2006 * Added support for XV thumbnail images Gautier Portet - Fri, 19 Mar 2004 17:35:12 +0100 * Added support for 32-bit BMP files with alpha Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
Diffstat (limited to 'graphics/SDL_image/Makefile')
-rw-r--r--graphics/SDL_image/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile
index ae13f2325cb..5db129f403f 100644
--- a/graphics/SDL_image/Makefile
+++ b/graphics/SDL_image/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/04/17 13:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2006/06/12 16:25:22 wiz Exp $
-DISTNAME= SDL_image-1.2.4
-PKGREVISION= 4
+DISTNAME= SDL_image-1.2.5
CATEGORIES= graphics devel
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
@@ -15,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ARGS+= --enable-tif
INSTALLATION_DIRS= bin
@@ -24,11 +22,9 @@ post-install:
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
${PREFIX}/bin
-.include "../../mk/bsd.prefs.mk"
-
+BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10
+.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
-.include "../../devel/SDL/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"