From 62202e2f694037b990ea82059376f4d50608be82 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 31 Oct 2025 04:42:43 +0100 Subject: [PATCH] libsdl2-compat: update 2.32.56 -> 2.32.58 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 Signed-off-by: Khem Raj --- .../{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 --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"