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:           Mon Feb  5 21:31:46 UTC 2024

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

Log Message:
py-pillow_heif: updated to 0.15.0

0.15.0

Added

- `libheif_info` function: added `encoders` and `decoders` keys to the result, for future libheif plugins support.
- `options.PREFERRED_ENCODER` - to use `encoder` different from the default one.
- `options.PREFERRED_DECODER` - to use `decoder` different from the default one.

Changed

- libde265 updated from `1.0.14` to `1.0.15`.
- libheif updated from `1.17.5` to `1.17.6`.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/py-pillow_heif/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/graphics/py-pillow_heif/Makefile:1.12
--- pkgsrc/graphics/py-pillow_heif/Makefile:1.11        Thu Dec  7 08:32:19 2023
+++ pkgsrc/graphics/py-pillow_heif/Makefile     Mon Feb  5 21:31:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/12/07 08:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/02/05 21:31:46 adam Exp $
 
-DISTNAME=      pillow_heif-0.14.0
+DISTNAME=      pillow_heif-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow_heif/}
@@ -12,16 +12,16 @@ LICENSE=    gnu-gpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=9.2.0:../../graphics/py-Pillow
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/wheel.mk"
-BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.12.0
+BUILDLINK_API_DEPENDS.libheif+=        libheif>=1.17.6
 .include "../../graphics/libheif/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libaom+= libaom>=3.6.1
 .include "../../multimedia/libaom/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libde265+=       libde265>=1.0.8
+BUILDLINK_API_DEPENDS.libde265+=       libde265>=1.0.15
 .include "../../multimedia/libde265/buildlink3.mk"
 .include "../../multimedia/x265/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-pillow_heif/distinfo
diff -u pkgsrc/graphics/py-pillow_heif/distinfo:1.8 pkgsrc/graphics/py-pillow_heif/distinfo:1.9
--- pkgsrc/graphics/py-pillow_heif/distinfo:1.8 Thu Dec  7 08:32:19 2023
+++ pkgsrc/graphics/py-pillow_heif/distinfo     Mon Feb  5 21:31:46 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/12/07 08:32:19 wiz Exp $
+$NetBSD: distinfo,v 1.9 2024/02/05 21:31:46 adam Exp $
 
-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
+BLAKE2s (pillow_heif-0.15.0.tar.gz) = 878a6937a7f0a982ee7cdb639dd4e57602c8734173d6446ad5a7bd4695be2593
+SHA512 (pillow_heif-0.15.0.tar.gz) = 1025a987148d1785da02c9ffc19b3ab0ec9e44cafb10ff3cb3231ecb7c3f22c968e5b3583ed0c386a7747333562bf86fdfe4caf21599bc1c2942da6a27363fbb
+Size (pillow_heif-0.15.0.tar.gz) = 14896461 bytes
 SHA1 (patch-libheif_linux__build__libs.py) = 27a9b7e53305fd8a9e77307416349fd9f0c834f4



Home | Main Index | Thread Index | Old Index