From 5a1425ed8da5b477b3617bebeb828b7441aec3ee Mon Sep 17 00:00:00 2001 From: Piotr Danecki Date: Mon, 3 Feb 2025 15:42:57 +0100 Subject: [PATCH] SDL3: update to 3.2.2 Signed-off-by: Piotr Danecki --- srcpkgs/SDL3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template index 4b11bd77b9b0d2..7f475ea5171e98 100644 --- a/srcpkgs/SDL3/template +++ b/srcpkgs/SDL3/template @@ -1,9 +1,9 @@ # Template file for 'SDL3' pkgname=SDL3 -version=3.2.0 +version=3.2.2 revision=1 build_style=cmake -configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF +configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF -DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF -DSDL_ALSA_SHARED=OFF -DSDL_DBUS=ON" hostmakedepends="pkg-config nasm" @@ -15,7 +15,7 @@ license="Zlib" homepage="https://www.libsdl.org/" changelog="https://raw.githubusercontent.com/libsdl-org/SDL/refs/heads/main/WhatsNew.txt" distfiles="https://www.libsdl.org/release/SDL3-${version}.tar.gz" -checksum=bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e +checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec # Package build options build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"