summaryrefslogtreecommitdiff
path: root/community/leptonica
diff options
context:
space:
mode:
Diffstat (limited to 'community/leptonica')
-rw-r--r--community/leptonica/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD
index b19320316..d5e3fec82 100644
--- a/community/leptonica/PKGBUILD
+++ b/community/leptonica/PKGBUILD
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD 57293 2011-10-25 10:37:42Z spupykin $
+# $Id: PKGBUILD 57411 2011-10-27 08:39:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christoph Drexler <chrdr at gmx dot at>
pkgname=leptonica
pkgver=1.68
-pkgrel=1
+pkgrel=2
pkgdesc="Software that is broadly useful for image processing and image analysis applications"
arch=('i686' 'x86_64')
url="http://www.leptonica.com/"
license=('custom')
depends=('glibc')
+makedepends=('giflib' 'gnuplot' 'libjpeg' 'libpng' 'libtiff' 'zlib')
+# 'webp'
optdepends=('giflib: for supporting gif files'
'gnuplot: gnuplot support'
'libjpeg: for supporting jpeg files'
'libpng: for supporting png files'
'libtiff: for supporting tiff files'
- 'webp: for supporting webp files'
'zlib: for supporting compressed files')
+# 'webp: for supporting webp files'
source=(http://www.leptonica.com/source/leptonica-${pkgver}.tar.gz)
md5sums=('5cd7092f9ff2ca7e3f3e73bfcd556403')