[Lunar-commits] <moonbase> espeak: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Dec 29 03:03:10 CET 2011
commit 8220c138c53ddcb3c18309fac96a6800b1afc728
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Dec 28 21:03:10 2011 -0500
espeak: Adding to moonbase.
---
audio/espeak/BUILD | 9 +++++++++
audio/espeak/DEPENDS | 1 +
audio/espeak/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/audio/espeak/BUILD b/audio/espeak/BUILD
new file mode 100644
index 0000000..ac57f9b
--- /dev/null
+++ b/audio/espeak/BUILD
@@ -0,0 +1,9 @@
+(
+
+ cd src &&
+ cp portaudio19.h portaudio.h &&
+
+ default_make
+
+) > $C_FIFO 2>&1
+
diff --git a/audio/espeak/DEPENDS b/audio/espeak/DEPENDS
new file mode 100644
index 0000000..5dbae22
--- /dev/null
+++ b/audio/espeak/DEPENDS
@@ -0,0 +1 @@
+depends portaudio
diff --git a/audio/espeak/DETAILS b/audio/espeak/DETAILS
new file mode 100644
index 0000000..348b22e
--- /dev/null
+++ b/audio/espeak/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=espeak
+ VERSION=1.46.01-source
+ SOURCE=$MODULE-$VERSION.zip
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:2f3c14192b012c945db9f06dd47d366f4c3cf15f
+ WEB_SITE=http://espeak.sourceforge.net/
+ ENTERED=20111228
+ UPDATED=20111228
+ SHORT="software speech synthesizer"
+
+cat << EOF
+eSpeak uses a "formant synthesis" method. This allows many languages to be
+provided in a small size. The speech is clear, and can be used at high speeds,
+but is not as natural or smooth as larger synthesizers which are based on
+human speech recordings.
+EOF
More information about the Lunar-commits
mailing list