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:           Thu Jun 18 09:02:32 UTC 2026

Modified Files:
        pkgsrc/graphics/py-pillow_heif: Makefile distinfo

Log Message:
py-pillow_heif: update to 1.4.0.

## [1.4.0 - 2026-06-10]

### Changed

- `libheif` was updated from the `1.21.2` to `1.23.0` version. #426
- `libde265` was updated from the `1.0.16` to `1.1.0` version. #426
- `libx265` was updated from the `4.1` to `4.2` version. #426
- Minimum required `libheif` version is `1.19.0`. #416

### Removed

- `options.ALLOW_INCORRECT_HEADERS` option. Starting with `libheif` `1.22.0`, libheif itself rejects images whose decoded size does not match the `ispe` header. #426

### Fixed

- `sRGB` NCLX color profile (`BT.709` primaries) is now written by default during encoding when no color information was provided, to avoid color shifts in viewers. #407


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.23 -r1.24 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.32 pkgsrc/graphics/py-pillow_heif/Makefile:1.33
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.32        Mon Apr 20 18:14:08 2026
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Thu Jun 18 09:02:32 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2026/04/20 18:14:08 adam Exp $
+# $NetBSD: Makefile,v 1.33 2026/06/18 09:02:32 wiz Exp $
 
-DISTNAME=      pillow_heif-1.3.0
+DISTNAME=      pillow_heif-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
 
@@ -16,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-Pillow>=10.1.0:
 TEST_DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0:../../textproc/py-defusedxml
 
 .include "../../lang/python/wheel.mk"
-BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.17.6
+BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.19.0
 .include "../../graphics/libheif/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libaom+= libaom>=3.6.1
 .include "../../multimedia/libaom/buildlink3.mk"

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.23 pkgsrc/graphics/py-pillow_heif/distinfo:1.24
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.23        Mon Mar  2 12:50:12 2026
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Thu Jun 18 09:02:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/03/02 12:50:12 wiz Exp $
+$NetBSD: distinfo,v 1.24 2026/06/18 09:02:32 wiz Exp $
 
-BLAKE2s (pillow_heif-1.3.0.tar.gz) = 86644fac0daf0e234222f7429d7c5f219f79d05c482e169e99513ed9e5d30c5e
-SHA512 (pillow_heif-1.3.0.tar.gz) = 1e82f99b44da4f1f17161050882df1ddd6953c49c6f3e236c09c972c20a3b378cbca7e3152eba7a96538a66069ce860fdde28d3fe61f81763560e45072cfdafc
-Size (pillow_heif-1.3.0.tar.gz) = 17133211 bytes
+BLAKE2s (pillow_heif-1.4.0.tar.gz) = f3d3eef20ea011abcd3f87b4e17b099895f92ec4f9bc83c3407eaf2b66fca8ef
+SHA512 (pillow_heif-1.4.0.tar.gz) = 1fce1e4ae596908e671ae6e7b58822a6bd99572be21752a416d4088ff29217e2ef465b65322a277a2280dbfea03aa8a4272302fdcf093d36d40134d32a01e884
+Size (pillow_heif-1.4.0.tar.gz) = 17127538 bytes



Home | Main Index | Thread Index | Old Index