Skip to content

Commit

Permalink
SDL2_image: adding to moonbase, does not conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Oct 22, 2014
1 parent f7c9fc7 commit e3c926b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphics/SDL2_image/DEPENDS
@@ -0,0 +1,5 @@
depends libpng
depends SDL
depends %JPEG

optional_depends "tiff" "--enable-tif" "--disable-tiff" "support TIFF images"
15 changes: 15 additions & 0 deletions 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

0 comments on commit e3c926b

Please sign in to comment.