summaryrefslogtreecommitdiffstats
path: root/audio/synthv1
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-12-20 16:27:05 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-23 07:12:46 +0700
commitbed9a73ac18b3e2053e2a10e7b253b57eb5a7068 (patch)
treebcf6dbde37398b1481c54a7f461b1078a2d94f3e /audio/synthv1
parent98cce720d1d7ac2deb64e27a344aadc38604946c (diff)
downloadslackbuilds-bed9a73ac18b3e2053e2a10e7b253b57eb5a7068.tar.gz
slackbuilds-bed9a73ac18b3e2053e2a10e7b253b57eb5a7068.tar.xz
audio/synthv1: Updated for version 0.8.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/synthv1')
-rw-r--r--audio/synthv1/synthv1.SlackBuild10
-rw-r--r--audio/synthv1/synthv1.info6
2 files changed, 12 insertions, 4 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild
index 81fd1b2e02..e592eba9c0 100644
--- a/audio/synthv1/synthv1.SlackBuild
+++ b/audio/synthv1/synthv1.SlackBuild
@@ -6,6 +6,9 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20171220 bkw:
+# - updated for v0.8.5. Skipped 0.8.4 due to compile errors.
+
# 20170627 bkw:
# - updated for v0.8.3
@@ -17,7 +20,7 @@
# 20170324 bkw: updated for v0.8.1
PRGNAM=synthv1
-VERSION=${VERSION:-0.8.3}
+VERSION=${VERSION:-0.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,6 +82,11 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+# I dunno what this is actually for, but as of 0.8.5 it got moved. Move
+# it back to where it belongs, for Slack 14.2.
+[ -d $PKG/usr/share/metainfo ] && \
+ mv $PKG/usr/share/metainfo $PKG/usr/share/appdata
+
# binaries already stripped, man page already gzipped. make symlink
# to man page, to match the actual name of the binary.
ln -s $PRGNAM.1.gz $PKG/usr/man/man1/${PRGNAM}_jack.1.gz
diff --git a/audio/synthv1/synthv1.info b/audio/synthv1/synthv1.info
index 68c3160c11..acdea9d62c 100644
--- a/audio/synthv1/synthv1.info
+++ b/audio/synthv1/synthv1.info
@@ -1,8 +1,8 @@
PRGNAM="synthv1"
-VERSION="0.8.3"
+VERSION="0.8.5"
HOMEPAGE="https://synthv1.sourceforge.io/"
-DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.3/synthv1-0.8.3.tar.gz"
-MD5SUM="d775f714f84e4e8daff0939748e49e14"
+DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.5/synthv1-0.8.5.tar.gz"
+MD5SUM="0c71c38a3eff36fa85cc395fdc790b83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit"