From 1fdd8fbdc466ac5ab0e13443d6dea5a547dcba81 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Jan 2015 03:29:54 +0000 Subject: [PATCH] fix: [0k-openerp] jessy removed libjpeg8 from its repository. Replaced with libjpeg62, add removed python-tk that appeared in LIB and DEV. --- precise/0k-openerp/hooks/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/precise/0k-openerp/hooks/install b/precise/0k-openerp/hooks/install index 6e77a5c..a45550a 100755 --- a/precise/0k-openerp/hooks/install +++ b/precise/0k-openerp/hooks/install @@ -162,8 +162,8 @@ if [ -z "$NO_VIRTUALENV" -o "$NEED_PILLOW" ]; then if [ "$NEED_PILLOW" ]; then DEV="$DEV build-essential libtiff5-dev libjpeg-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev - tcl8.5-dev tk8.5-dev python-tk python-dev" - LIB="$LIB python-tk libjpeg8 libtiff5" + tcl8.5-dev tk8.5-dev python-dev" + LIB="$LIB python-tk libjpeg62 libtiff5" else ## from http://www.sandersnewmedia.com/why/2012/04/16/installing-pil-virtualenv-ubuntu-1204 @@ -171,7 +171,7 @@ if [ -z "$NO_VIRTUALENV" -o "$NEED_PILLOW" ]; then zlib1g-dev libfreetype6-dev libsasl2-dev libjpeg-dev libmysqlclient-dev" - LIB="libxslt1.1 libpq5 libjpeg8 libtiff5 libmysqlclient18" + LIB="libxslt1.1 libpq5 libjpeg62 libtiff5 libmysqlclient18" fi