Skip to content

Commit

Permalink
py-pillow_heif: update to 0.14.0.
Browse files Browse the repository at this point in the history
## [0.14.0 - 2023-12-02]

### Added

- Synonym for `chroma` encoder parameter: `subsampling`(usage is the same as in Pillow JPEG). #161 #165
- Passing `image_orientation` value to libheif, instead of manually rotating image according to EXIF before encoding. #168
- Pillow plugin: support for images in `YCbCr` mode for saving without converting to `RGB`. #169
- Pi-Heif: Python3.12 32-bit `armv7` wheels. #160

### Changed

- Increased the minimum required libheif version to `1.14.1`.
- Linux: When building from source, `libheif` and other libraries are no longer try built automatically. #158
- Libheif updated from `1.16.2` to `1.17.5` version. #166 #175
- `NCLX` color profile - was reworked, updated docs, see PR for more info. #171
- Minimum supported Pillow version raised to `9.2.0`.
- Pi-Heif: As last libheif version requires minimum `cmake>=3.16.3` dropped Debian `10 armv7` wheels. #160
- libde265 updated from `1.0.12` to `1.0.14`. [changelog](https://github.com/strukturag/libde265/releases/tag/v1.0.13)

### Fixed

- Support of libheif `1.17.x`. #156
- Windows : Build from source with MinGW Python. #178
  • Loading branch information
wiz committed Dec 7, 2023
1 parent 2b73878 commit 546b6a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions graphics/py-pillow_heif/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2023/10/28 19:57:09 wiz Exp $
# $NetBSD: Makefile,v 1.11 2023/12/07 08:32:19 wiz Exp $

DISTNAME= pillow_heif-0.13.1
DISTNAME= pillow_heif-0.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}

Expand Down
3 changes: 2 additions & 1 deletion graphics/py-pillow_heif/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:09 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2023/12/07 08:32:19 wiz Exp $
${PYSITELIB}/_pillow_heif.so
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSES_bundled.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/pillow_heif/AvifImagePlugin.py
${PYSITELIB}/pillow_heif/AvifImagePlugin.pyc
${PYSITELIB}/pillow_heif/AvifImagePlugin.pyo
Expand Down
8 changes: 4 additions & 4 deletions graphics/py-pillow_heif/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2023/10/18 08:05:31 adam Exp $
$NetBSD: distinfo,v 1.8 2023/12/07 08:32:19 wiz Exp $

BLAKE2s (pillow_heif-0.13.1.tar.gz) = 9061edf3d7f8e2b9515489f17cf15d0ab06bae03b58e1feef3c2044b656a9fc1
SHA512 (pillow_heif-0.13.1.tar.gz) = 4c0b85ddb3446c5a78989b16f749057fb368e44f1895b47dfabb31a6afaf6a7ad4a3d45399dee2f307a71ea255e50847ee7341498ab591aa7d01137568c5dd7f
Size (pillow_heif-0.13.1.tar.gz) = 14892936 bytes
BLAKE2s (pillow_heif-0.14.0.tar.gz) = af92e1f3a53428a2dd783f1defbac7a31dfa1629e7bd21b65f11fce19a8cf40f
SHA512 (pillow_heif-0.14.0.tar.gz) = 24b65845af565c66fc9ab925bcbe140414e2e8c4d7ff601654b4042000f48fd02b479ceb14c4e88e4cdafbc092f1308c40ac01bf665892124ec02f9602f0078c
Size (pillow_heif-0.14.0.tar.gz) = 14894857 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4

0 comments on commit 546b6a0

Please sign in to comment.