[Lunar-commits] <moonbase> SDL_image: version bumped to 1.2.8.
Florin Braescu
florin at lunar-linux.org
Wed Oct 21 18:38:52 CEST 2009
commit 7a0bb7e34bd73af279436748072e753cf09f61b7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Oct 21 19:38:52 2009 +0300
SDL_image: version bumped to 1.2.8.
Changes:
* Added support for uncompressed PCX files
* Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
* Added support for ICO and CUR image files
* Added ImageIO loading infrastructure for Mac OS X
* Added UIImage loading infrastructure for iPhone / iPod Touch
---
graphics/SDL_image/DEPENDS | 6 +++---
graphics/SDL_image/DETAILS | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/graphics/SDL_image/DEPENDS b/graphics/SDL_image/DEPENDS
index 214b0ef..930ef61 100644
--- a/graphics/SDL_image/DEPENDS
+++ b/graphics/SDL_image/DEPENDS
@@ -1,5 +1,5 @@
-depends libpng &&
-depends SDL &&
-depends jpeg &&
+depends libpng
+depends SDL
+depends jpeg
optional_depends "tiff" "--enable-tif" "--disable-tiff" "support TIFF images"
diff --git a/graphics/SDL_image/DETAILS b/graphics/SDL_image/DETAILS
index a4ef90f..b0c640b 100644
--- a/graphics/SDL_image/DETAILS
+++ b/graphics/SDL_image/DETAILS
@@ -1,12 +1,12 @@
MODULE=SDL_image
- VERSION=1.2.7
+ VERSION=1.2.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$SFORGE_URL/libsdl
SOURCE_URL[1]=http://www.libsdl.org/projects/$MODULE/release
- SOURCE_VFY=sha1:0cffd05e41014651e7114d7fea309c9f37ef2d8a
+ SOURCE_VFY=sha1:ce9f208b57e4bb5e677c79b6a241f86f5430dda4
WEB_SITE=http://www.libsdl.org/projects/$MODULE
ENTERED=20010922
- UPDATED=20081220
+ UPDATED=20091021
SHORT="A simple library to load images as SDL surfaces"
cat << EOF
More information about the Lunar-commits
mailing list