Merge pull request #2791 from radarhere/openjpeg

Updated openjpeg to 2.3.0
This commit is contained in:
Hugo 2017-10-13 12:21:23 +03:00 committed by GitHub
commit 4af6fb2256
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# install openjpeg # install openjpeg
archive=openjpeg-2.2.0 archive=openjpeg-2.3.0
./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz

View File

@ -71,9 +71,9 @@ libs = {
'dir': 'libwebp-0.6.0', 'dir': 'libwebp-0.6.0',
}, },
'openjpeg': { 'openjpeg': {
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.2.0/openjpeg-2.2.0.tar.gz', 'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.0/openjpeg-2.3.0.tar.gz',
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.2.0.tar.gz', 'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.3.0.tar.gz',
'dir': 'openjpeg-2.2.0', 'dir': 'openjpeg-2.3.0',
}, },
} }