summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2010-03-14 21:02:40 +0000
committerJesus Rivero <neurogeek@gentoo.org>2010-03-14 21:02:40 +0000
commiteda7ba28be19569fc69c7a31a14281aa83c64a84 (patch)
tree363dd5dd0fb4cedb49c9d44f87269f1c0ed39c70 /app-accessibility/festival-ru
parentLittle workaround for broken expectk binary, see bug #308713. (diff)
downloadgentoo-2-eda7ba28be19569fc69c7a31a14281aa83c64a84.tar.gz
gentoo-2-eda7ba28be19569fc69c7a31a14281aa83c64a84.tar.bz2
gentoo-2-eda7ba28be19569fc69c7a31a14281aa83c64a84.zip
Initial commit. Closes bug #195629
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/festival-ru')
-rw-r--r--app-accessibility/festival-ru/ChangeLog10
-rw-r--r--app-accessibility/festival-ru/festival-ru-0.5.ebuild35
-rw-r--r--app-accessibility/festival-ru/metadata.xml9
3 files changed, 54 insertions, 0 deletions
diff --git a/app-accessibility/festival-ru/ChangeLog b/app-accessibility/festival-ru/ChangeLog
new file mode 100644
index 000000000000..70df038e67e0
--- /dev/null
+++ b/app-accessibility/festival-ru/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-accessibility/festival-ru
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-ru/ChangeLog,v 1.1 2010/03/14 21:02:40 neurogeek Exp $
+
+*festival-ru-0.5 (14 Mar 2010)
+
+ 14 Mar 2010; Jesus Rivero <neurogeek@gentoo.org> +festival-ru-0.5.ebuild,
+ +metadata.xml:
+ Initial commit. Closes bug #195629
+
diff --git a/app-accessibility/festival-ru/festival-ru-0.5.ebuild b/app-accessibility/festival-ru/festival-ru-0.5.ebuild
new file mode 100644
index 000000000000..6669d2124a1f
--- /dev/null
+++ b/app-accessibility/festival-ru/festival-ru-0.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-ru/festival-ru-0.5.ebuild,v 1.1 2010/03/14 21:02:40 neurogeek Exp $
+
+EAPI="2"
+MY_PN=msu_ru_nsh_clunits
+
+DESCRIPTION="Russian voices for Festival."
+HOMEPAGE="http://festlang.berlios.de/russian.html"
+SRC_URI="mirror://berlios/festlang/${MY_PN}-${PV}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-accessibility/festival-1.96_beta"
+DEPEND=""
+
+src_install() {
+ dodoc "${MY_PN}/README" || die "Could not install README"
+ rm "${MY_PN}/{README,COPYING}"
+
+ insinto "/usr/share/festival/voices/russian/"
+ doins -r "${MY_PN}/" || die "Could not install Russian Voices"
+}
+
+pkg_postinst() {
+ elog
+ elog " To enable russian voices run festval and use command:"
+ elog " (voice_msu_ru_nsh_clunits)"
+ elog
+ elog " Please note that text input should have UTF-8 encoding."
+ elog
+}
diff --git a/app-accessibility/festival-ru/metadata.xml b/app-accessibility/festival-ru/metadata.xml
new file mode 100644
index 000000000000..f66d895ca4e2
--- /dev/null
+++ b/app-accessibility/festival-ru/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>accessibility</herd>
+ <herd>sound</herd>
+ <maintainer>
+ <email>neurogeek@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>