diff options
author | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-28 23:14:50 +0000 |
commit | 807f42c30ddb00c4e2d4034ce1720d7cb494e074 (patch) | |
tree | 80b0599366bffbfa57def09ed036e6ad635f1796 /community/leptonica/PKGBUILD | |
parent | 0424b5fc47f106db6498c4cda3476e1d49fe0f82 (diff) |
Fri Oct 28 23:14:50 UTC 2011
Diffstat (limited to 'community/leptonica/PKGBUILD')
-rw-r--r-- | community/leptonica/PKGBUILD | 8 |
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') |