]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libsdl2: upgrade 2.30.10 -> 2.30.11
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 7 Jan 2025 09:01:14 +0000 (17:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Jan 2025 15:26:24 +0000 (15:26 +0000)
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>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-graphics/libsdl2/libsdl2_2.30.11.bb [moved from meta/recipes-graphics/libsdl2/libsdl2_2.30.10.bb with 96% similarity]

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 4ee8b6790da2c2d71fb9b52c2ac4095999933404..ab6751ddd07cc50e267795d97d2472999d9c3b20 100644 (file)
@@ -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