Merge pull request #2302 from radarhere/libwebp

Updated libwebp to 0.5.2
This commit is contained in:
Hugo 2016-12-24 14:39:19 +02:00 committed by GitHub
commit a6ce2cf77b
2 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
#!/bin/bash
# install webp
if [ ! -f libwebp-0.5.1.tar.gz ]; then
wget -O 'libwebp-0.5.1.tar.gz' 'https://github.com/python-pillow/pillow-depends/blob/master/libwebp-0.5.1.tar.gz?raw=true'
if [ ! -f libwebp-0.5.2.tar.gz ]; then
wget -O 'libwebp-0.5.2.tar.gz' 'https://github.com/python-pillow/pillow-depends/blob/master/libwebp-0.5.2.tar.gz?raw=true'
fi
rm -r libwebp-0.5.1
tar -xvzf libwebp-0.5.1.tar.gz
rm -r libwebp-0.5.2
tar -xvzf libwebp-0.5.2.tar.gz
pushd libwebp-0.5.1
pushd libwebp-0.5.2
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install

View File

@ -75,10 +75,10 @@ libs = {
'version': '8.6.6',
},
'webp': {
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.1.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.5.1.tar.gz',
'hash': 'sha1:66efb2213015ad3460bef64b4fb218fdc10ce83f',
'dir': 'libwebp-0.5.1',
'url': 'http://downloads.webmproject.org/releases/webp/libwebp-0.5.2.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'libwebp-0.5.2.tar.gz',
'hash': 'sha1:c3adfa47f96a3909fb05e41636fdcbe3826edfbd',
'dir': 'libwebp-0.5.2',
},
'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.1.2/openjpeg-2.1.2.tar.gz',