On 2/18/26 12:34, Markus Volk via lists.openembedded.org wrote:
> - Fix license checksum: Copyright year has been changed
> - Add support for av1 and jxl
>
> Signed-off-by: Markus Volk <[email protected]>
> ---
>  .../libsdl3/libsdl3-image_3.2.6.bb               | 15 ---------------
>  .../libsdl3/libsdl3-image_3.4.0.bb               | 16 ++++++++++++++++
>  2 files changed, 16 insertions(+), 15 deletions(-)
>  delete mode 100644 meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.6.bb
>  create mode 100644 meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
>
> 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 @@
> -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"
> 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..5d6c1cf21b
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.4.0.bb
> @@ -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"

libavif is in meta-multimedia, and it would make meta-oe depend on it
unconditionally. This most likely will need some shuffling around.

> +
> +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"
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#124598): 
https://lists.openembedded.org/g/openembedded-devel/message/124598
Mute This Topic: https://lists.openembedded.org/mt/117873036/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to