mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
SDL2_image: update to 2.0.3.
This commit is contained in:
parent
5377bc2b9c
commit
8dd0aa7450
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'SDL2_image'
|
# Template file for 'SDL2_image'
|
||||||
pkgname=SDL2_image
|
pkgname=SDL2_image
|
||||||
version=2.0.2
|
version=2.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-jpg-shared
|
configure_args="--disable-static --disable-jpg-shared
|
||||||
|
@ -9,10 +9,10 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
|
makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
|
||||||
short_desc="Load images as SDL surfaces (SDL 2.x)"
|
short_desc="Load images as SDL surfaces (SDL 2.x)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="Zlib"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_image/"
|
homepage="http://www.libsdl.org/projects/SDL_image/"
|
||||||
distfiles="http://www.libsdl.org/projects/SDL_image/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.libsdl.org/projects/SDL_image/release/$pkgname-$version.tar.gz"
|
||||||
checksum=72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8
|
checksum=3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gles"
|
build_options="gles"
|
||||||
|
|
Loading…
Add table
Reference in a new issue