summaryrefslogtreecommitdiffstats
path: root/accessibility/espeak
diff options
context:
space:
mode:
author B. Watson2012-12-21 22:23:38 +0100
committer Matteo Bernardini2012-12-21 22:23:54 +0100
commit0420169799711184978bf3b97b983f49e4302619 (patch)
tree2b3b6c42559d559b30f01e2ab45c2749ac2c03cd /accessibility/espeak
parent6e57d3a880bfa823965c62ccc59f01a9097dfe36 (diff)
downloadslackbuilds-0420169799711184978bf3b97b983f49e4302619.tar.gz
accessibility/espeak: Updated for version 1.46.02.
Added license and note to README Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'accessibility/espeak')
-rw-r--r--accessibility/espeak/README12
-rw-r--r--accessibility/espeak/espeak.SlackBuild4
-rw-r--r--accessibility/espeak/espeak.info6
3 files changed, 16 insertions, 6 deletions
diff --git a/accessibility/espeak/README b/accessibility/espeak/README
index bbb9cb381b..19f50b44bc 100644
--- a/accessibility/espeak/README
+++ b/accessibility/espeak/README
@@ -1,5 +1,4 @@
-eSpeak is a compact open source software speech synthesizer for English
-and other languages.
+eSpeak (a compact open source software speech synthesizer)
eSpeak produces good quality English speech. It uses a different synthesis
method from other open source text to speech (TTS) engines, and sounds
@@ -9,3 +8,12 @@ can run as a command line program to speak text from a file or from stdin.
To build without portaudio support, set WAVONLY=yes in the script's
environment.
+
+If you get errors like this:
+
+bt_audio_service_open: connect() failed: Connection refused (111)
+
+...either ignore them (if espeak produces audio anyway), or comment out
+the 'pcm.headset' and 'ctl.headset' stanzas in /etc/asound.conf. This
+should only happen if your Slackware system was upgraded from an older
+version.
diff --git a/accessibility/espeak/espeak.SlackBuild b/accessibility/espeak/espeak.SlackBuild
index b91222a81e..0a5b112e4e 100644
--- a/accessibility/espeak/espeak.SlackBuild
+++ b/accessibility/espeak/espeak.SlackBuild
@@ -4,8 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
+# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+
PRGNAM=espeak
-VERSION=${VERSION:-1.45.04}
+VERSION=${VERSION:-1.46.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/accessibility/espeak/espeak.info b/accessibility/espeak/espeak.info
index 63cacd8fdb..44a45d6f68 100644
--- a/accessibility/espeak/espeak.info
+++ b/accessibility/espeak/espeak.info
@@ -1,8 +1,8 @@
PRGNAM="espeak"
-VERSION="1.45.04"
+VERSION="1.46.02"
HOMEPAGE="http://espeak.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/espeak/espeak-1.45.04-source.zip"
-MD5SUM="6e810d2786b55cddb34f31b3eb813507"
+DOWNLOAD="http://downloads.sourceforge.net/espeak/espeak-1.46.02-source.zip"
+MD5SUM="84e8e44562f05a3afc5427218afc8af1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="portaudio"