diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-09-05 14:14:22 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-08 18:02:39 +0100 |
| commit | 6396ab96d5ffa12e9065560c30fd7737bc827f7a (patch) | |
| tree | ab83a50f8adc2b68ba841ccb8366f74282a49dc0 | |
| parent | 476840e0ac600325da1347d3988f07df1d1b9085 (diff) | |
| download | poky-6396ab96d5ffa12e9065560c30fd7737bc827f7a.tar.gz | |
libsdl2: upgrade 2.32.8 -> 2.32.10
This is a stable bugfix release, with the following changes:
Fixed the dock occasionally showing on macOS when launching an SDL app
Report the correct device audio format when using Pipewire
Fixed signed 8-bit audio on Android
Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on iOS
Improved thumbstick range for Nintendo Switch Pro Controllers
Fixed loading user calibration for Nintendo Switch Pro Controllers
(From OE-Core rev: 7e9fd5c891ac2ff1deb936123231cf3a5f60201f)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb (renamed from meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb index 98291e0f80..834cf096b9 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.10.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "https://www.libsdl.org/release/SDL2-${PV}.tar.gz" | |||
| 25 | 25 | ||
| 26 | S = "${UNPACKDIR}/SDL2-${PV}" | 26 | S = "${UNPACKDIR}/SDL2-${PV}" |
| 27 | 27 | ||
| 28 | SRC_URI[sha256sum] = "0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e" | 28 | SRC_URI[sha256sum] = "5f5993c530f084535c65a6879e9b26ad441169b3e25d789d83287040a9ca5165" |
| 29 | 29 | ||
| 30 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even | 30 | inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even |
| 31 | UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar" | 31 | UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar" |
