summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-10-06 20:27:36 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-06 11:35:24 -0700
commit01116c0c47dc7a92e62cdbeadd7b72448fa4baa2 (patch)
tree6bf196907b0feb5c2762be47cd90937069e00f71 /meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
parent73a77e86275f347b8d6ce716e00d1271c6a562f7 (diff)
downloadmeta-openembedded-01116c0c47dc7a92e62cdbeadd7b72448fa4baa2.tar.gz
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb b/meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
new file mode 100644
index 0000000000..44f5c1819a
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/libavif/libavif_1.3.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "This library aims to be a friendly, portable C implementation of the AV1 Image File Format"
2HOMEPAGE = "https://github.com/AOMediaCodec/libavif"
3SECTION = "libs"
4# Most is the code is under BSD-2, but libyuv is under BSD-3, and iccjpeg is under IJG
5LICENSE = "BSD-2-Clause & BSD-3-Clause & IJG"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=51549db0941829faeedcc86efec2f4c0"
7
8SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=main;tag=v${PV}"
9
10SRCREV = "1aadfad932c98c069a1204261b1856f81f3bc199"
11
12DEPENDS = "dav1d"
13
14inherit cmake
15
16EXTRA_OECMAKE += "-DAVIF_CODEC_DAV1D=ON -DAVIF_LIBYUV=OFF"