git: 1d0edecb1a68 - main - graphics/py-willow: Disable HEIF option temporarily after 61a70ba8b94be3288962a5827de156f7777f07e9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 20:18:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0edecb1a68cee7ef42522f77a9f2d8df6010aa commit 1d0edecb1a68cee7ef42522f77a9f2d8df6010aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-03 20:15:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-03 20:15:33 +0000 graphics/py-willow: Disable HEIF option temporarily after 61a70ba8b94be3288962a5827de156f7777f07e9 - Bump PORTREVISION for dependency change libheif 1.19.0+ update breaks py-pillow-heif. --- graphics/py-willow/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile index da35eb534545..e637b10548a7 100644 --- a/graphics/py-willow/Makefile +++ b/graphics/py-willow/Makefile @@ -1,5 +1,6 @@ PORTNAME= willow PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +25,7 @@ NO_ARCH= yes OPTIONS_DEFINE= HEIF OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= PILLOW WAND OPENCV -OPTIONS_DEFAULT=HEIF PILLOW +OPTIONS_DEFAULT=PILLOW HEIF_DESC= HEIF support OPENCV_DESC= Use OpenCV as backend PILLOW_DESC= Use Pillow as backend