diff options
author | Hoang Minh Thang <hoangminhthang@ktqd.org> | 2012-07-18 23:12:54 +0700 |
---|---|---|
committer | Hoang Minh Thang <hoangminhthang@ktqd.org> | 2012-07-18 23:12:54 +0700 |
commit | 3889def2ce6644f73a98cc4743a1fba5508a1c1a (patch) | |
tree | 910141e88c92303a1b0162a58a9a1b3974545560 | |
parent | add festival and festival-hts (diff) | |
download | gentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.tar.gz gentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.tar.bz2 gentoo-vn-3889def2ce6644f73a98cc4743a1fba5508a1c1a.zip |
add ekho
-rw-r--r-- | app-accessibility/ekho/Manifest | 2 | ||||
-rwxr-xr-x | app-accessibility/ekho/ekho-4.8.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-accessibility/ekho/Manifest b/app-accessibility/ekho/Manifest new file mode 100644 index 0000000..e1c0538 --- /dev/null +++ b/app-accessibility/ekho/Manifest @@ -0,0 +1,2 @@ +DIST ekho-4.8.tar.bz2 27916021 RMD160 7da96c5799c27b36767462a06a225035b15172fb SHA1 dd44dbfeb9b1822d2fbaac97f02fe88ae66ffe5b SHA256 028a48d2318a63ccd4521bbd062aae90933c2a9bfb6e8c80e55eb9cc65786425 +EBUILD ekho-4.8.ebuild 668 RMD160 60b3a7a2d498904c17017a56b2a1403f218d1032 SHA1 2055ee5eaa44892561c6ab53e02dc4b55072ee5d SHA256 1f23b383ad6701aac90d942f583077125cbf10d1d1d6e13c2161adb3ee1f775b 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}" |