mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Updated libtiff to 4.5.0
This commit is contained in:
parent
8bd5fbf450
commit
426ac9c1fe
|
@ -143,7 +143,7 @@ Many of Pillow's features require external libraries:
|
|||
|
||||
* **libtiff** provides compressed TIFF functionality
|
||||
|
||||
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.4**
|
||||
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.5**
|
||||
|
||||
* **libfreetype** provides type related services
|
||||
|
||||
|
|
|
@ -200,15 +200,11 @@ deps = {
|
|||
"libs": [r"output\release-static\{architecture}\lib\*.lib"],
|
||||
},
|
||||
"libtiff": {
|
||||
"url": "https://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz",
|
||||
"filename": "tiff-4.4.0.tar.gz",
|
||||
"dir": "tiff-4.4.0",
|
||||
"license": "COPYRIGHT",
|
||||
"url": "https://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz",
|
||||
"filename": "tiff-4.5.0.tar.gz",
|
||||
"dir": "tiff-4.5.0",
|
||||
"license": "LICENSE.md",
|
||||
"patch": {
|
||||
r"cmake\LZMACodec.cmake": {
|
||||
# fix typo
|
||||
"${{LZMA_FOUND}}": "${{LIBLZMA_FOUND}}",
|
||||
},
|
||||
r"libtiff\tif_lzma.c": {
|
||||
# link against liblzma.lib
|
||||
"#ifdef LZMA_SUPPORT": '#ifdef LZMA_SUPPORT\n#pragma comment(lib, "liblzma.lib")', # noqa: E501
|
||||
|
|
Loading…
Reference in New Issue
Block a user