mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 00:02:24 +03:00
Updated openjpeg to 2.3.1
This commit is contained in:
parent
9c4ed695e4
commit
af59955d04
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# install openjpeg
|
# install openjpeg
|
||||||
|
|
||||||
archive=openjpeg-2.3.0
|
archive=openjpeg-2.3.1
|
||||||
|
|
||||||
./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
|
||||||
|
|
||||||
|
|
|
@ -163,7 +163,7 @@ Many of Pillow's features require external libraries:
|
||||||
|
|
||||||
* **openjpeg** provides JPEG 2000 functionality.
|
* **openjpeg** provides JPEG 2000 functionality.
|
||||||
|
|
||||||
* Pillow has been tested with openjpeg **2.0.0** and **2.1.0**.
|
* Pillow has been tested with openjpeg **2.0.0**, **2.1.0** and **2.3.1**.
|
||||||
* Pillow does **not** support the earlier **1.5** series which ships
|
* Pillow does **not** support the earlier **1.5** series which ships
|
||||||
with Debian Jessie.
|
with Debian Jessie.
|
||||||
|
|
||||||
|
|
|
@ -75,9 +75,9 @@ libs = {
|
||||||
'dir': 'libwebp-1.0.2',
|
'dir': 'libwebp-1.0.2',
|
||||||
},
|
},
|
||||||
'openjpeg': {
|
'openjpeg': {
|
||||||
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.0/openjpeg-2.3.0.tar.gz',
|
'url': SF_MIRROR+'/project/openjpeg/openjpeg/2.3.1/openjpeg-2.3.1.tar.gz',
|
||||||
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.3.0.tar.gz',
|
'filename': PILLOW_DEPENDS_DIR + 'openjpeg-2.3.1.tar.gz',
|
||||||
'dir': 'openjpeg-2.3.0',
|
'dir': 'openjpeg-2.3.1',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user