summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-06-07 19:27:29 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-07 17:59:12 -0700
commit58827344abe66ab8177f8d26afa5e48899ef695b (patch)
treef9a1a9b47c9ff168515b740eb8c790b446909107
parentb181acb4a391ed5f5df4489f385ecc2ae244263c (diff)
downloadmeta-openembedded-58827344abe66ab8177f8d26afa5e48899ef695b.tar.gz
libheif: update 1.19.5 -> 1.19.8
COPYING was changed [https://github.com/strukturag/libheif/commit/377a957bd84018f4d27588c989fa5c66935c16ed] 1.19.8 Set essential flag for transformative properties as required by MIAF. This fixes the display of AVIF images with transformations encoded by libheif in Chrome, which checks whether this flag is set. If the environment variable LIBHEIF_SECURITY_LIMITS is set to OFF, libheif will not check any security limits. This can be used if a user wants to work with large images that were blocked by the security limits, but the application software does not allow to adjust the libheif security limits. Resolved processing 16-bit JPEG-2000 1.19.7 Fixes a build error with SVT-AV1 encoder plugin when using reduced symbol visibility (#1480). 1.19.6 Bugfix release. Additionally, there are the following changes: C++ and Go wrapper licenses have been changed to MIT supports SVT-AV1 v3.0.0 encoder support emscripten builds for ES6 modules Fixes CVE-2025-43966 CVE-2025-43967 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb (renamed from meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb b/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb
index e024ff0f60..ac469fce87 100644
--- a/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb
+++ b/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.8.bb
@@ -1,7 +1,7 @@
1SUMMARY = "libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder" 1SUMMARY = "libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) file format decoder and encoder"
2HOMEPAGE = "https://github.com/strukturag/libheif" 2HOMEPAGE = "https://github.com/strukturag/libheif"
3LICENSE = "LGPL-3.0-only" 3LICENSE = "LGPL-3.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=f07b2bc152eaee52edbd338825f474d4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9c0edc7369719b2c47d44e80ba74b4b7"
5LICENSE_FLAGS = "commercial" 5LICENSE_FLAGS = "commercial"
6 6
7COMPATIBLE_MACHINE:powerpc64le = "null" 7COMPATIBLE_MACHINE:powerpc64le = "null"
@@ -9,7 +9,7 @@ COMPATIBLE_MACHINE:powerpc64le = "null"
9SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/strukturag/libheif.git;protocol=https;branch=master"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12SRCREV = "cd95b113d78d0696105a9e678cbd19487ee13d6c" 12SRCREV = "5e9deb19fe6b3768af0bb8e9e5e8438b15171bf3"
13 13
14inherit cmake pkgconfig 14inherit cmake pkgconfig
15 15