Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434846 - app-text/yagf-0.9.2 version bump
Summary: app-text/yagf-0.9.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Aleksandr Yakimov
URL: http://symmetrica.net/cuneiform-linux...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 23:57 UTC by the_mgt
Modified: 2013-02-20 12:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
yagf-0.9.2.ebuild (yagf-0.9.2.ebuild,915 bytes, text/plain)
2012-09-13 00:01 UTC, the_mgt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description the_mgt 2012-09-12 23:57:15 UTC
New version released on 4th of september, 0.9.1 had beed out for a while too.

I'd like to act as a proxy maintainer, as I am in contact with upstream about improvements, etc. anyway.

Thanks!

Reproducible: Always
Comment 1 the_mgt 2012-09-13 00:01:09 UTC
Created attachment 323628 [details]
yagf-0.9.2.ebuild

Works fine with both tesseract2 and tesseract3, but makes use of some of the newer packages for tesseract3, like various blackletter font styles. Therefore includes old german aspell dictionary.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-09-13 02:03:45 UTC
Comment on attachment 323628 [details]
yagf-0.9.2.ebuild

--- yagf-0.9.ebuild     2012-09-06 17:11:36.000000000 +0200
+++ -   2012-09-13 04:03:34.472497880 +0200
@@ -1,33 +1,30 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/yagf-0.9.ebuild,v 1.2 2012/09/03 13:39:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yagf/yagf-0.8.7.ebuild,v 1.2 2011/09/12 13:18:16 pva Exp $
 
-EAPI="4"
-inherit cmake-utils
+EAPI=4
+inherit cmake-utils eutils
 
-DESCRIPTION="Graphical front-end for cuneiform and tesseract OCR tools"
+DESCRIPTION="Graphical front-end for cuneiform OCR tool"
 HOMEPAGE="http://symmetrica.net/cuneiform-linux/yagf-en.html"
 SRC_URI="http://symmetrica.net/cuneiform-linux/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="scanner +cuneiform tesseract pdf"
+IUSE="+cuneiform scanner tesseract pdf linguas_de"
 
 REQUIRED_USE="|| ( cuneiform tesseract )"
 
-DEPEND=">=x11-libs/qt-gui-4.7:4
+DEPEND=">=x11-libs/qt-gui-4.7
        app-text/aspell"
 RDEPEND="${DEPEND}
        cuneiform? ( app-text/cuneiform )
-       tesseract? ( app-text/tesseract )
+       tesseract? ( app-text/tesseract
+               linguas_de? ( app-dicts/aspell-de-alt ) )
        scanner? ( media-gfx/xsane )
        pdf? ( || ( app-text/poppler[utils] app-text/ghostscript-gpl ) )"
 
 DOCS="AUTHORS ChangeLog DESCRIPTION README"
 
 CMAKE_IN_SOURCE_BUILD=1
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-mdv-linkage.patch
-}
Comment 3 Aleksandr Yakimov 2012-09-13 18:35:24 UTC
Waiting for pva, I've updated my overlay - https://github.com/yaleks/gentoo
Comment 4 Sergey Popov gentoo-dev 2013-02-17 00:37:11 UTC
Aleksandr, I will try to take care of this in a few days. Feel free to poke me, if i will not...
Comment 5 Sergey Popov gentoo-dev 2013-02-20 12:46:03 UTC
+  20 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> +yagf-0.9.2.ebuild:
+  Version bump, wrt bug #434846 - EAPI 5, l10n eclass, epatch_user support