mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Updated libwebp to 0.5.0
This commit is contained in:
parent
c06a0e816a
commit
0d1e373073
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
# install webp
|
||||
|
||||
if [ ! -f libwebp-0.4.4.tar.gz ]; then
|
||||
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.4.tar.gz'
|
||||
if [ ! -f libwebp-0.5.0.tar.gz ]; then
|
||||
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz'
|
||||
fi
|
||||
|
||||
rm -r libwebp-0.4.4
|
||||
tar -xvzf libwebp-0.4.4.tar.gz
|
||||
rm -r libwebp-0.5.0
|
||||
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
|
||||
|
||||
|
|
|
@ -60,9 +60,9 @@ libs = {
|
|||
'version': '8.6.4',
|
||||
},
|
||||
'webp': {
|
||||
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.4.tar.gz',
|
||||
'hash': 'sha1:b8762e330b6cd7e7b4a5a6dbfc53bc787a4f0ba3',
|
||||
'dir': 'libwebp-0.4.4',
|
||||
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.0.tar.gz',
|
||||
'hash': 'sha1:d3de815b272fcf88fc4f2dc1ab65d176bcb8df68',
|
||||
'dir': 'libwebp-0.5.0',
|
||||
},
|
||||
'openjpeg': {
|
||||
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.0/openjpeg-2.1.0.tar.gz',
|
||||
|
|
Loading…
Reference in New Issue
Block a user