From 64b0601a364b7bb624ece3f02f8c0f140441b309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sat, 17 Sep 2022 23:59:46 +0100 Subject: [PATCH] SDL2: update to 2.24.0. --- srcpkgs/SDL2/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 640b57bbee14..3635c55524ed 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.0.22 +version=2.24.0 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt" distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz" -checksum=fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e +checksum=91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97 # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11" @@ -106,10 +106,9 @@ fi if [ "$build_option_x11" ]; then configure_args+=" --enable-video-x11-xcursor --enable-video-x11-xrandr - --enable-video-x11-xinerama --enable-video-x11-vm --enable-video-x11-xinput --enable-video-x11-scrnsaver --enable-video-x11-xshape" - makedepends+=" libSM-devel libXcursor-devel libXinerama-devel libXScrnSaver-devel libXrandr-devel" + makedepends+=" libSM-devel libXcursor-devel libXScrnSaver-devel libXrandr-devel" else configure_args+=" --without-x" fi