File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ JPEGTURBO_VERSION=3.0.1
2222OPENJPEG_VERSION=2.5.0
2323XZ_VERSION=5.4.5
2424TIFF_VERSION=4.6.0
25- LCMS2_VERSION=2.15
25+ LCMS2_VERSION=2.16
2626if [[ -n " $IS_MACOS " ]]; then
2727 GIFLIB_VERSION=5.1.4
2828else
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments