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
103103LCMS2_VERSION=2.17
104104ZLIB_VERSION=1.3.1
105105ZLIB_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
107107BZIP2_VERSION=1.0.8
108108LIBXCB_VERSION=1.17.0
109109BROTLI_VERSION=1.1.0 # Patched; next release won't need patching. See patch file.
@@ -280,7 +280,11 @@ function build {
280280 if [[ -n " $IS_MACOS " ]]; then
281281 webp_cflags=" $webp_cflags -Wl,-headerpad_max_install_names"
282282 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 \
284288 https://storage.googleapis.com/downloads.webmproject.org/releases/webp tar.gz \
285289 --enable-libwebpmux --enable-libwebpdemux
286290
Original file line number Diff line number Diff line change 11#! /bin/bash
22# install webp
33
4- archive=libwebp-1.5 .0
4+ archive=libwebp-1.6 .0
55
66./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive .tar.gz
77
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def cmd_msbuild(
122122 "LIBAVIF" : "1.3.0" ,
123123 "LIBIMAGEQUANT" : "4.3.4" ,
124124 "LIBPNG" : "1.6.49" ,
125- "LIBWEBP" : "1.5 .0" ,
125+ "LIBWEBP" : "1.6 .0" ,
126126 "OPENJPEG" : "2.5.3" ,
127127 "TIFF" : "4.7.0" ,
128128 "XZ" : "5.8.1" ,
You can’t perform that action at this time.
0 commit comments