From 27d375678ad734ac839eac04c213551b065a08e7 Mon Sep 17 00:00:00 2001 From: Edward W. Koenig Date: Fri, 9 Oct 2020 16:57:21 -0700 Subject: accessibility/speech-dispatcher: Updated for version 0.10.1 Signed-off-by: Edward W. Koenig Signed-off-by: Willy Sudiarto Raharjo --- accessibility/speech-dispatcher/README | 2 +- accessibility/speech-dispatcher/speech-dispatcher.SlackBuild | 8 +++++--- accessibility/speech-dispatcher/speech-dispatcher.info | 8 ++++---- 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 +# Copyright 2016-2020 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.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" -- cgit v1.2.3