From 7e602bbe327e10ffda089d4f47dfe9412c184b7a Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sun, 4 Oct 2009 15:50:27 -0500 Subject: pil: link against libjpeg6 --- abs/core-testing/pil/PKGBUILD | 2 +- abs/core-testing/pil/__changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 abs/core-testing/pil/__changelog diff --git a/abs/core-testing/pil/PKGBUILD b/abs/core-testing/pil/PKGBUILD index 29c0b60..f16214a 100644 --- a/abs/core-testing/pil/PKGBUILD +++ b/abs/core-testing/pil/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pil pkgver=1.1.6 -pkgrel=8 +pkgrel=9 pkgdesc="Python imaging library" arch=('i686' 'x86_64') url="http://www.pythonware.com/products/pil/index.htm" diff --git a/abs/core-testing/pil/__changelog b/abs/core-testing/pil/__changelog new file mode 100644 index 0000000..91214ed --- /dev/null +++ b/abs/core-testing/pil/__changelog @@ -0,0 +1,2 @@ +__change so that it builds against libjpeg6 and not libjpeg7 + sed -i "s#JPEG_ROOT\ =\ None#JPEG_ROOT\ =\ \"/opt/libjpeg6\"#" setup.py -- cgit v0.12