File tree Expand file tree Collapse file tree 4 files changed +8
-46
lines changed Expand file tree Collapse file tree 4 files changed +8
-46
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ TIFF_VERSION=4.7.0
103
103
LCMS2_VERSION=2.17
104
104
ZLIB_VERSION=1.3.1
105
105
ZLIB_NG_VERSION=2.2.4
106
- LIBWEBP_VERSION=1.5.0 # Patched; next release won't need patching. See patch file.
106
+ LIBWEBP_VERSION=1.6.0
107
107
BZIP2_VERSION=1.0.8
108
108
LIBXCB_VERSION=1.17.0
109
109
BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
@@ -280,7 +280,11 @@ function build {
280
280
if [[ -n " $IS_MACOS " ]]; then
281
281
webp_cflags=" $webp_cflags -Wl,-headerpad_max_install_names"
282
282
fi
283
- CFLAGS=" $CFLAGS $webp_cflags " build_simple libwebp $LIBWEBP_VERSION \
283
+ webp_ldflags=" "
284
+ if [[ -n " $IOS_SDK " ]]; then
285
+ webp_ldflags=" $webp_ldflags -llzma -lz"
286
+ fi
287
+ CFLAGS=" $CFLAGS $webp_cflags " LDFLAGS=" $LDFLAGS $webp_ldflags " build_simple libwebp $LIBWEBP_VERSION \
284
288
https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
285
289
--enable-libwebpmux --enable-libwebpdemux
286
290
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# install webp
3
3
4
- archive=libwebp-1.5 .0
4
+ archive=libwebp-1.6 .0
5
5
6
6
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive .tar.gz
7
7
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def cmd_msbuild(
122
122
"LIBAVIF" : "1.3.0" ,
123
123
"LIBIMAGEQUANT" : "4.3.4" ,
124
124
"LIBPNG" : "1.6.49" ,
125
- "LIBWEBP" : "1.5 .0" ,
125
+ "LIBWEBP" : "1.6 .0" ,
126
126
"OPENJPEG" : "2.5.3" ,
127
127
"TIFF" : "4.7.0" ,
128
128
"XZ" : "5.8.1" ,
You can’t perform that action at this time.
0 commit comments