diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-11-21 10:25:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-21 00:39:00 -0800 |
| commit | a920c4333913033f556b88c40bd06dc393338ee1 (patch) | |
| tree | c64530f9d62875ec539611f55deb5ac62bd254ef | |
| parent | d1672fa2091e0c6b6b5ae37a23c4e14c77922404 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb (renamed from meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb index 4b5d5f30dd..c4dce72085 100644 --- a/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb +++ b/meta-multimedia/recipes-devtools/python/python3-pillow-heif_1.1.1.bb | |||
| @@ -11,7 +11,7 @@ PYPI_PACKAGE = "pillow_heif" | |||
| 11 | inherit pypi python_setuptools_build_meta | 11 | inherit pypi python_setuptools_build_meta |
| 12 | 12 | ||
| 13 | SRC_URI += "file://0001-setup.py-support-cross-compiling.patch" | 13 | SRC_URI += "file://0001-setup.py-support-cross-compiling.patch" |
| 14 | SRC_URI[sha256sum] = "61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc55b39a" | 14 | SRC_URI[sha256sum] = "f60e8c8a8928556104cec4fff39d43caa1da105625bdb53b11ce3c89d09b6bde" |
| 15 | 15 | ||
| 16 | DEPENDS += "libheif" | 16 | DEPENDS += "libheif" |
| 17 | 17 | ||
