Merge pull request #3602 from radarhere/libwebp

Updated libwebp to 1.0.2
This commit is contained in:
Hugo 2019-01-24 13:22:26 +02:00 committed by GitHub
commit 08f5c9e5fc
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.0.1
archive=libwebp-1.0.2
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz

View File

@ -66,9 +66,9 @@ libs = {
'version': '8.6.9',
},
'webp': {
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-1.0.1.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-1.0.1.tar.gz',
'dir': 'libwebp-1.0.1',
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-1.0.2.tar.gz',
'dir': 'libwebp-1.0.2',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.0/openjpeg-2.3.0.tar.gz',