mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-03 20:53:08 +03:00
Updated libtiff to 4.4.0
This commit is contained in:
parent
dc5a2a1fc9
commit
0a4a7722b5
|
@ -162,7 +162,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.3**
|
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.4**
|
||||||
|
|
||||||
* **libfreetype** provides type related services
|
* **libfreetype** provides type related services
|
||||||
|
|
||||||
|
|
|
@ -143,9 +143,9 @@ deps = {
|
||||||
"libs": [r"*.lib"],
|
"libs": [r"*.lib"],
|
||||||
},
|
},
|
||||||
"libtiff": {
|
"libtiff": {
|
||||||
"url": "https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz",
|
"url": "https://download.osgeo.org/libtiff/tiff-4.4.0.tar.gz",
|
||||||
"filename": "tiff-4.3.0.tar.gz",
|
"filename": "tiff-4.4.0.tar.gz",
|
||||||
"dir": "tiff-4.3.0",
|
"dir": "tiff-4.4.0",
|
||||||
"build": [
|
"build": [
|
||||||
cmd_cmake("-DBUILD_SHARED_LIBS:BOOL=OFF"),
|
cmd_cmake("-DBUILD_SHARED_LIBS:BOOL=OFF"),
|
||||||
cmd_nmake(target="clean"),
|
cmd_nmake(target="clean"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user