SDL2: update to 2.0.7.
This commit is contained in:
parent
aee7a65a2c
commit
681c166776
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'SDL2'
|
||||
pkgname=SDL2
|
||||
version=2.0.6
|
||||
revision=2
|
||||
version=2.0.7
|
||||
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
|
||||
--disable-alsa-shared --disable-pulseaudio-shared --enable-dbus"
|
||||
hostmakedepends="pkg-config nasm"
|
||||
makedepends="alsa-lib-devel dbus-devel eudev-libudev-devel libusb-compat-devel"
|
||||
makedepends="alsa-lib-devel dbus-devel eudev-libudev-devel libusb-compat-devel libsamplerate-devel"
|
||||
short_desc="Simple DirectMedia Layer (version 2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.libsdl.org/"
|
||||
license="zlib"
|
||||
distfiles="http://www.libsdl.org/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=03658b5660d16d7b31263a691e058ed37acdab155d68dabbad79998fb552c5df
|
||||
checksum=ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e
|
||||
|
||||
# Package build options
|
||||
build_options="gles opengl pulseaudio sndio wayland x11"
|
||||
|
|
Loading…
Reference in a new issue