Merge pull request #6483 from radarhere/webp

Updated libwebp to 1.2.4
This commit is contained in:
mergify[bot] 2022-08-06 07:46:36 +00:00 committed by GitHub
commit 3b0f046c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# install webp
archive=libwebp-1.2.3
archive=libwebp-1.2.4
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/main/$archive.tar.gz

View File

@ -157,9 +157,9 @@ deps = {
# "bins": [r"libtiff\*.dll"],
},
"libwebp": {
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.3.tar.gz",
"filename": "libwebp-1.2.3.tar.gz",
"dir": "libwebp-1.2.3",
"url": "http://downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz",
"filename": "libwebp-1.2.4.tar.gz",
"dir": "libwebp-1.2.4",
"build": [
cmd_rmdir(r"output\release-static"), # clean
cmd_nmake(