From e1ba58097fbe3c0cb20f731459a587dce8ac1955 Mon Sep 17 00:00:00 2001 From: "Edward W. Koenig" Date: Mon, 30 Jan 2017 07:35:10 +0700 Subject: accessibility/speech-dispatcher: Updated for version 0.8.6. Signed-off-by: Willy Sudiarto Raharjo --- accessibility/speech-dispatcher/README | 6 +++++- accessibility/speech-dispatcher/speech-dispatcher.SlackBuild | 8 +++++--- 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 +# Copyright 2016, 2017 Edward W. Koenig, Vancouver, WA # 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" -- cgit v1.2.3