Skip to content

Commit 0853e4b

Browse files
authored
Merge pull request #7598 from radarhere/lcms2
Updated lcms2 to 2.16
2 parents b431e2c + 2b734a3 commit 0853e4b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ JPEGTURBO_VERSION=3.0.1
2222
OPENJPEG_VERSION=2.5.0
2323
XZ_VERSION=5.4.5
2424
TIFF_VERSION=4.6.0
25-
LCMS2_VERSION=2.15
25+
LCMS2_VERSION=2.16
2626
if [[ -n "$IS_MACOS" ]]; then
2727
GIFLIB_VERSION=5.1.4
2828
else

docs/installation.rst

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

177177
* Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and
178-
above uses liblcms2. Tested with **1.19** and **2.7-2.15**.
178+
above uses liblcms2. Tested with **1.19** and **2.7-2.16**.
179179

180180
* **libwebp** provides the WebP format.
181181

winbuild/build_prepare.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ def cmd_msbuild(
279279
"libs": [r"objs\{msbuild_arch}\Release Static\freetype.lib"],
280280
},
281281
"lcms2": {
282-
"url": SF_PROJECTS + "/lcms/files/lcms/2.15/lcms2-2.15.tar.gz/download",
283-
"filename": "lcms2-2.15.tar.gz",
284-
"dir": "lcms2-2.15",
285-
"license": "COPYING",
282+
"url": SF_PROJECTS + "/lcms/files/lcms/2.16/lcms2-2.16.tar.gz/download",
283+
"filename": "lcms2-2.16.tar.gz",
284+
"dir": "lcms2-2.16",
285+
"license": "LICENSE",
286286
"patch": {
287287
r"Projects\VC2022\lcms2_static\lcms2_static.vcxproj": {
288288
# default is /MD for x86 and /MT for x64, we need /MD always

0 commit comments

Comments
 (0)