diff mbox series

[meta-oe,2/2] libsdl2-compat: update 2.32.56 -> 2.32.58

Message ID 20251031034243.70918-2-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:

    Fixed a crash at startup in Hearts of Iron IV
    Fixed mouse movement in Heroes of Might and Magic III
    Fixed crash under Wayland with Heavy Gear 2
    Fixed crash at shutdown in Sim City 3000
    Fixed stuck mouse cursor in Seven Kingdoms
    Added a fast path for SDL_MapRGB() and SDL_MapRGBA()
    Fixed the colorspace for YUV to RGB conversion
    Fixed deadlock when opening audio on some systems
    Added logging when games are launched with DEBUG_INVOCATION=1

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

Patch

diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb
similarity index 91%
rename from meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
rename to meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb
index 3b17f350df..8bbc23fde4 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.58.bb
@@ -11,7 +11,7 @@  LICENSE = "Zlib"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=98241180d857fe975e4b60d44d6c01a5"
 
 SRC_URI = "http://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz"
-SRC_URI[sha256sum] = "27e845b1b7dc0a91a85f1a1f18892ed205adb38caf767741eb258008d8264de0"
+SRC_URI[sha256sum] = "ae85222c007f7e2acb927c7a47c12726f56478c6f3f35ee0da1ac929f8beb53e"
 S = "${UNPACKDIR}/sdl2-compat-${PV}"
 
 DEPENDS += "libsdl3"