summaryrefslogtreecommitdiffstats
path: root/abs/core-testing
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-10-04 20:50:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-10-04 20:50:27 (GMT)
commit7e602bbe327e10ffda089d4f47dfe9412c184b7a (patch)
tree7414d24f2a433ac8b493743bf2226775f72d4de3 /abs/core-testing
parent5e0e569c89785e86e7a2cb0f2a309c48498dfb69 (diff)
downloadlinhes_pkgbuild-7e602bbe327e10ffda089d4f47dfe9412c184b7a.zip
linhes_pkgbuild-7e602bbe327e10ffda089d4f47dfe9412c184b7a.tar.gz
linhes_pkgbuild-7e602bbe327e10ffda089d4f47dfe9412c184b7a.tar.bz2
pil: link against libjpeg6
Diffstat (limited to 'abs/core-testing')
-rw-r--r--abs/core-testing/pil/PKGBUILD2
-rw-r--r--abs/core-testing/pil/__changelog2
2 files changed, 3 insertions, 1 deletions
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