graphics/py-willow: Enable HEIF option after b280ef6a26 and 2e5b12893e

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2024-11-15 18:09:36 +08:00
parent 2b7bfef70f
commit 78d345a8d0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -1,6 +1,6 @@
PORTNAME= willow PORTNAME= willow
PORTVERSION= 1.9.0 PORTVERSION= 1.9.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= graphics python CATEGORIES= graphics python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -25,7 +25,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= HEIF OPTIONS_DEFINE= HEIF
OPTIONS_MULTI= BACKEND OPTIONS_MULTI= BACKEND
OPTIONS_MULTI_BACKEND= PILLOW WAND OPENCV OPTIONS_MULTI_BACKEND= PILLOW WAND OPENCV
OPTIONS_DEFAULT=PILLOW OPTIONS_DEFAULT=HEIF PILLOW
HEIF_DESC= HEIF support HEIF_DESC= HEIF support
OPENCV_DESC= Use OpenCV as backend OPENCV_DESC= Use OpenCV as backend
PILLOW_DESC= Use Pillow as backend PILLOW_DESC= Use Pillow as backend