mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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
|
* **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
|
* **libfreetype** provides type related services
|
||||||
|
|
||||||
|
|
|
@ -200,15 +200,11 @@ deps = {
|
||||||
"libs": [r"output\release-static\{architecture}\lib\*.lib"],
|
"libs": [r"output\release-static\{architecture}\lib\*.lib"],
|
||||||
},
|
},
|
||||||
"libtiff": {
|
"libtiff": {
|
||||||
"url": "https://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz",
|
"url": "https://download.osgeo.org/libtiff/tiff-4.5.0.tar.gz",
|
||||||
"filename": "tiff-4.4.0.tar.gz",
|
"filename": "tiff-4.5.0.tar.gz",
|
||||||
"dir": "tiff-4.4.0",
|
"dir": "tiff-4.5.0",
|
||||||
"license": "COPYRIGHT",
|
"license": "LICENSE.md",
|
||||||
"patch": {
|
"patch": {
|
||||||
r"cmake\LZMACodec.cmake": {
|
|
||||||
# fix typo
|
|
||||||
"${{LZMA_FOUND}}": "${{LIBLZMA_FOUND}}",
|
|
||||||
},
|
|
||||||
r"libtiff\tif_lzma.c": {
|
r"libtiff\tif_lzma.c": {
|
||||||
# link against liblzma.lib
|
# link against liblzma.lib
|
||||||
"#ifdef LZMA_SUPPORT": '#ifdef LZMA_SUPPORT\n#pragma comment(lib, "liblzma.lib")', # noqa: E501
|
"#ifdef LZMA_SUPPORT": '#ifdef LZMA_SUPPORT\n#pragma comment(lib, "liblzma.lib")', # noqa: E501
|
||||||
|
|
Loading…
Reference in New Issue
Block a user