SDL2: update to 2.0.2.
This commit is contained in:
parent
77f3376ff0
commit
16aefb2dc0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'SDL2'
|
||||
pkgname=SDL2
|
||||
version=2.0.1
|
||||
revision=2
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
|
||||
--enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.libsdl.org/"
|
||||
license="zlib"
|
||||
distfiles="http://www.libsdl.org/release/${pkgname}-$version.tar.gz"
|
||||
checksum=0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0
|
||||
checksum=590157f85a8a8b52723848169a74eec6ca07ab4a75cec15beedde648f980e850
|
||||
|
||||
# Package build options
|
||||
build_options="gles opengl pulseaudio x11"
|
||||
|
@ -75,7 +75,7 @@ SDL2-devel_package() {
|
|||
depends="alsa-lib-devel ${sourcepkg}>=${version}_${revision}"
|
||||
|
||||
if [ "$build_option_x11" ]; then
|
||||
depends+=" libXcursor-devel libXinerama-devel libXScrnSaver-devel libXrandr-devel"
|
||||
depends+=" libSM-devel libXcursor-devel libXinerama-devel libXScrnSaver-devel libXrandr-devel"
|
||||
fi
|
||||
|
||||
if [ "$build_option_opengl" -o "$build_option_gles" ]; then
|
||||
|
|
Loading…
Reference in New Issue