diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-01-30 07:35:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:09 +0700 |
commit | e1ba58097fbe3c0cb20f731459a587dce8ac1955 (patch) | |
tree | 922cf8a0cbb3d7ac54ede89c6d04baec1d21f9ce /accessibility | |
parent | e1a1a7331dbd0dc6e96984befad2c7fce04c3530 (diff) | |
download | slackbuilds-e1ba58097fbe3c0cb20f731459a587dce8ac1955.tar.gz |
accessibility/speech-dispatcher: Updated for version 0.8.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/speech-dispatcher/README | 6 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/speech-dispatcher.SlackBuild | 8 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/speech-dispatcher.info | 6 |
3 files changed, 13 insertions, 7 deletions
diff --git a/accessibility/speech-dispatcher/README b/accessibility/speech-dispatcher/README index fd007ca260..12a82a5e71 100644 --- a/accessibility/speech-dispatcher/README +++ b/accessibility/speech-dispatcher/README @@ -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. diff --git a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild index a23e4ec8e5..d2a7abe50c 100644 --- a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild +++ b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild @@ -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 diff --git a/accessibility/speech-dispatcher/speech-dispatcher.info b/accessibility/speech-dispatcher/speech-dispatcher.info index af56c880a5..62f7d21e01 100644 --- a/accessibility/speech-dispatcher/speech-dispatcher.info +++ b/accessibility/speech-dispatcher/speech-dispatcher.info @@ -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" |