summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author Edward W. Koenig2017-06-15 00:00:42 +0200
committer Willy Sudiarto Raharjo2017-06-15 13:35:59 +0200
commit1235d56c084e149652bed8521f9f5165afa62c30 (patch)
tree6fdd387503c787834a4c597c01013b78f530ae05 /accessibility
parentb07e8752504542a1b892eed5963451a62f602007 (diff)
downloadslackbuilds-1235d56c084e149652bed8521f9f5165afa62c30.tar.gz
accessibility/speech-dispatcher: Updated for version 0.8.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/speech-dispatcher/README7
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.SlackBuild3
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.info6
3 files changed, 8 insertions, 8 deletions
diff --git a/accessibility/speech-dispatcher/README b/accessibility/speech-dispatcher/README
index 12a82a5e71..027beae076 100644
--- a/accessibility/speech-dispatcher/README
+++ b/accessibility/speech-dispatcher/README
@@ -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.
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
index d2a7abe50c..cd197126dc 100644
--- a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -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 \
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.info b/accessibility/speech-dispatcher/speech-dispatcher.info
index 92671252d4..c629794f57 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.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"