pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-pillow_heif
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 19 11:32:01 UTC 2023
Modified Files:
pkgsrc/graphics/py-pillow_heif: Makefile PLIST distinfo
Log Message:
py-pillow_heif: update to 0.12.0.
## [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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-pillow_heif/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-pillow_heif/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-pillow_heif/Makefile
diff -u pkgsrc/graphics/py-pillow_heif/Makefile:1.5 pkgsrc/graphics/py-pillow_heif/Makefile:1.6
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.5 Tue May 16 22:46:09 2023
+++ pkgsrc/graphics/py-pillow_heif/Makefile Wed Jul 19 11:32:01 2023
@@ -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/}
Index: pkgsrc/graphics/py-pillow_heif/PLIST
diff -u pkgsrc/graphics/py-pillow_heif/PLIST:1.1 pkgsrc/graphics/py-pillow_heif/PLIST:1.2
--- pkgsrc/graphics/py-pillow_heif/PLIST:1.1 Thu Mar 9 06:55:30 2023
+++ pkgsrc/graphics/py-pillow_heif/PLIST Wed Jul 19 11:32:01 2023
@@ -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
@@ -15,6 +15,8 @@ ${PYSITELIB}/pillow_heif/HeifImagePlugin
${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
Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.4 pkgsrc/graphics/py-pillow_heif/distinfo:1.5
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.4 Tue May 16 22:46:09 2023
+++ pkgsrc/graphics/py-pillow_heif/distinfo Wed Jul 19 11:32:01 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index