File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 11# Template file for 'SDL'
22pkgname=SDL
33version=1.2.15
4- revision=12
4+ revision=13
55build_style=gnu-configure
66configure_args="--enable-alsa --enable-sndio --disable-esd --disable-rpath
77 --enable-clock_gettime --disable-nas --disable-arts --disable-x11-shared
@@ -16,20 +16,13 @@ makedepends="alsa-lib-devel sndio-devel $(vopt_if x11 libXrandr-devel)
1616short_desc="Simple Directmedia Layer"
1717maintainer="Orphaned <orphan@voidlinux.org>"
1818license="LGPL-2.1-only"
19- homepage="http ://www.libsdl.org/"
20- distfiles="http ://www.libsdl.org/release/SDL-${version}.tar.gz"
19+ homepage="https ://www.libsdl.org/"
20+ distfiles="https ://www.libsdl.org/release/SDL-${version}.tar.gz"
2121checksum=d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00
2222
2323# Package build options
2424build_options="x11 opengl aalib pulseaudio"
25- build_options_default="x11"
26-
27- case "$XBPS_TARGET_MACHINE" in
28- i686*|x86_64*|ppc*)
29- # Enable OpenGL and pulseaudio on x86 and ppc.
30- build_options_default+=" opengl pulseaudio"
31- ;;
32- esac
25+ build_options_default="x11 opengl pulseaudio"
3326
3427if [ "$build_option_opengl" ]; then
3528 # libGL.so.1 is dynamically loaded with dlopen.
You can’t perform that action at this time.
0 commit comments