libsdl3-image: upgrade 3.4.0 -> 3.4.2

Changelog:
===========
- Non-animated images can now be loaded as single frame animations
- Fixed animated WebP frame composition
- Fixed potential buffer overflow in tRNS handling
- Fixed out of bounds read in XCF image loader (CVE-2026-35444)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-04-09 18:31:56 +08:00
committed by Khem Raj
parent 9a4ee804f5
commit dfe6b82cc1
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7"
DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl"
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x"
SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476"
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x;tag=release-${PV}"
SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7"
EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"