diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-15 21:09:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-15 21:09:50 +0000 |
commit | d22e89dcedfdd99ff6e4b2db42f2c432091acb7a (patch) | |
tree | 697b552d08c06a9ea3e32feacb7f7a0c1823b882 /graphics/SDL_image | |
parent | de6104a22f50554f24d1c3b6dba9f2b8c6897365 (diff) | |
download | pkgsrc-d22e89dcedfdd99ff6e4b2db42f2c432091acb7a.tar.gz |
Update to 1.2.10:
1.2.10:
Sam Lantinga - Sat Nov 14 11:22:14 PST 2009
* Fixed bug loading multiple images
1.2.9:
Sam Lantinga - Tue Nov 10 00:29:20 PST 2009
* Fixed alpha premultiplication on Mac OS X and iPhone OS
Sam Lantinga - Sun Nov 8 07:52:11 PST 2009
* Fixed checking for IMG_Init() return value in image loaders
Diffstat (limited to 'graphics/SDL_image')
-rw-r--r-- | graphics/SDL_image/Makefile | 4 | ||||
-rw-r--r-- | graphics/SDL_image/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/SDL_image/Makefile b/graphics/SDL_image/Makefile index eaef3c655b7..0ab866c54ad 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2009/10/31 00:06:34 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2009/11/15 21:09:50 wiz Exp $ -DISTNAME= SDL_image-1.2.8 +DISTNAME= SDL_image-1.2.10 CATEGORIES= graphics devel MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ diff --git a/graphics/SDL_image/distinfo b/graphics/SDL_image/distinfo index 3d6f45318f1..52b07d4f779 100644 --- a/graphics/SDL_image/distinfo +++ b/graphics/SDL_image/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/10/30 23:58:03 wiz Exp $ +$NetBSD: distinfo,v 1.11 2009/11/15 21:09:50 wiz Exp $ -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 +SHA1 (SDL_image-1.2.10.tar.gz) = 6bae71fdfd795c3dbf39f6c7c0cf8b212914ef97 +RMD160 (SDL_image-1.2.10.tar.gz) = 8133f7f8d488b1c3f69ad80a941289b4508d2901 +Size (SDL_image-1.2.10.tar.gz) = 1332906 bytes |