diff mbox series

[meta-oe,1/2] libsdl3: updat 3.2.24 -> 3.2.26

Message ID 20251031034243.70918-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,1/2] libsdl3: updat 3.2.24 -> 3.2.26 | expand

Commit Message

Markus Volk Oct. 31, 2025, 3:42 a.m. UTC
This is a stable bugfix release, with the following changes:

    Improved validation and fixed memory leaks in the GPU subsystem
    Fixed a delay at shutdown when the mouse is grabbed under X11
    Do full rectangle intersection for empty rectangles
    Fixed destination coordinates when using scale with the software renderer
    Clipboard callbacks are only called with the mime types they expect
    Fixed the Moonlander MK1 Keyboard being detected as a controller
    Fixed the 8BitDo Ultimate 2C Wireless Controller showing up twice on some systems
    Added a Linux mapping for the 8BitDo Pro 3 controller
    Fixed getting keyboard events from gamepads on iOS 26
    Added support for the Zenaim Arcade Controller
    Fixed emulated touch on Android
    Added a workaround for the Android 14 OS bug "java.lang.NullPointerException android.view.View.onResolvePointerIcon"
    Fixed page alignment for the Android release archive
    Corrected texture colors on PS2

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../libsdl3/{libsdl3_3.2.24.bb => libsdl3_3.2.26.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/libsdl3/{libsdl3_3.2.24.bb => libsdl3_3.2.26.bb} (97%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.24.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.26.bb
similarity index 97%
rename from meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.24.bb
rename to meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.26.bb
index f556f332f8..47751ed57b 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.24.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.26.bb
@@ -19,7 +19,7 @@  SRC_URI = "http://www.libsdl.org/release/SDL3-${PV}.tar.gz"
 
 S = "${UNPACKDIR}/SDL3-${PV}"
 
-SRC_URI[sha256sum] = "81cc0fc17e5bf2c1754eeca9af9c47a76789ac5efdd165b3b91cbbe4b90bfb76"
+SRC_URI[sha256sum] = "dad488474a51a0b01d547cd2834893d6299328d2e30f479a3564088b5476bae2"
 
 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even