[arch-commits] Commit in python-pillow/trunk (PKGBUILD)
Balló György
bgyorgy at nymeria.archlinux.org
Sun Sep 15 19:11:03 UTC 2013
Date: Sunday, September 15, 2013 @ 21:11:03
Author: bgyorgy
Revision: 97243
upgpkg: python-pillow 2.1.0-4
Enable optional features
Modified:
python-pillow/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-15 18:37:06 UTC (rev 97242)
+++ PKGBUILD 2013-09-15 19:11:03 UTC (rev 97243)
@@ -6,13 +6,12 @@
pkgname=(python-pillow python2-pillow)
_appname=Pillow
pkgver=2.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
arch=('i686' 'x86_64')
url="http://python-imaging.github.io/"
license=('BSD')
-depends=('python' 'python2')
-makedepends=('python-setuptools' 'python2-setuptools' 'sane')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane')
source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip")
md5sums=('ec630d8ae15d4a3c4ae7b7efdeac8200')
@@ -22,10 +21,9 @@
}
package_python-pillow() {
- depends=('python')
- makedepends=('python-setuptools' 'sane')
+ depends=('python' 'lcms' 'libwebp')
optdepends=('tk: for the ImageTK module'
- 'sane: for the ImageSane module'
+ 'sane: for the Sane module'
'python-pyqt4: for the ImageQt module')
cd "$srcdir/$_appname-$pkgver"
python3 setup.py install --root="$pkgdir/" --optimize=0
@@ -43,10 +41,9 @@
package_python2-pillow() {
pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
- depends=('python2')
- makedepends=('python2-setuptools' 'sane')
+ depends=('python2' 'lcms' 'libwebp')
optdepends=('tk: for the ImageTK module'
- 'sane: for the ImageSane module'
+ 'sane: for the Sane module'
'python2-pyqt4: for the ImageQt module')
provides=('python-imaging' 'python2-imaging')
conflicts=('python-imaging' 'python2-imaging')
More information about the arch-commits
mailing list