SDL_image: update to 1.2.12.
This commit is contained in:
parent
212d94d0a1
commit
de2b8d263f
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'SDL_image'
|
||||
pkgname=SDL_image
|
||||
version=1.2.11
|
||||
version=1.2.12
|
||||
homepage="http://www.libsdl.org/projects/SDL_image/"
|
||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Load images as SDL surfaces"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=0b8f51af8c77a6849501fed675d49808ae6fbf1429d32ccbd958b7ba7c04be3b
|
||||
checksum=0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
|
||||
long_desc="
|
||||
This is a simple library to load images of various formats as SDL
|
||||
surfaces. This library supports BMP, PNM (PPM/PGM/PBM), XPM, LBM,
|
||||
|
|
Loading…
Reference in a new issue