summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edward W. Koenig2020-10-10 01:57:21 +0200
committer Willy Sudiarto Raharjo2020-10-10 05:18:52 +0200
commit27d375678ad734ac839eac04c213551b065a08e7 (patch)
tree8dfa274ef35e6ad59b1a3d8672b50bf52f824834
parent9a5d13d3f78f55bea2a1f17b159ccf6463138323 (diff)
downloadslackbuilds-27d375678ad734ac839eac04c213551b065a08e7.tar.gz
accessibility/speech-dispatcher: Updated for version 0.10.1
Signed-off-by: Edward W. Koenig <kingbeowulf@glinuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--accessibility/speech-dispatcher/README2
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.SlackBuild8
-rw-r--r--accessibility/speech-dispatcher/speech-dispatcher.info8
3 files changed, 10 insertions, 8 deletions
diff --git a/accessibility/speech-dispatcher/README b/accessibility/speech-dispatcher/README
index 027beae076..c0074427a8 100644
--- a/accessibility/speech-dispatcher/README
+++ b/accessibility/speech-dispatcher/README
@@ -6,4 +6,4 @@ 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 (both for spd-conf), festival-freebsoft-utils are optional dependencies.
+festival-freebsoft-utils is an optional dependency.
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild b/accessibility/speech-dispatcher/speech-dispatcher.SlackBuild
index a39fd8eb18..53ae6c4e76 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, 2017 Edward W. Koenig, Vancouver, WA <kingbeowulf@gmail.com>
+# Copyright 2016-2020 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.8}
+VERSION=${VERSION:-0.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOC_LIST="ANNOUNCE AUTHORS BUGS COPYING INSTALL README README.* TODO"
+DOC_LIST="ANNOUNCE AUTHORS BUGS COPYING.* FAQ INSTALL NEWS README.* TODO"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
@@ -71,6 +71,8 @@ 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 {} \;
+./build.sh
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/accessibility/speech-dispatcher/speech-dispatcher.info b/accessibility/speech-dispatcher/speech-dispatcher.info
index 1671552997..13b41f9f02 100644
--- a/accessibility/speech-dispatcher/speech-dispatcher.info
+++ b/accessibility/speech-dispatcher/speech-dispatcher.info
@@ -1,10 +1,10 @@
PRGNAM="speech-dispatcher"
-VERSION="0.8.8"
+VERSION="0.10.1"
HOMEPAGE="https://devel.freebsoft.org/speechd/"
-DOWNLOAD="https://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.8.tar.gz"
-MD5SUM="ad9fb4798004983abd9de15a08cddebc"
+DOWNLOAD="https://github.com/brailcom/speechd/releases/download/0.10.1/speech-dispatcher-0.10.1.tar.gz"
+MD5SUM="49bc64d8517762d9c9818f5ef3d3bc42"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="dotconf"
+REQUIRES="dotconf Python3 PyXDG"
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"