Use openjpeg package

This commit is contained in:
Andrew Murray 2019-07-20 18:33:08 +10:00
parent 215e0ab22c
commit cd0e54bef2

View File

@ -3,9 +3,9 @@
set -e set -e
sudo apt-get update sudo apt-get update
sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk\ sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk python-qt4\
python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick\ ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
libharfbuzz-dev libfribidi-dev cmake imagemagick libharfbuzz-dev libfribidi-dev
PYTHONOPTIMIZE=0 pip install cffi PYTHONOPTIMIZE=0 pip install cffi
pip install coverage pip install coverage
@ -22,9 +22,6 @@ if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements.txt ;
# webp # webp
pushd depends && ./install_webp.sh && popd pushd depends && ./install_webp.sh && popd
# openjpeg
pushd depends && ./install_openjpeg.sh && popd
# libimagequant # libimagequant
pushd depends && ./install_imagequant.sh && popd pushd depends && ./install_imagequant.sh && popd