From: Wang Mingyu Date: Wed, 10 Jul 2024 09:43:41 +0000 (+0800) Subject: libsdl2: upgrade 2.30.4 -> 2.30.5 X-Git-Tag: uninative-4.6~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0d89bb5e8b2bdf4e5f876d9dfc9f334613ed8d0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libsdl2: upgrade 2.30.4 -> 2.30.5 Changelog: ============= - Respect SDL_HINT_RENDER_DRIVER when creating an accelerated window surface - Clean up any accelerated renderer in SDL_DestroyWindowSurface() - Disable low level USB controller support on Android by default - Fixed USB permissions dialog on Android 14 - Fixed controller mapping matching when one entry has a CRC specified and another doesn't - Enable joystick support on FreeBSD when building using CMake - Reduced input latency when using an fcitx IME on Linux - Fixed graphical corruption on Raspberry Pi - Fixed crash when using an unstable sort function in SDL_qsort Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb similarity index 97% rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb index a6a3f4ef527..302c52ee9c4 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.4.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.5.bb @@ -25,7 +25,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" S = "${WORKDIR}/SDL2-${PV}" -SRC_URI[sha256sum] = "59c89d0ed40d4efb23b7318aa29fe7039dbbc098334b14f17f1e7e561da31a26" +SRC_URI[sha256sum] = "f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b" inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even