mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Updated libwebp to 0.5.0
This commit is contained in:
parent
c06a0e816a
commit
0d1e373073
|
@ -1,14 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# install webp
|
# install webp
|
||||||
|
|
||||||
if [ ! -f libwebp-0.4.4.tar.gz ]; then
|
if [ ! -f libwebp-0.5.0.tar.gz ]; then
|
||||||
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.4.tar.gz'
|
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -r libwebp-0.4.4
|
rm -r libwebp-0.5.0
|
||||||
tar -xvzf libwebp-0.4.4.tar.gz
|
tar -xvzf libwebp-0.5.0.tar.gz
|
||||||
|
|
||||||
pushd libwebp-0.4.4
|
pushd libwebp-0.5.0
|
||||||
|
|
||||||
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
||||||
|
|
||||||
|
|
|
@ -60,9 +60,9 @@ libs = {
|
||||||
'version': '8.6.4',
|
'version': '8.6.4',
|
||||||
},
|
},
|
||||||
'webp': {
|
'webp': {
|
||||||
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.4.tar.gz',
|
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz',
|
||||||
'hash': 'sha1:b8762e330b6cd7e7b4a5a6dbfc53bc787a4f0ba3',
|
'hash': 'sha1:d3de815b272fcf88fc4f2dc1ab65d176bcb8df68',
|
||||||
'dir': 'libwebp-0.4.4',
|
'dir': 'libwebp-0.5.0',
|
||||||
},
|
},
|
||||||
'openjpeg': {
|
'openjpeg': {
|
||||||
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.0/openjpeg-2.1.0.tar.gz',
|
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.0/openjpeg-2.1.0.tar.gz',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user