summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-20 07:50:33 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:06 +0200
commitc807b8d8a89750d44105e0d94589d9e0a32a7479 (patch)
tree587b1a0e81e0d73da2122fbba1daf7a42901e945 /audio
parent2f774bb5b23b227530814d849b87c884da64183b (diff)
downloadslackbuilds-c807b8d8a89750d44105e0d94589d9e0a32a7479.tar.gz
audio/SAM: Updated for version 20171105_bcf92b5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/SAM/README2
-rw-r--r--audio/SAM/SAM.SlackBuild6
-rw-r--r--audio/SAM/SAM.info6
-rw-r--r--audio/SAM/slack-desc2
4 files changed, 8 insertions, 8 deletions
diff --git a/audio/SAM/README b/audio/SAM/README
index 184eaee3ba..3fd4ffd121 100644
--- a/audio/SAM/README
+++ b/audio/SAM/README
@@ -1,4 +1,4 @@
-Sam is a very small Text-To-Speech (TTS) program written in C, that
+SAM is a very small Text-To-Speech (TTS) program written in C, that
runs on most popular platforms.
It is an adaption to C of the speech software SAM (Software Automatic
Mouth) for the Commodore C64 published in the year 1982 by Don't Ask
diff --git a/audio/SAM/SAM.SlackBuild b/audio/SAM/SAM.SlackBuild
index b91b12b2da..983bbcb892 100644
--- a/audio/SAM/SAM.SlackBuild
+++ b/audio/SAM/SAM.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for SAM
-# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# 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=SAM
-VERSION=${VERSION:-20160807_fc56501}
+VERSION=${VERSION:-20171105_bcf92b5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find -L . \
# Use our CFLAGS
sed -i "s|-O2|$SLKCFLAGS|" Makefile
make
-install -D -m 0755 sam $PKG/usr/bin/sam
+install -D -m 0755 sam $PKG/usr/bin/SAM
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/audio/SAM/SAM.info b/audio/SAM/SAM.info
index 9715646894..b665e30032 100644
--- a/audio/SAM/SAM.info
+++ b/audio/SAM/SAM.info
@@ -1,8 +1,8 @@
PRGNAM="SAM"
-VERSION="20160807_fc56501"
+VERSION="20171105_bcf92b5"
HOMEPAGE="https://github.com/s-macke/SAM"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/SAM-20160807_fc56501.tar.xz"
-MD5SUM="47c7bc9d2ae4fa90441a79d1ad641def"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/SAM-20171105_bcf92b5.tar.xz"
+MD5SUM="089a37ab6ed436b084f3acfb1c78806f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/audio/SAM/slack-desc b/audio/SAM/slack-desc
index d31ef3b855..2044743f61 100644
--- a/audio/SAM/slack-desc
+++ b/audio/SAM/slack-desc
@@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
SAM: SAM (Software Automatic Mouth)
SAM:
-SAM: Sam is a very small Text-To-Speech (TTS) program written in C, that
+SAM: SAM is a very small Text-To-Speech (TTS) program written in C, that
SAM: runs on most popular platforms.
SAM: It is an adaption to C of the speech software SAM (Software Automatic
SAM: Mouth) for the Commodore C64 published in the year 1982 by Don't Ask