Skip to content

Commit 30dd02c

Browse files
authored
Merge pull request #6711 from radarhere/lcms2
Updated lcms2 to 2.14
2 parents 7854f6c + 6fd772e commit 30dd02c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Many of Pillow's features require external libraries:
147147
* **littlecms** provides color management
148148

149149
* Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and
150-
above uses liblcms2. Tested with **1.19** and **2.7-2.13.1**.
150+
above uses liblcms2. Tested with **1.19** and **2.7-2.14**.
151151

152152
* **libwebp** provides the WebP format.
153153

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ def cmd_msbuild(
293293
# "bins": [r"objs\{msbuild_arch}\Release\freetype.dll"],
294294
},
295295
"lcms2": {
296-
"url": SF_PROJECTS + "/lcms/files/lcms/2.13/lcms2-2.13.1.tar.gz/download",
297-
"filename": "lcms2-2.13.1.tar.gz",
298-
"dir": "lcms2-2.13.1",
296+
"url": SF_PROJECTS + "/lcms/files/lcms/2.13/lcms2-2.14.tar.gz/download",
297+
"filename": "lcms2-2.14.tar.gz",
298+
"dir": "lcms2-2.14",
299299
"license": "COPYING",
300300
"patch": {
301301
r"Projects\VC2022\lcms2_static\lcms2_static.vcxproj": {

0 commit comments

Comments
 (0)