summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2002-06-04 20:17:05 +0000
committerMichael Nazaroff <naz@gentoo.org>2002-06-04 20:17:05 +0000
commitc77c802b8b9d0f52d3bbe7f718b5b2828b66bc25 (patch)
tree5829aebfdc56e591c1a2497f6dc4f054fccad57f /media-sound/mbrola
parentNew package. (diff)
downloadhistorical-c77c802b8b9d0f52d3bbe7f718b5b2828b66bc25.tar.gz
historical-c77c802b8b9d0f52d3bbe7f718b5b2828b66bc25.tar.bz2
historical-c77c802b8b9d0f52d3bbe7f718b5b2828b66bc25.zip
Update to the correct install path for mbrola
Diffstat (limited to 'media-sound/mbrola')
-rw-r--r--media-sound/mbrola/Changelog6
-rw-r--r--media-sound/mbrola/files/digest-mbrola-3.0.1h-r14
-rw-r--r--media-sound/mbrola/mbrola-3.0.1h-r1.ebuild47
3 files changed, 57 insertions, 0 deletions
diff --git a/media-sound/mbrola/Changelog b/media-sound/mbrola/Changelog
index 9d0ddbebbf1b..9c47c1d4f408 100644
--- a/media-sound/mbrola/Changelog
+++ b/media-sound/mbrola/Changelog
@@ -5,6 +5,12 @@
*mbrola-3.0.1 (29 May 2002)
+ 3 Jun 2002; Michael Nazaroff <naz@gentupdate fix's a incorrect intall path for
+ the previous ebuild version of mbrola. Which made festial unable to detect
+ the voices.
+
+*mbrola-3.0.1 (29 May 2002)
+
29 May 2002; Michael Nazaroff <naz@gentoo.org> mbrola-3.0.1h.ebuild:
This is initial release of this package which provides speech synthesizers for
many diffirent languages. It depends on festival.
diff --git a/media-sound/mbrola/files/digest-mbrola-3.0.1h-r1 b/media-sound/mbrola/files/digest-mbrola-3.0.1h-r1
new file mode 100644
index 000000000000..f512954f0d13
--- /dev/null
+++ b/media-sound/mbrola/files/digest-mbrola-3.0.1h-r1
@@ -0,0 +1,4 @@
+MD5 083e3e93c6d6b7d238d4e8c9b80f6111 mbr301h.zip 289370
+MD5 1b21560b45c5566cf4672e8eb7393490 us1-980512.zip 6562915
+MD5 185045d55456694f4f104173e43bbb89 us2-980812.zip 6387442
+MD5 544840204a6e120cef67176769629ecb us3-990208.zip 6195800
diff --git a/media-sound/mbrola/mbrola-3.0.1h-r1.ebuild b/media-sound/mbrola/mbrola-3.0.1h-r1.ebuild
new file mode 100644
index 000000000000..2dce7c245289
--- /dev/null
+++ b/media-sound/mbrola/mbrola-3.0.1h-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer: Michael M Nazaroff <naz@gentoo.org>
+# /space/gentoo/cvsroot/gentoo-x86/media-sound/mbrola/mbrola-3.0.1h.ebuild,v 1.0
+# 2002/05/18 17:25:12 naz Exp
+
+S=${WORKDIR}
+URL="http://tcts.fpms.ac.be/synthesis/mbrola"
+DESCRIPTION="us1, us2, and us3 mbrola voice libraries for Festival TTS"
+SRC_URI="${URL}/bin/pclinux/mbr301h.zip
+${URL}/dba/us1/us1-980512.zip
+${URL}/dba/us2/us2-980812.zip
+${URL}/dba/us3/us3-990208.zip"
+HOMEPAGE="http://tcts.fpms.ac.be/synthesis/mbrola.html"
+
+DEPEND=">=media-sound/festival-1.4.2"
+
+src_install () {
+
+ # Take care of main binary
+ mv mbrola-linux-i386 mbrola
+ dobin mbrola
+ dodoc readme.txt
+
+ # Now install the vioces
+ FESTLIB=/usr/lib/festival/voices/english
+ insinto ${FESTLIB}/us1_mbrola/us1
+ doins us1/us1 us1/us1mrpa
+ insinto ${FESTLIB}/us1_mbrola/us1/TEST
+ doins us1/TEST/*
+ dodoc us1/us1.txt
+
+ insinto ${FESTLIB}/us2_mbrola/us2
+ doins us2/us2
+ insinto ${FESTLIB}/us2_mbrola/us2/TEST
+ doins us2/TEST/*
+ dodoc us2/us2.txt
+
+ insinto ${FESTLIB}/us3_mbrola/us3
+ doins us3/us3
+ insinto ${FESTLIB}/us3_mbrola/us3/TEST
+ doins us3/TEST/*
+ dodoc us3/us3.txt
+
+}
+
+