summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-19 19:38:54 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-20 21:18:33 -0700
commitff7bf096f517e5b3db64da98d7d3039f5b46d2db (patch)
treece5dbccb10dbf6f9cfe049a01e9bc31776ed92d3
parent9c56c3ed52d3800c0c09f5a0c1fca77f2fb8ebb2 (diff)
downloadmeta-openembedded-ff7bf096f517e5b3db64da98d7d3039f5b46d2db.tar.gz
libsdl3-mixer: upgrade 3.2.0 -> 3.2.2
Changelog: ============= - MIX_DestroyTrack may now be called from a mixer callback - Fixed WAV decoding on big-endian systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.2.bb (renamed from meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.2.bb
index 27a02fcc32..138536c628 100644
--- a/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.0.bb
+++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-mixer_3.2.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7"
5DEPENDS = "libsdl3" 5DEPENDS = "libsdl3"
6 6
7SRC_URI = "git://github.com/libsdl-org/SDL_mixer.git;protocol=https;branch=release-3.2.x;tag=release-${PV}" 7SRC_URI = "git://github.com/libsdl-org/SDL_mixer.git;protocol=https;branch=release-3.2.x;tag=release-${PV}"
8SRCREV = "cedfeef30e93db35eee6b25759117da63f8e5a4f" 8SRCREV = "a5e1890afc5115ffd16cefdbb4d50f74bf4970ce"
9 9
10inherit cmake pkgconfig 10inherit cmake pkgconfig
11 11