diff mbox series

[17/30] libsdl2: upgrade 2.30.4 -> 2.30.5

Message ID 1720604634-23406-17-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit a0d89bb5e8b2bdf4e5f876d9dfc9f334613ed8d0
Headers show
Series [01/30] base-passwd: upgrade 3.6.3 -> 3.6.4 | expand

Commit Message

Mingyu Wang (Fujitsu) July 10, 2024, 9:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../libsdl2/{libsdl2_2.30.4.bb => libsdl2_2.30.5.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.4.bb => libsdl2_2.30.5.bb} (97%)
diff mbox series

Patch

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 a6a3f4ef52..302c52ee9c 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