1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

graphics/py-pillow: Enable default support for TIFF images

Add the TIFF knob, which installs graphics/tiff and enables the bindings for
TIFF image support, to the default options.

The library libtiff.so from graphics/tiff is already installed implicitly
through graphics/openjpeg using the default option JPEG2000 but Pillow's own
main library, _imaging.so, is not linked against it.

Thus convert the TIFF option into a default one to gain real use of the
libtiff.so that has been already there.

Approved by:	koobs (maintainer)
This commit is contained in:
Kai Knoblich 2019-06-23 21:19:54 +00:00
parent 95ef66c1d4
commit 63e6286395
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504993

View File

@ -3,6 +3,7 @@
PORTNAME= pillow
PORTVERSION= 6.0.0
PORTREVISION= 1
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -26,7 +27,7 @@ GH_ACCOUNT= python-${PORTNAME}
GH_PROJECT= ${PORTNAME:C/p/P/}
OPTIONS_DEFINE= FREETYPE JPEG JPEG2000 LCMS OLE PNG TIFF TKINTER WEBP
OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 OLE PNG TKINTER WEBP
OPTIONS_DEFAULT= FREETYPE JPEG JPEG2000 OLE PNG TIFF TKINTER WEBP
LCMS_DESC= Little Color Management System
OLE_DESC= Microsoft OLE2 file format support