diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-17 04:10:20 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-17 04:10:20 +0000 |
commit | 33e2caea2e67f0ac7e7e3db12e248b4f8bdfaa71 (patch) | |
tree | 4c74e36d5fb9c83cd6a7fd468a0e8fd02a1122eb /app-accessibility | |
parent | Quick fix. (diff) | |
download | historical-33e2caea2e67f0ac7e7e3db12e248b4f8bdfaa71.tar.gz historical-33e2caea2e67f0ac7e7e3db12e248b4f8bdfaa71.tar.bz2 historical-33e2caea2e67f0ac7e7e3db12e248b4f8bdfaa71.zip |
Moved from media-sound/SphinxTrain to app-accessibility/SphinxTrain.
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/SphinxTrain/.#ChangeLog.1.4 | 25 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/.#SphinxTrain-0.9.1-r1.ebuild.1.2 | 42 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/ChangeLog | 36 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/Manifest | 7 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | 42 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 | 1 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/files/gcc.patch | 34 | ||||
-rw-r--r-- | app-accessibility/SphinxTrain/metadata.xml | 5 |
8 files changed, 192 insertions, 0 deletions
diff --git a/app-accessibility/SphinxTrain/.#ChangeLog.1.4 b/app-accessibility/SphinxTrain/.#ChangeLog.1.4 new file mode 100644 index 000000000000..5665120a6c2f --- /dev/null +++ b/app-accessibility/SphinxTrain/.#ChangeLog.1.4 @@ -0,0 +1,25 @@ +# ChangeLog for media-sound/SphinxTrain +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header + + 16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + SphinxTrain-0.9.1-r1.ebuild, SphinxTrain-0.9.1.ebuild: + festival went to app-accessibility. -r1 stable + +*SphinxTrain-0.9.1-r1 (28 Sep 2003) + + 28 Sep 2003; jje <jje@gentoo.org> SphinxTrain-0.9.1-r1.ebuild, + files/gcc.patch: + Patched for gcc3.3. Closes #29461. + + 12 Jun 2003; <msterret@gentoo.org> SphinxTrain-0.9.1.ebuild: + fix Header + +*SphinxTrain-0.9.1 (5 Nov 2002) + + 5 Nov 2002; Matt Keadle <mkeadle@gentoo.org> SphinxTrain-0.9.1.ebuild + 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. diff --git a/app-accessibility/SphinxTrain/.#SphinxTrain-0.9.1-r1.ebuild.1.2 b/app-accessibility/SphinxTrain/.#SphinxTrain-0.9.1-r1.ebuild.1.2 new file mode 100644 index 000000000000..6ed679cfc246 --- /dev/null +++ b/app-accessibility/SphinxTrain/.#SphinxTrain-0.9.1-r1.ebuild.1.2 @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1.2,v 1.1 2004/03/17 04:10:20 eradicator Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" +HOMEPAGE="http://www.speech.cs.cmu.edu/SphinxTrain/" +SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/glibc + media-sound/sphinx2 + app-accessibility/festival" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/gcc.patch +} + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install () { + dodoc etc/*cfg + dobin bin.*/* + dodoc README + dohtml doc/*[txt html sgml] +} + +pkg_postinst() { + einfo + einfo "Detailed usage and training instructions can be found at" + einfo "http://www.speech.cs.cmu.edu/SphinxTrain/" + einfo +} diff --git a/app-accessibility/SphinxTrain/ChangeLog b/app-accessibility/SphinxTrain/ChangeLog new file mode 100644 index 000000000000..57a4390816b3 --- /dev/null +++ b/app-accessibility/SphinxTrain/ChangeLog @@ -0,0 +1,36 @@ +# ChangeLog for app-accessibility/SphinxTrain +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/SphinxTrain/ChangeLog,v 1.1 2004/03/17 04:10:20 eradicator Exp $ + +*SphinxTrain-0.9.1-r1 (16 Mar 2004) + + 16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + .#SphinxTrain-0.9.1-r1.ebuild.1.2, 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 <eradicator@gentoo.org> + SphinxTrain-0.9.1-r1.ebuild, SphinxTrain-0.9.1.ebuild: + sphinx2 and festival are in app-accessibility now + + 16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> + 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 <jje@gentoo.org> SphinxTrain-0.9.1-r1.ebuild, + files/gcc.patch: + Patched for gcc3.3. Closes #29461. + + 12 Jun 2003; <msterret@gentoo.org> SphinxTrain-0.9.1.ebuild: + fix Header + +*SphinxTrain-0.9.1 (5 Nov 2002) + + 5 Nov 2002; Matt Keadle <mkeadle@gentoo.org> SphinxTrain-0.9.1.ebuild + 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. diff --git a/app-accessibility/SphinxTrain/Manifest b/app-accessibility/SphinxTrain/Manifest new file mode 100644 index 000000000000..1cece443963b --- /dev/null +++ b/app-accessibility/SphinxTrain/Manifest @@ -0,0 +1,7 @@ +MD5 14a7d56a31b075424a127fe25127bf33 SphinxTrain-0.9.1-r1.ebuild 952 +MD5 acd7f894f7931bc0e83cc7c85cc45ad2 ChangeLog 678 +MD5 575dff87b256c94b5e850538bd053c49 SphinxTrain-0.9.1.ebuild 882 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1 74 +MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1-r1 74 +MD5 993e38eaa81b891528bd3447e4d92a90 files/gcc.patch 816 diff --git a/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild new file mode 100644 index 000000000000..033785fcc719 --- /dev/null +++ b/app-accessibility/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/17 04:10:20 eradicator Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" +HOMEPAGE="http://www.speech.cs.cmu.edu/SphinxTrain/" +SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/glibc + app-accessibility/sphinx2 + app-accessibility/festival" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/gcc.patch +} + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install () { + dodoc etc/*cfg + dobin bin.*/* + dodoc README + dohtml doc/*[txt html sgml] +} + +pkg_postinst() { + einfo + einfo "Detailed usage and training instructions can be found at" + einfo "http://www.speech.cs.cmu.edu/SphinxTrain/" + einfo +} diff --git a/app-accessibility/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 b/app-accessibility/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 new file mode 100644 index 000000000000..c81ba7bd1291 --- /dev/null +++ b/app-accessibility/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 @@ -0,0 +1 @@ +MD5 6608b0496e7483e6997aff6b23a4f2c6 SphinxTrain-0.9.1-beta.tar.gz 469617 diff --git a/app-accessibility/SphinxTrain/files/gcc.patch b/app-accessibility/SphinxTrain/files/gcc.patch new file mode 100644 index 000000000000..e3c51275f910 --- /dev/null +++ b/app-accessibility/SphinxTrain/files/gcc.patch @@ -0,0 +1,34 @@ +--- src/programs/count_3phone/wrec.h.orig 2003-09-28 18:51:49.000000000 +0900 ++++ src/programs/count_3phone/wrec.h 2003-09-28 18:52:23.000000000 +0900 +@@ -44,7 +44,7 @@ + #define WREC_H + + #include "phrec.h" +-#include <varargs.h> ++#include <stdarg.h> + + int quit (int status, char *fmt, ...); + +--- src/programs/count_3phone/quit.c.orig 2003-09-28 19:12:56.000000000 +0900 ++++ src/programs/count_3phone/quit.c 2003-09-28 19:13:12.000000000 +0900 +@@ -74,17 +74,14 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <varargs.h> ++#include <stdarg.h> + +-int quit (status,fmt,va_alist) +- int status; +- char *fmt; +- va_dcl ++int quit (int status,char *fmt,...) + { + va_list args; + + fflush(stdout); +- va_start(args); ++ va_start(args, fmt); + (void) vfprintf(stderr, fmt, args); + va_end(args); + exit(status); diff --git a/app-accessibility/SphinxTrain/metadata.xml b/app-accessibility/SphinxTrain/metadata.xml new file mode 100644 index 000000000000..e1774e3d9ad7 --- /dev/null +++ b/app-accessibility/SphinxTrain/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sound</herd> +</pkgmetadata> |