mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
accessibility/speech-dispatcher: Updated for version 0.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1a1a7331d
commit
e1ba58097f
3 changed files with 13 additions and 7 deletions
|
@ -1,4 +1,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).
|
||||
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.
|
||||
|
||||
Python3, PyXDG, festival-freebsoft-utils are optional dependencies.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for speech-dispatcher
|
||||
|
||||
# Copyright 2016 Edward W. Koenig, Vancouver, WA <kingbeowulf@gmail.com>
|
||||
# Copyright 2016, 2017 Edward W. Koenig, Vancouver, WA <kingbeowulf@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=speech-dispatcher
|
||||
VERSION=${VERSION:-0.8.5}
|
||||
VERSION=${VERSION:-0.8.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,6 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOC_LIST="ANNOUNCE AUTHORS BUGS COPYING INSTALL README README.* TODO"
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -92,7 +94,7 @@ rm -f $PKG/usr/info/dir
|
|||
gzip -9 $PKG/usr/info/*.info*
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOC_LIST $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="speech-dispatcher"
|
||||
VERSION="0.8.5"
|
||||
VERSION="0.8.6"
|
||||
HOMEPAGE="http://devel.freebsoft.org/speechd/"
|
||||
DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.5.tar.gz"
|
||||
MD5SUM="0c89e02586c66733751fca1408333ccd"
|
||||
DOWNLOAD="http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.6.tar.gz"
|
||||
MD5SUM="a4230e59c31e954862dfe44392f31408"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="dotconf"
|
||||
|
|
Loading…
Reference in a new issue