Fri Oct 30 23:58:03 2009 UTC ()
Update to 1.2.8:

1.2.8:
Sam Lantinga - Sun Oct  4 13:12:54 PDT 2009
 * Added support for uncompressed PCX files
Mason Wheeler - 2009-06-10 06:29:45 PDT
 * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
Couriersud - Mon, 12 Jan 2009 17:21:13 -0800
 * Added support for ICO and CUR image files
Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800
 * Added ImageIO loading infrastructure for Mac OS X
 * Added UIImage loading infrastructure for iPhone / iPod Touch


(wiz)
diff -r1.32 -r1.33 pkgsrc/graphics/SDL_image/Makefile
diff -r1.5 -r1.6 pkgsrc/graphics/SDL_image/PLIST
diff -r1.9 -r1.10 pkgsrc/graphics/SDL_image/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/graphics/SDL_image/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/SDL_image/Makefile 2009/08/26 19:56:41 1.32
+++ pkgsrc/graphics/SDL_image/Makefile 2009/10/30 23:58:03 1.33
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.32 2009/08/26 19:56:41 sno Exp $ 1# $NetBSD: Makefile,v 1.33 2009/10/30 23:58:03 wiz Exp $
2 2
3DISTNAME= SDL_image-1.2.7 3DISTNAME= SDL_image-1.2.8
4PKGREVISION= 1 
5CATEGORIES= graphics devel 4CATEGORIES= graphics devel
6MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ 5MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.libsdl.org/projects/SDL_image/ 8HOMEPAGE= http://www.libsdl.org/projects/SDL_image/
10COMMENT= Load images as SDL surfaces 9COMMENT= Load images as SDL surfaces
11 10
12CONFLICTS= SDL-image-[0-9]* 11CONFLICTS= SDL-image-[0-9]*
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17USE_LIBTOOL= YES 16USE_LIBTOOL= YES
18GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
19CONFIGURE_ARGS+= --enable-tif 18CONFIGURE_ARGS+= --enable-tif
20 19
21INSTALLATION_DIRS= bin 20INSTALLATION_DIRS= bin
 21PKGCONFIG_OVERRIDE= SDL_image.pc.in
22 22
23post-install: 23post-install:
24 ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \ 24 ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
25 ${DESTDIR:Q}${PREFIX:Q}/bin 25 ${DESTDIR:Q}${PREFIX:Q}/bin
26 26
27BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10 27BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10
28.include "../../devel/SDL/buildlink3.mk" 28.include "../../devel/SDL/buildlink3.mk"
29.include "../../graphics/jpeg/buildlink3.mk" 29.include "../../graphics/jpeg/buildlink3.mk"
30.include "../../graphics/png/buildlink3.mk" 30.include "../../graphics/png/buildlink3.mk"
31.include "../../graphics/tiff/buildlink3.mk" 31.include "../../graphics/tiff/buildlink3.mk"
32.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/graphics/SDL_image/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/SDL_image/PLIST 2004/09/22 08:09:32 1.5
+++ pkgsrc/graphics/SDL_image/PLIST 2009/10/30 23:58:03 1.6
@@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
1@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:32 jlam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2009/10/30 23:58:03 wiz Exp $
2bin/showimage 2bin/showimage
3include/SDL/SDL_image.h 3include/SDL/SDL_image.h
4lib/libSDL_image.la 4lib/libSDL_image.la
 5lib/pkgconfig/SDL_image.pc

cvs diff -r1.9 -r1.10 pkgsrc/graphics/SDL_image/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/SDL_image/distinfo 2008/12/03 08:33:07 1.9
+++ pkgsrc/graphics/SDL_image/distinfo 2009/10/30 23:58:03 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2008/12/03 08:33:07 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2009/10/30 23:58:03 wiz Exp $
2 2
3SHA1 (SDL_image-1.2.7.tar.gz) = 0cffd05e41014651e7114d7fea309c9f37ef2d8a 3SHA1 (SDL_image-1.2.8.tar.gz) = ce9f208b57e4bb5e677c79b6a241f86f5430dda4
4RMD160 (SDL_image-1.2.7.tar.gz) = d54233077c0a49f075bf11dc1cc2cfe7c0a64efa 4RMD160 (SDL_image-1.2.8.tar.gz) = 8ddf14adc6b67a90595e954b76f195ac510ee84b
5Size (SDL_image-1.2.7.tar.gz) = 1315517 bytes 5Size (SDL_image-1.2.8.tar.gz) = 1329661 bytes