summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoang Minh Thang <hoangminhthang@ktqd.org>2012-07-18 23:12:54 +0700
committerHoang Minh Thang <hoangminhthang@ktqd.org>2012-07-18 23:12:54 +0700
commit3889def2ce6644f73a98cc4743a1fba5508a1c1a (patch)
tree910141e88c92303a1b0162a58a9a1b3974545560 /app-accessibility/ekho/ekho-4.8.ebuild
parentadd festival and festival-hts (diff)
downloadgentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.tar.gz
gentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.tar.bz2
gentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.zip
add ekho
Diffstat (limited to 'app-accessibility/ekho/ekho-4.8.ebuild')
-rwxr-xr-xapp-accessibility/ekho/ekho-4.8.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-accessibility/ekho/ekho-4.8.ebuild b/app-accessibility/ekho/ekho-4.8.ebuild
new file mode 100755
index 0000000..c4237e8
--- /dev/null
+++ b/app-accessibility/ekho/ekho-4.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.46.01.ebuild,v 1.2 2012/01/01 15:33:41 armin76 Exp $
+
+EAPI="4"
+
+inherit eutils
+
+SRC_URI="mirror://sourceforge/e-guidedog/${P}.tar.bz2"
+DESCRIPTION="Chinese text-to-speech (TTS) software supporting Cantonese, Mandarin, Zhaoan Hakka and Korean"
+HOMEPAGE="http://www.eguidedog.net/ekho.php"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 amd64-linux x86-linux"
+IUSE=""
+RDEPEND="media-sound/pulseaudio
+media-libs/libsndfile
+media-libs/portaudio"
+DEPEND="${RDEPEND}"