diff mbox series

[05/13] libsdl2: upgrade 2.30.10 -> 2.30.11

Message ID 1736240482-5243-5-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/13] erofs-utils: upgrade 1.8.3 -> 1.8.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 7, 2025, 9:01 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: copyright updated to 2025

Changelog:
===========
- Fixed a crash if the controller product name is NULL
- Fixed the PS3 controller mapping on Windows
- Allow rendering during the modal resize loop on macOS
- Corrected CoreAudio surround sound channel layouts
- Enabled high refresh rates on iOS
- Fixed SDL_OpenURL() on iOS 18.2 and newer
- Implemented SDL_OpenURL() on tvOS
- Fixed Chinese locales on PSP

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsdl2/{libsdl2_2.30.10.bb => libsdl2_2.30.11.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.30.10.bb => libsdl2_2.30.11.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb
similarity index 96%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb
index 4ee8b6790d..ab6751ddd0 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb
@@ -9,7 +9,7 @@  SECTION = "libs"
 
 LICENSE = "Zlib & BSD-2-Clause"
 LIC_FILES_CHKSUM = "\
-    file://LICENSE.txt;md5=25231a5b96ccdd8f39eb53c07717be64 \
+    file://LICENSE.txt;md5=cbf0e3161523f9a9315b6b915c5c4457 \
     file://src/hidapi/LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077 \
     file://src/hidapi/LICENSE-bsd.txt;md5=b5fa085ce0926bb50d0621620a82361f \
     file://src/video/yuv2rgb/LICENSE;md5=79f8f3418d91531e05f0fc94ca67e071 \
@@ -25,7 +25,7 @@  SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[sha256sum] = "f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa"
+SRC_URI[sha256sum] = "8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f"
 
 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even