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:   adam
Date:           Wed Oct 18 08:05:31 UTC 2023

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

Log Message:
py-pillow_heif: updated to 0.13.1

0.13.1

Added

- Returned `PyPy 3.8` wheels.

Changed

- Linux: `libaom` updated to `3.6.1`, `musllinux` builds switched to `musllinux_1_2` tag.

Fixed

- When building from source, the installer additionally searches for `libheif` using `pkg-config`.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/graphics/py-pillow_heif/Makefile:1.8
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.7 Thu Aug 24 20:06:51 2023
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Wed Oct 18 08:05:31 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/08/24 20:06:51 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2023/10/18 08:05:31 adam Exp $
 
-DISTNAME=      pillow_heif-0.13.0
+DISTNAME=      pillow_heif-0.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 .include "../../lang/python/wheel.mk"
 BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.12.0
 .include "../../graphics/libheif/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libaom+= libaom>=3.3.0
+BUILDLINK_API_DEPENDS.libaom+= libaom>=3.6.1
 .include "../../multimedia/libaom/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libde265+=       libde265>=1.0.8
 .include "../../multimedia/libde265/buildlink3.mk"

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.6 pkgsrc/graphics/py-pillow_heif/distinfo:1.7
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.6 Thu Aug 24 20:06:51 2023
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Wed Oct 18 08:05:31 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2023/08/24 20:06:51 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/10/18 08:05:31 adam Exp $
 
-BLAKE2s (pillow_heif-0.13.0.tar.gz) = 4c1c4446ffd6e7d1b626b6d106819aac7b0f91cd34edc6b298845897991dd3de
-SHA512 (pillow_heif-0.13.0.tar.gz) = df175e839ab7faa2e307d2a0418db926b2e058d48a3245aec593f0d2d67eaa69d0d8897b91c308280d5790ed63289eb0d66d1f6b1c5ecdbc93a2af42b2a4cdee
-Size (pillow_heif-0.13.0.tar.gz) = 14891825 bytes
+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
 SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4



Home | Main Index | Thread Index | Old Index