mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user