summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-01-04 05:51:43 +0300
committerVlad Glagolev2008-01-04 05:51:43 +0300
commitd017a8ea991ea6ceca4d5f0c749fa0e9fb6d7c1d (patch)
treef3e5b5921b0833da60614bb88eb39c5919885028
parent25b422b3831deb21bd68a1daa7e169b7e260b100 (diff)
sdl_image: => 1.2.6, added tiff and jpeg as opt deps, made libpng as opt dep
-rwxr-xr-xlibs/sdl_image/DEPENDS18
-rwxr-xr-xlibs/sdl_image/DETAILS6
-rw-r--r--libs/sdl_image/HISTORY5
3 files changed, 22 insertions, 7 deletions
diff --git a/libs/sdl_image/DEPENDS b/libs/sdl_image/DEPENDS
index 865c856dc2..2e401398e7 100755
--- a/libs/sdl_image/DEPENDS
+++ b/libs/sdl_image/DEPENDS
@@ -1,2 +1,16 @@
-depends libpng &&
-depends sdl
+depends sdl &&
+
+optional_depends libpng \
+ "--enable-png" \
+ "--disable-png" \
+ "for PNG support" &&
+
+optional_depends jpeg \
+ "--enable-jpg" \
+ "--disable-jpg" \
+ "for JPG support" &&
+
+optional_depends tiff \
+ "--enable-tif" \
+ "--disable-tif" \
+ "for TIFF support"
diff --git a/libs/sdl_image/DETAILS b/libs/sdl_image/DETAILS
index 2469d643af..cbe912a37f 100755
--- a/libs/sdl_image/DETAILS
+++ b/libs/sdl_image/DETAILS
@@ -1,13 +1,11 @@
SPELL=sdl_image
- VERSION=1.2.5
+ VERSION=1.2.6
SOURCE=SDL_image-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/SDL_image-$VERSION
SOURCE_URL[0]=http://www.libsdl.org/projects/SDL_image/release/$SOURCE
- SOURCE_HASH=sha512:cb2b25868e5814c9dd8ea0e4bf3f0b9df587103f64d9fd354c0612cc7cea49d97a9a8f1cab81d196a613d28a4d12764bb8e54904c726256964bcae1a500e17ce
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ SOURCE_HASH=sha512:ec6ec4060021f89ce2e4e3ffa573addf314814ac0ee25083c2acc954a230da653fe1509e5e136d8f697391b000c6dc673fc288e18c7758c1ade17afc6620e400
WEB_SITE=http://www.libsdl.org/projects/SDL_image
ENTERED=20010922
- UPDATED=20020424
LICENSE[0]=LGPL
KEYWORDS="sdl images libs"
SHORT="Simple library to load images of various formats as SDL surfaces."
diff --git a/libs/sdl_image/HISTORY b/libs/sdl_image/HISTORY
index e352401a25..829a147e29 100644
--- a/libs/sdl_image/HISTORY
+++ b/libs/sdl_image/HISTORY
@@ -1,3 +1,7 @@
+2008-01-04 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.2.6
+ * DEPENDS: libpng [req -> opt], tiff [opt], jpeg [opt]
+
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
@@ -28,4 +32,3 @@
2002-10-09 Julian v. Bock <julian@wongr.net>
* DETAILS: add LICENSE and MD5 fields.
-