python3-pillow-heif_0.22.0.bb 630 B

1234567891011121314151617181920
  1. DESCRIPTION = "Python interface for libheif library"
  2. HOMEPAGE = "https://github.com/bigcat88/pillow_heif"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b6c07a92aed67c33bc346748d7c7e991"
  5. # While this item does not require it, it depends on libheif which does
  6. LICENSE_FLAGS = "commercial"
  7. PYPI_PACKAGE = "pillow_heif"
  8. inherit pypi python_setuptools_build_meta
  9. SRC_URI += "file://0001-setup.py-support-cross-compiling.patch"
  10. SRC_URI[sha256sum] = "61d473929340d3073722f6316b7fbbdb11132faa6bac0242328e8436cc55b39a"
  11. DEPENDS += "libheif"
  12. RDEPENDS:${PN} += "python3-pillow"
  13. BBCLASSEXTEND = "native nativesdk"