mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
libavif: upgrade 1.0.1 -> 1.3.0
This upgrade contains fixes for CVE-2025-48174 and CVE-2025-48175. Changelog: https://github.com/AOMediaCodec/libavif/blob/v1.3.0/CHANGELOG.md Libyuv support is currently disabled, because its dependency (libyuv) is not provided by neither oe-core nor meta-oe. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
73a77e8627
commit
01116c0c47
|
|
@ -1,15 +0,0 @@
|
||||||
SUMMARY = "This library aims to be a friendly, portable C implementation of the AV1 Image File Format"
|
|
||||||
HOMEPAGE = "https://github.com/AOMediaCodec/libavif"
|
|
||||||
SECTION = "libs"
|
|
||||||
LICENSE = "BSD-2-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c528b75b07425b5c1d2e34de98c397b5"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=v1.0.x"
|
|
||||||
|
|
||||||
SRCREV = "d1c26facaf5a8a97919ceee06814d05d10e25622"
|
|
||||||
|
|
||||||
DEPENDS = "dav1d"
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-DAVIF_CODEC_DAV1D=ON"
|
|
||||||
16
meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
Normal file
16
meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
SUMMARY = "This library aims to be a friendly, portable C implementation of the AV1 Image File Format"
|
||||||
|
HOMEPAGE = "https://github.com/AOMediaCodec/libavif"
|
||||||
|
SECTION = "libs"
|
||||||
|
# Most is the code is under BSD-2, but libyuv is under BSD-3, and iccjpeg is under IJG
|
||||||
|
LICENSE = "BSD-2-Clause & BSD-3-Clause & IJG"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=51549db0941829faeedcc86efec2f4c0"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=main;tag=v${PV}"
|
||||||
|
|
||||||
|
SRCREV = "1aadfad932c98c069a1204261b1856f81f3bc199"
|
||||||
|
|
||||||
|
DEPENDS = "dav1d"
|
||||||
|
|
||||||
|
inherit cmake
|
||||||
|
|
||||||
|
EXTRA_OECMAKE += "-DAVIF_CODEC_DAV1D=ON -DAVIF_LIBYUV=OFF"
|
||||||
Loading…
Reference in New Issue
Block a user