diff --git a/.travis/install.sh b/.travis/install.sh index 9408d1127..694a460e9 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -2,11 +2,10 @@ set -e -sudo add-apt-repository -y ppa:as-bahanta/raqm sudo apt-get update sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk\ python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick\ - libharfbuzz-dev libfribidi-dev libraqm-dev + libharfbuzz-dev libfribidi-dev pip install cffi pip install nose diff --git a/depends/ubuntu_14.04.sh b/depends/ubuntu_14.04.sh index 997bb09cf..f7d28fba7 100755 --- a/depends/ubuntu_14.04.sh +++ b/depends/ubuntu_14.04.sh @@ -4,13 +4,13 @@ # Installs all of the dependencies for Pillow for Ubuntu 14.04 # for both system Pythons 2.7 and 3.4 # -sudo add-apt-repository -y ppa:as-bahanta/raqm sudo apt-get update sudo apt-get -y install python-dev python-setuptools \ python3-dev python-virtualenv cmake sudo apt-get -y install libtiff5-dev libjpeg8-dev zlib1g-dev \ libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev \ - python-tk python3-tk libharfbuzz-dev libfribidi-dev libraqm-dev + python-tk python3-tk libharfbuzz-dev libfribidi-dev ./install_openjpeg.sh -./install_imagequant.sh \ No newline at end of file +./install_imagequant.sh +./install_raqm.sh