From 0420169799711184978bf3b97b983f49e4302619 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 21 Dec 2012 22:23:38 +0100 Subject: accessibility/espeak: Updated for version 1.46.02. Added license and note to README Signed-off-by: Matteo Bernardini --- accessibility/espeak/README | 12 ++++++++++-- accessibility/espeak/espeak.SlackBuild | 4 +++- accessibility/espeak/espeak.info | 6 +++--- 3 files changed, 16 insertions(+), 6 deletions(-) (limited to 'accessibility/espeak') 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" -- cgit v1.2.3-65-gdbad