diff options
author | wiz <wiz> | 2007-07-25 23:53:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-07-25 23:53:58 +0000 |
commit | 02881aeeb3aeb5ca6a42050210c59160a1798d0a (patch) | |
tree | 8e5de86380026cda02763371cacca42d8fa94582 /graphics/SDL_image | |
parent | 6e17dc823d203c2270875cd3df46b161cc38929f (diff) | |
download | pkgsrc-02881aeeb3aeb5ca6a42050210c59160a1798d0a.tar.gz |
Update to 1.2.6:
1.2.6:
Sam lantinga - Wed Jul 18 00:30:32 PDT 2007
* Improved detection of libjpeg, libpng, and libtiff at configure time
* PNG and TIFF images are correctly identified even if dynamic libraries
to load them aren't available.
* Fixed loading of TIFF images using libtiff 3.6
Sam Lantinga - Thu Jul 5 07:52:35 2007
* Fixed static linking with libjpeg
Michael Koch - Tue Feb 13 10:09:17 2007
* Fixed crash in IMG_ReadXPMFromArray()
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 e7390aa25a3..aeb9f707364 100644 --- a/graphics/SDL_image/Makefile +++ b/graphics/SDL_image/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2007/05/19 22:23:56 heinz Exp $ +# $NetBSD: Makefile,v 1.28 2007/07/25 23:53:58 wiz Exp $ -DISTNAME= SDL_image-1.2.5 +DISTNAME= SDL_image-1.2.6 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 5e118d5b689..11e1830eb49 100644 --- a/graphics/SDL_image/distinfo +++ b/graphics/SDL_image/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/06/12 16:25:22 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/07/25 23:53:58 wiz Exp $ -SHA1 (SDL_image-1.2.5.tar.gz) = 2cd7d825953de64bf903ad711be5613f79259422 -RMD160 (SDL_image-1.2.5.tar.gz) = 3dabd3de4259519412e6fdc5c83d268dfa0b1ec0 -Size (SDL_image-1.2.5.tar.gz) = 1308637 bytes +SHA1 (SDL_image-1.2.6.tar.gz) = 5045df31e4db29d8890110fd18024c9d08efca30 +RMD160 (SDL_image-1.2.6.tar.gz) = 8aea5f07216eb887f599c0908f8ea2c2f9eeac93 +Size (SDL_image-1.2.6.tar.gz) = 1308812 bytes |