Browse Source

fix: [0k-openerp] jessy removed libjpeg8 from its repository.

Replaced with libjpeg62, add removed python-tk that appeared in LIB and DEV.
postgres
root 10 years ago
parent
commit
1fdd8fbdc4
  1. 6
      precise/0k-openerp/hooks/install

6
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

Loading…
Cancel
Save