python_imaging: use libjpeg and libpng.

This commit is contained in:
Adrien Destugues
2015-11-29 10:32:49 +01:00
parent 10c81e88c6
commit 3de62a6054
2 changed files with 42 additions and 1 deletions

View File

@@ -8,12 +8,13 @@ COPYRIGHT="
1995-2011 by Fredrik Lundh
"
ARCHITECTURES="x86_gcc2"
REVISION="1"
REVISION="2"
HOMEPAGE="http://www.pythonware.com/products/pil/"
SOURCE_URI="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
CHECKSUM_SHA256="895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211"
SOURCE_DIR="Imaging-1.1.7"
PATCHES="python_imaging-$portVersion.patchset"
PROVIDES="
python_imaging$secondaryArchSuffix = $portVersion
@@ -24,6 +25,11 @@ PROVIDES="
cmd:pilprint.py
"
REQUIRES="
lib:libjpeg
lib:libz
"
BUILD_REQUIRES="
devel:libjpeg
devel:libz