accessibility/espeak: Updated for version 1.46.02.

Added license and note to README

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
B. Watson 2012-12-21 22:23:38 +01:00 committed by Matteo Bernardini
parent 6e57d3a880
commit 0420169799
3 changed files with 16 additions and 6 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"