accessibility/speech-dispatcher: Updated for version 0.8.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b07e875250
commit
1235d56c08
|
@ -2,7 +2,8 @@ Speech Dispatcher is a device independent layer for speech synthesis
|
|||
that provides a common easy to use interface for both client
|
||||
applications (programs that want to speak) and for software
|
||||
synthesizers (programs actually able to convert text to speech). To
|
||||
use Speech Dispatcher, you will also need a Software synthesizer that
|
||||
are available on Slackbuilds.org.
|
||||
use Speech Dispatcher, you will also need a Software synthesizer, such
|
||||
as espeak, flite (available on Slackbuilds.org), or festival (not
|
||||
available on Slackbuilds.org).
|
||||
|
||||
Python3, PyXDG, festival-freebsoft-utils are optional dependencies.
|
||||
Python3, PyXDG (both for spd-conf), festival-freebsoft-utils are optional dependencies.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=speech-dispatcher
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
VERSION=${VERSION:-0.8.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,7 +71,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="speech-dispatcher"
|
||||
VERSION="0.8.6"
|
||||
VERSION="0.8.7"
|
||||
HOMEPAGE="https://devel.freebsoft.org/speechd/"
|
||||
DOWNLOAD="https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz"
|
||||
MD5SUM="a4230e59c31e954862dfe44392f31408"
|
||||
DOWNLOAD="https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.7.tar.gz"
|
||||
MD5SUM="6ffe4aff58154a06c14da66cd045fa8c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dotconf"
|
||||
|
|
Loading…
Reference in New Issue