mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
dfe6b82cc1
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>
20 lines
577 B
BlitzBasic
20 lines
577 B
BlitzBasic
SUMMARY = "Simple DirectMedia Layer image library v2"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "Zlib"
|
|
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;tag=release-${PV}"
|
|
SRCREV = "96a73a551a857b7c8d0ca3cc553a266eabbab6a7"
|
|
|
|
EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[av1] = "-DSDLIMAGE_AVIF=ON,-DSDLIMAGE_AVIF=OFF,libavif"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
FILES:${PN} += "${datadir}/licenses"
|