diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-02 13:15:07 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-02 13:15:07 -0300 |
commit | 399a563eb2c30475d66ced8203aff23d65e540e8 (patch) | |
tree | fc3d829608b2434293be837200a8267ca789342e /community/yagf | |
parent | 3aff11a8581ae7e5a8ccea02062cd92f873c44c5 (diff) | |
parent | 941550cbc215d608bd18439f99500b74fbb80f0d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/yagf/PKGBUILD
extra/antlr2/PKGBUILD
gnome-unstable/baobab/PKGBUILD
gnome-unstable/baobab/baobab.install
testing/iputils/PKGBUILD
testing/iputils/iputils.install
Diffstat (limited to 'community/yagf')
-rw-r--r-- | community/yagf/PKGBUILD | 12 |
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) |