Portage is a package management system used by Gentoo Linux
# ChangeLog for app-accessibility/SphinxTrain
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/ChangeLog,v 1.11 2007/12/26 22:07:22 phreak Exp $
26 Dec 2007; Christian Heim
SphinxTrain-0.9.1-r1.ebuild:
Fix the quotation.
23 Jan 2007; Marius Mauch
Replacing einfo with elog
10 Oct 2005; Chris White
SphinxTrain-0.9.1-r1.ebuild:
Updated homepage, provided English and Japanese metadata.xml tranlsations.
20 Jul 2005; Jeremy Huddleston
SphinxTrain-0.9.1-r1.ebuild:
gcc-3.4 and installation fix thanks to laughingplant
05 Oct 2004; Pieter Van den Abeele
SphinxTrain-0.9.1-r1.ebuild:
Masked SphinxTrain-0.9.1-r1.ebuild stable for ppc
24 Mar 2004; Jeremy Huddleston
SphinxTrain-0.9.1-r1.ebuild:
inherit eutils
17 Mar 2004; David Holm
Added to ~ppc.
16 Mar 2004; Jeremy Huddleston
SphinxTrain-0.9.1-r1.ebuild metadata.xml, files/gcc.patch:
Moved from media-sound/SphinxTrain to app-accessibility/SphinxTrain.
16 Mar 2004; Jeremy Huddleston
SphinxTrain-0.9.1-r1.ebuild, SphinxTrain-0.9.1.ebuild:
sphinx2 and festival are in app-accessibility now
16 Mar 2004; Jeremy Huddleston
SphinxTrain-0.9.1.ebuild:
sphinx2 and festival are in app-accessibility now
*SphinxTrain-0.9.1-r1 (28 Sep 2003)
28 Sep 2003; jje
files/gcc.patch:
Patched for gcc3.3. Closes #29461.
12 Jun 2003;
fix Header
*SphinxTrain-0.9.1 (5 Nov 2002)
5 Nov 2002; Matt Keadle
ChangeLog files/digest-SphinxTrain-0.9.1 :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. Many, many thanks to Rigo Ketelings for creating this
ebuild.
AUX gcc.patch 816 RMD160 911c90e8826451655c4190dd9b586665f045acd6 SHA1 99e663df0e64efdcc5bd9b224e869bca17ecea1a SHA256 b56ed4d770fd9a3587e2145042433ef97ffba11e3e97173ed76c532dab19d5f7
AUX gcc34.patch 333 RMD160 a12a8714e5948b6ade3b35afa3b153b09415e25a SHA1 253395ddf9833917f5da5cb956e764eb74756670 SHA256 c107b0c9f0478d6c4ad268c35c94162c4acaeb2ea1e1b115dc28db7cbe7abda9
DIST SphinxTrain-0.9.1-beta.tar.gz 469617 RMD160 ff11c88a5eae3b735c8269207617b07e6cd26ddb SHA1 50aee098c8a6c73ec2c3c3cb4d24c0ee4cf63c50 SHA256 c1a4b74a3e26777b80ddd7a026547aad194040cca8595e6fe1be320a19f99d18
EBUILD SphinxTrain-0.9.1-r1.ebuild 1016 RMD160 b9712bd44cec58e6eabb61ba414362618763a1e5 SHA1 1e0556d4a7c2757b5df90cce2c40dc1801da5b3f SHA256 44d6d74fe2d28c660d8f49fcc4854bb217e3cffa15bc76a6d1fb5b1e3c5de285
MISC ChangeLog 2207 RMD160 017ee5375f064d501df486c65e01ba6e243155ea SHA1 39a338010d86ee3143f0da5e0cea41b20b31ea57 SHA256 ecd28a62c7d3a24a0210a9ff98d8668505e41bb61c7b35ac5fff818cce193f80
MISC metadata.xml 385 RMD160 be83bc79207c18537675164c08aef4cd6f98d400 SHA1 55bfbb3e4dc8d715e674c7b178092b160e9a3a5b SHA256 19247b599d3c168783b886d40559cecd3ae1214808cf8912e96f1f3e71240c7e
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.11 2007/12/26 22:07:22 phreak Exp $
inherit eutils
DESCRIPTION="Speech Recognition (Training Module)"
HOMEPAGE="http://cmusphinx.sourceforge.net/html/cmusphinx.php"
SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
DEPEND="virtual/libc
app-accessibility/sphinx2
app-accessibility/festival"
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/gcc.patch
epatch "${FILESDIR}"/gcc34.patch
}
src_install() {
# dobin bin.*/* fails ... see bug #73586
find bin.* -mindepth 1 -maxdepth 1 -type f -exec dobin '{}' \; || die
dodoc README etc/*cfg
dohtml doc/*[txt html sgml]
}
pkg_postinst() {
elog "Detailed usage and training instructions can be found at"
elog "http://www.speech.cs.cmu.edu/SphinxTrain/"
}
SphinxTrain is CMU Sphinx's training package.
SphinxTrainはCMU Sphinxの調教パッケージです。