Skip to content

Commit

Permalink
py-pillow_heif: update to 0.12.0.
Browse files Browse the repository at this point in the history
## [0.12.0 - 2023-07-08]

This release is fully compatible with previous versions.

## Added

- (Heif) restored lost ability after `0.9.x` versions to open HDR images in 10/12 bit. #96

### Changed

- `libde265`(HEIF decoder) updated from 1.0.11 to 1.0.12 version. [changelog](https://github.com/strukturag/libde265/releases/tag/v1.0.12)
- `libheif` updated to `1.16.2`.

## Fixed

- Building from source when using `apt-repository ppa:strukturag/libheif`
- (Heif) `encode` function with `stride` argument correctly saves image.
- (Heif) HeifFile class created with `from_bytes` function with `stride` argument respect `stride` value during save.
- (Heif) HeifFile class created with `from_bytes` function with `stride` argument can correctly translate to numpy array.
  • Loading branch information
0-wiz-0 committed Jul 19, 2023
1 parent 76a596a commit 42b9d25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/py-pillow_heif/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2023/05/16 22:46:09 wiz Exp $
# $NetBSD: Makefile,v 1.6 2023/07/19 11:32:01 wiz Exp $

DISTNAME= pillow_heif-0.11.1
DISTNAME= pillow_heif-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow_heif/}
Expand Down
4 changes: 3 additions & 1 deletion graphics/py-pillow_heif/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2023/03/09 06:55:30 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2023/07/19 11:32:01 wiz Exp $
${PYSITELIB}/_pillow_heif.so
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
Expand All @@ -15,6 +15,8 @@ ${PYSITELIB}/pillow_heif/HeifImagePlugin.py
${PYSITELIB}/pillow_heif/HeifImagePlugin.pyc
${PYSITELIB}/pillow_heif/__init__.py
${PYSITELIB}/pillow_heif/__init__.pyc
${PYSITELIB}/pillow_heif/_deffered_error.py
${PYSITELIB}/pillow_heif/_deffered_error.pyc
${PYSITELIB}/pillow_heif/_lib_info.py
${PYSITELIB}/pillow_heif/_lib_info.pyc
${PYSITELIB}/pillow_heif/_version.py
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.4 2023/05/16 22:46:09 wiz Exp $
$NetBSD: distinfo,v 1.5 2023/07/19 11:32:01 wiz Exp $

BLAKE2s (pillow_heif-0.11.1.tar.gz) = ace2591cf9258cb91e9943d20c1cce9f1809d2a119fa754997533c91472881aa
SHA512 (pillow_heif-0.11.1.tar.gz) = c6d8a12115ca7a8ce92376cbfbe1e7d32d52fc1562d8d4433eeb9bdc5b04fda9c6fe43a513dd195037830de435cd7585093153ff96548a8e5580982b755f6a5d
Size (pillow_heif-0.11.1.tar.gz) = 14838929 bytes
BLAKE2s (pillow_heif-0.12.0.tar.gz) = 28280c57c0e412976faf81887418ac089f6dc7b52e818074b143c07d58339b52
SHA512 (pillow_heif-0.12.0.tar.gz) = c18c4294182dfd59c57494e60402cc3bc86cccd63d40afdf136261a0b42b765600ad73108090d08a6d22911c0f336f908cb8a58d09b3907e0201e733ff6b4c41
Size (pillow_heif-0.12.0.tar.gz) = 14849031 bytes
SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4

0 comments on commit 42b9d25

Please sign in to comment.