mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libsdl3-image: update 3.2.6 -> 3.4.0
- Fix license checksum: Copyright year has been changed - Add support for av1 and jxl Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
87f62c8910
commit
0d686b2c5b
@ -1,15 +0,0 @@
|
||||
SUMMARY = "Simple DirectMedia Layer image library v2"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
|
||||
|
||||
DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp"
|
||||
|
||||
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x"
|
||||
SRCREV = "d78dd65454f442bfdbc373201165f1ef579484ab"
|
||||
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${datadir}/licenses"
|
||||
16
meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
Normal file
16
meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
Normal file
@ -0,0 +1,16 @@
|
||||
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 libavif"
|
||||
|
||||
SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x"
|
||||
SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476"
|
||||
|
||||
EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
FILES:${PN} += "${datadir}/licenses"
|
||||
Loading…
x
Reference in New Issue
Block a user