pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   abs
Date:           Wed Apr 16 08:54:14 UTC 2025

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile PLIST

Log Message:
Add libavif, bump PKGREVISION

Avoid build failure when libavif is installed (and enables it)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/py-Pillow/PLIST

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/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.89 pkgsrc/graphics/py-Pillow/Makefile:1.90
--- pkgsrc/graphics/py-Pillow/Makefile:1.89     Sun Apr 13 08:51:00 2025
+++ pkgsrc/graphics/py-Pillow/Makefile  Wed Apr 16 08:54:14 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.89 2025/04/13 08:51:00 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2025/04/16 08:54:14 abs Exp $
 
 DISTNAME=      pillow-11.2.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow/}
@@ -26,6 +27,7 @@ DISTUTILS_BUILDDIR_IN_TEST_ENV=       yes
 # 2 failed, 4738 passed, 211 skipped, 3 xfailed
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/libavif/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/libimagequant/buildlink3.mk"

Index: pkgsrc/graphics/py-Pillow/PLIST
diff -u pkgsrc/graphics/py-Pillow/PLIST:1.25 pkgsrc/graphics/py-Pillow/PLIST:1.26
--- pkgsrc/graphics/py-Pillow/PLIST:1.25        Sun Apr 13 08:51:00 2025
+++ pkgsrc/graphics/py-Pillow/PLIST     Wed Apr 16 08:54:14 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2025/04/13 08:51:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2025/04/16 08:54:14 abs Exp $
 ${PYSITELIB}/PIL/AvifImagePlugin.py
 ${PYSITELIB}/PIL/AvifImagePlugin.pyc
 ${PYSITELIB}/PIL/AvifImagePlugin.pyo
@@ -264,6 +264,7 @@ ${PYSITELIB}/PIL/__main__.py
 ${PYSITELIB}/PIL/__main__.pyc
 ${PYSITELIB}/PIL/__main__.pyo
 ${PYSITELIB}/PIL/_avif.pyi
+${PYSITELIB}/PIL/_avif.so
 ${PYSITELIB}/PIL/_binary.py
 ${PYSITELIB}/PIL/_binary.pyc
 ${PYSITELIB}/PIL/_binary.pyo



Home | Main Index | Thread Index | Old Index