[Lunar-commits] <moonbase-other> SDL2_image: adding to moonbase, does not conflict
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 22 13:03:19 CEST 2014
commit e3c926b2e6c2d0a4519f930a1e16afa98c4fff9c
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 07:03:00 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/e3c926b2e6c2d0a4519f930a1e16afa98c4fff9c
SDL2_image: adding to moonbase, does not conflict
---
graphics/SDL2_image/DEPENDS | +5/-0
graphics/SDL2_image/DETAILS | +15/-0
2 files changed, 20 insertions(+)
--- /dev/null
+++ b/graphics/SDL2_image/DEPENDS
@@ -0,0 +1,5 @@
+depends libpng
+depends SDL
+depends %JPEG
+
+optional_depends "tiff" "--enable-tif" "--disable-tiff" "support TIFF images"
--- /dev/null
+++ b/graphics/SDL2_image/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=SDL2_image
+ VERSION=2.0.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.libsdl.org/projects/SDL_image/release/
+ SOURCE_VFY=sha1:20b1b0db9dd540d6d5e40c7da8a39c6a81248865
+ WEB_SITE=http://www.libsdl.org/projects/SDL_image
+ ENTERED=20141007
+ UPDATED=20141007
+ 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
+surfaces. It supports BMP, PPM, XPM, PCX, GIF, JPEG, PNG, and TGA
+formats.
+EOF
More information about the Lunar-commits
mailing list