mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
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>
19 lines
594 B
BlitzBasic
19 lines
594 B
BlitzBasic
DESCRIPTION = "Python interface for libheif library"
|
|
HOMEPAGE = "https://github.com/bigcat88/pillow_heif"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991"
|
|
|
|
# While this item does not require it, it depends on libheif which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
PYPI_PACKAGE = "pillow_heif"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
|
|
SRC_URI[sha256sum] = "f60e8c8a8928556104cec4fff39d43caa1da105625bdb53b11ce3c89d09b6bde"
|
|
|
|
DEPENDS += "libheif"
|
|
|
|
RDEPENDS:${PN} += "python3-pillow"
|