diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-06-30 16:29:41 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-06-30 16:29:41 +0000 |
commit | 9d177f21e5ea23412185441e6184850ee8280158 (patch) | |
tree | 0e76800b6800b85925aaf4d67c1f5ca01daeb6ab /app-accessibility/festival-hts | |
parent | x86 stable, bug 323729 (diff) | |
download | gentoo-2-9d177f21e5ea23412185441e6184850ee8280158.tar.gz gentoo-2-9d177f21e5ea23412185441e6184850ee8280158.tar.bz2 gentoo-2-9d177f21e5ea23412185441e6184850ee8280158.zip |
Initial commit. Closes bug #318179. Thanks to Alec for his work
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/festival-hts')
-rw-r--r-- | app-accessibility/festival-hts/ChangeLog | 10 | ||||
-rw-r--r-- | app-accessibility/festival-hts/festival-hts-2.1.ebuild | 28 | ||||
-rw-r--r-- | app-accessibility/festival-hts/metadata.xml | 9 |
3 files changed, 47 insertions, 0 deletions
diff --git a/app-accessibility/festival-hts/ChangeLog b/app-accessibility/festival-hts/ChangeLog new file mode 100644 index 000000000000..c2a232e496ee --- /dev/null +++ b/app-accessibility/festival-hts/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-accessibility/festival-hts +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-hts/ChangeLog,v 1.1 2010/06/30 16:29:41 neurogeek Exp $ + +*festival-hts-2.1 (30 Jun 2010) + + 30 Jun 2010; Jesus Rivero <neurogeek@gentoo.org> +festival-hts-2.1.ebuild, + +metadata.xml: + Initial commit. + diff --git a/app-accessibility/festival-hts/festival-hts-2.1.ebuild b/app-accessibility/festival-hts/festival-hts-2.1.ebuild new file mode 100644 index 000000000000..653a00b7ad5e --- /dev/null +++ b/app-accessibility/festival-hts/festival-hts-2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-hts/festival-hts-2.1.ebuild,v 1.1 2010/06/30 16:29:41 neurogeek Exp $ + +EAPI=2 + +DESCRIPTION="HTS voices for Festival" +HOMEPAGE="http://hts.sp.nitech.ac.jp/" +SITE="http://hts.sp.nitech.ac.jp/archives/${PV}" +SRC_URI="${SITE}/festvox_nitech_us_awb_arctic_hts-${PV}.tar.bz2 + ${SITE}/festvox_nitech_us_bdl_arctic_hts-${PV}.tar.bz2 + ${SITE}/festvox_nitech_us_clb_arctic_hts-${PV}.tar.bz2 + ${SITE}/festvox_nitech_us_jmk_arctic_hts-${PV}.tar.bz2 + ${SITE}/festvox_nitech_us_rms_arctic_hts-${PV}.tar.bz2 + ${SITE}/festvox_nitech_us_slt_arctic_hts-${PV}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=app-accessibility/festival-1.96" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/share/festival/voices/ + doins -r lib/voices/* +} diff --git a/app-accessibility/festival-hts/metadata.xml b/app-accessibility/festival-hts/metadata.xml new file mode 100644 index 000000000000..be48b593dcc8 --- /dev/null +++ b/app-accessibility/festival-hts/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>neurogeek@gentoo.org</email> +</maintainer> +<herd>accessibility</herd> +<herd>sound</herd> +</pkgmetadata> |