diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-02-25 07:59:37 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-24 23:22:37 -0800 |
| commit | ea7946e205fc417847e454dd2781a24d1a693e7f (patch) | |
| tree | f0fa978d9d0f094a762a2e8ff4f4c1615e954e10 | |
| parent | dbc81636773934763b1c7931148ec966a07592ba (diff) | |
| download | meta-openembedded-ea7946e205fc417847e454dd2781a24d1a693e7f.tar.gz | |
libsdl3-image: update 3.2.6 -> 3.4.0
- Fix license checksum: Copyright year has been changed
- Add support for av1 and jxl
- libavif is in meta-multimedia -> disable av1 by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb | 19 |
2 files changed, 19 insertions, 15 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb deleted file mode 100644 index 7c2f4026f2..0000000000 --- a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer image library v2" | ||
| 2 | SECTION = "libs" | ||
| 3 | |||
| 4 | LICENSE = "Zlib" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455" | ||
| 6 | |||
| 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.2.x" | ||
| 10 | SRCREV = "d78dd65454f442bfdbc373201165f1ef579484ab" | ||
| 11 | |||
| 12 | |||
| 13 | inherit cmake pkgconfig | ||
| 14 | |||
| 15 | FILES:${PN} += "${datadir}/licenses" | ||
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb new file mode 100644 index 0000000000..324332eb84 --- /dev/null +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer image library v2" | ||
| 2 | SECTION = "libs" | ||
| 3 | |||
| 4 | LICENSE = "Zlib" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=df8f4d887d3997f6e9cf81bb7f43dbf7" | ||
| 6 | |||
| 7 | DEPENDS = "tiff zlib libpng jpeg libsdl3 libwebp libjxl" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/libsdl-org/SDL_image.git;protocol=https;branch=release-3.4.x" | ||
| 10 | SRCREV = "ad58ecfc27a1bd09e510ceff8bbbdb1094806476" | ||
| 11 | |||
| 12 | EXTRA_OECMAKE += "-DSDLIMAGE_JXL=ON" | ||
| 13 | |||
| 14 | PACKAGECONFIG ?= "" | ||
| 15 | PACKAGECONFIG[av1] = "-DSDLIMAGE_AVIF=ON,-DSDLIMAGE_AVIF=OFF,libavif" | ||
| 16 | |||
| 17 | inherit cmake pkgconfig | ||
| 18 | |||
| 19 | FILES:${PN} += "${datadir}/licenses" | ||
