mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
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:
parent
6e57d3a880
commit
0420169799
3 changed files with 16 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue