From 40e6a71b533888ac38d969e38ba2cfbcc801ed96 Mon Sep 17 00:00:00 2001 From: staging-update-bot Date: Thu, 1 Jan 2026 04:31:18 +0000 Subject: [PATCH 1/2] libsdl3/3.4.0 package update --- libsdl3.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsdl3.yaml b/libsdl3.yaml index fbe1cc2c464..3598142aadd 100644 --- a/libsdl3.yaml +++ b/libsdl3.yaml @@ -1,6 +1,6 @@ package: name: libsdl3 - version: "3.2.30" + version: "3.4.0" epoch: 0 description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. copyright: @@ -38,7 +38,7 @@ pipeline: with: repository: https://github.com/libsdl-org/SDL tag: release-${{package.version}} - expected-commit: f5e5f6588921eed3d7d048ce43d9eb1ff0da0ffc + expected-commit: a962f40bbba175e9716557a25d5d7965f134a3d3 - uses: cmake/configure From 1c30766592305873e0755238ba447f2412cd4532 Mon Sep 17 00:00:00 2001 From: Dentrax <16493751+Dentrax@users.noreply.github.com> Date: Sat, 3 Jan 2026 13:48:06 +0300 Subject: [PATCH 2/2] add missing build-time dep: libxtst-dev Signed-off-by: Dentrax <16493751+Dentrax@users.noreply.github.com> --- libsdl3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/libsdl3.yaml b/libsdl3.yaml index 3598142aadd..84cb916b0ab 100644 --- a/libsdl3.yaml +++ b/libsdl3.yaml @@ -26,6 +26,7 @@ environment: - libxkbcommon-dev - libxrandr-dev - libxss-dev + - libxtst-dev - mesa-dev - mesa-gbm - pulseaudio-dev