pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/SDL_image Update to 1.2.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f82ddfc9da86
branches:  trunk
changeset: 400963:f82ddfc9da86
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 30 23:58:03 2009 +0000

description:
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

diffstat:

 graphics/SDL_image/Makefile |  6 +++---
 graphics/SDL_image/PLIST    |  3 ++-
 graphics/SDL_image/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 5acdc237e272 -r f82ddfc9da86 graphics/SDL_image/Makefile
--- a/graphics/SDL_image/Makefile       Fri Oct 30 23:54:52 2009 +0000
+++ b/graphics/SDL_image/Makefile       Fri Oct 30 23:58:03 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2009/08/26 19:56:41 sno Exp $
+# $NetBSD: Makefile,v 1.33 2009/10/30 23:58:03 wiz Exp $
 
-DISTNAME=      SDL_image-1.2.7
-PKGREVISION=   1
+DISTNAME=      SDL_image-1.2.8
 CATEGORIES=    graphics devel
 MASTER_SITES=  http://www.libsdl.org/projects/SDL_image/release/
 
@@ -19,6 +18,7 @@
 CONFIGURE_ARGS+=       --enable-tif
 
 INSTALLATION_DIRS=     bin
+PKGCONFIG_OVERRIDE=    SDL_image.pc.in
 
 post-install:
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
diff -r 5acdc237e272 -r f82ddfc9da86 graphics/SDL_image/PLIST
--- a/graphics/SDL_image/PLIST  Fri Oct 30 23:54:52 2009 +0000
+++ b/graphics/SDL_image/PLIST  Fri Oct 30 23:58:03 2009 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:32 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/10/30 23:58:03 wiz Exp $
 bin/showimage
 include/SDL/SDL_image.h
 lib/libSDL_image.la
+lib/pkgconfig/SDL_image.pc
diff -r 5acdc237e272 -r f82ddfc9da86 graphics/SDL_image/distinfo
--- a/graphics/SDL_image/distinfo       Fri Oct 30 23:54:52 2009 +0000
+++ b/graphics/SDL_image/distinfo       Fri Oct 30 23:58:03 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/12/03 08:33:07 wiz Exp $
+$NetBSD: distinfo,v 1.10 2009/10/30 23:58:03 wiz Exp $
 
-SHA1 (SDL_image-1.2.7.tar.gz) = 0cffd05e41014651e7114d7fea309c9f37ef2d8a
-RMD160 (SDL_image-1.2.7.tar.gz) = d54233077c0a49f075bf11dc1cc2cfe7c0a64efa
-Size (SDL_image-1.2.7.tar.gz) = 1315517 bytes
+SHA1 (SDL_image-1.2.8.tar.gz) = ce9f208b57e4bb5e677c79b6a241f86f5430dda4
+RMD160 (SDL_image-1.2.8.tar.gz) = 8ddf14adc6b67a90595e954b76f195ac510ee84b
+Size (SDL_image-1.2.8.tar.gz) = 1329661 bytes



Home | Main Index | Thread Index | Old Index