summaryrefslogtreecommitdiff
path: root/community/yagf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/yagf/PKGBUILD')
-rw-r--r--community/yagf/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD
index 9321c6902..204be06b7 100644
--- a/community/yagf/PKGBUILD
+++ b/community/yagf/PKGBUILD
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD 76111 2012-09-11 14:07:51Z spupykin $
+# $Id: PKGBUILD 76879 2012-10-01 15:20:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: das-ich <das-ich@yandex.ru>
pkgname=yagf
pkgver=0.9.2
-pkgrel=1
-pkgdesc="QT4-based GUI for Cuneiform OCR"
+pkgrel=2
+pkgdesc="QT4-based GUI for Cuneiform and Tesseract OCRs"
arch=(i686 x86_64 'mips64el')
url="http://symmetrica.net/cuneiform-linux/yagf-en.html"
license=('GPL')
-depends=('cuneiform' 'qt>=4.3' 'aspell')
-optdepends=('xsane: acquire images from a scanner into YAGF directly')
+depends=('qt>=4.3' 'aspell')
+optdepends=('cuneiform: recognition tool'
+ 'tesseract: recognition tool'
+ 'xsane: acquire images from a scanner into YAGF directly')
makedepends=('cmake')
install=yagf.install
source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz)