[Lunar-commits] r16333 - moonbase/trunk/graphics/SDL_image
Dennis Veatch
stumbles at lunar-linux.org
Sat Sep 3 13:29:14 UTC 2005
Author: stumbles
Date: 2005-09-03 13:29:11 +0000 (Sat, 03 Sep 2005)
New Revision: 16333
Modified:
moonbase/trunk/graphics/SDL_image/DEPENDS
moonbase/trunk/graphics/SDL_image/DETAILS
Log:
Minor bugs fixes nothing major.
Additionally added tiff as an optional depends.
Compiled/tested with gcc-3.4.4, glibc-2.3.5.
Modified: moonbase/trunk/graphics/SDL_image/DEPENDS
===================================================================
--- moonbase/trunk/graphics/SDL_image/DEPENDS 2005-09-03 13:24:39 UTC (rev 16332)
+++ moonbase/trunk/graphics/SDL_image/DEPENDS 2005-09-03 13:29:11 UTC (rev 16333)
@@ -1,2 +1,4 @@
depends libpng &&
-depends SDL
+depends SDL &&
+
+optional_depends "tiff" "--enable-tif" "--disable-tiff" "support TIFF images"
Modified: moonbase/trunk/graphics/SDL_image/DETAILS
===================================================================
--- moonbase/trunk/graphics/SDL_image/DETAILS 2005-09-03 13:24:39 UTC (rev 16332)
+++ moonbase/trunk/graphics/SDL_image/DETAILS 2005-09-03 13:29:11 UTC (rev 16333)
@@ -1,13 +1,13 @@
MODULE=SDL_image
- VERSION=1.2.3
- # VERSION=1.2.2
+ VERSION=1.2.4
+ # VERSION=1.2.3
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.libsdl.org/projects/$MODULE/release/
- SOURCE_VFY=sha1:a6610edd6ea4afb0ff351c7911c46034e161076d
+ SOURCE_URL=http://www.libsdl.org/projects/$MODULE/release/
+ SOURCE_VFY=sha1:64664c43a105ca6532f2b7d7f45d24f17388b5da
WEB_SITE=http://www.libsdl.org/projects/$MODULE/
ENTERED=20010922
- UPDATED=20030312
- SHORT="SDL_image is a simple library to load images of various formats as SDL surfaces."
+ UPDATED=20050903
+ SHORT="simple library to load images as SDL surfaces."
cat << EOF
SDL_image is a simple library to load images of various formats as SDL
More information about the Lunar-commits
mailing list