summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-11-21 10:25:38 +0200
committerKhem Raj <raj.khem@gmail.com>2025-11-21 00:39:00 -0800
commita920c4333913033f556b88c40bd06dc393338ee1 (patch)
treec64530f9d62875ec539611f55deb5ac62bd254ef /meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb
parentd1672fa2091e0c6b6b5ae37a23c4e14c77922404 (diff)
downloadmeta-openembedded-a920c4333913033f556b88c40bd06dc393338ee1.tar.gz
python3-pillow-heif: Upgrade 0.22.0 -> 1.1.1
Upgrade to release 1.1.1: - libheif was updated from the 1.20.1 to 1.20.2 version. - macOS: Wheels now support older macOS versions like Catalina (x86_64 CPU) or Ventura (ARM CPU) 1.0.0 changelog: - Support for YCbCr AUX images. - AVIF support was dropped, as the new upcoming Pillow has native AVIF support. - libde265 was updated from the 1.0.15 to 1.0.16 version. - Removed deprecated PyPy 3.9 wheels & added PyPy 3.11 wheels. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb')
-rw-r--r--meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb
new file mode 100644
index 0000000000..c4dce72085
--- /dev/null
+++ b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Python interface for libheif library"
2HOMEPAGE = "https://github.com/bigcat88/pillow_heif"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991"
5
6# While this item does not require it, it depends on libheif which does
7LICENSE_FLAGS = "commercial"
8
9PYPI_PACKAGE = "pillow_heif"
10
11inherit pypi python_setuptools_build_meta
12
13SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
14SRC_URI[sha256sum] = "f60e8c8a8928556104cec4fff39d43caa1da105625bdb53b11ce3c89d09b6bde"
15
16DEPENDS += "libheif"
17
18RDEPENDS:${PN} += "python3-pillow"