summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2013-06-29 01:45:52 +0200
committer Niels Horn2013-06-29 14:37:16 +0200
commit1ea788d4fcfe96f659f37239da2a355f8969b62c (patch)
tree36ec489e3a6d7183fb4c50dcc3c89fe11a820669 /audio
parent878c2773cee9e7105e22bccd2d32f0bd51d65e6e (diff)
downloadslackbuilds-1ea788d4fcfe96f659f37239da2a355f8969b62c.tar.gz
audio/sooperlooper: Updated for version 1.7.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/sooperlooper/sooperlooper.SlackBuild11
-rw-r--r--audio/sooperlooper/sooperlooper.info6
2 files changed, 11 insertions, 6 deletions
diff --git a/audio/sooperlooper/sooperlooper.SlackBuild b/audio/sooperlooper/sooperlooper.SlackBuild
index 824189b395..154a42efad 100644
--- a/audio/sooperlooper/sooperlooper.SlackBuild
+++ b/audio/sooperlooper/sooperlooper.SlackBuild
@@ -4,10 +4,10 @@
# Written by B. Watson (yalhcru@gmail.com)
-# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
+# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=sooperlooper
-VERSION=${VERSION:-1.6.18}
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,12 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
-make install-strip DESTDIR=$PKG
+make install DESTDIR=$PKG
+
+# 'make install-strip' in 1.7.0 fails to install the slconsole and slregister
+# binaries. Rather than plumb the murky depths of autotools, I'll just
+# do it manually.
+strip $PKG/usr/bin/*
# Man pages, desktop, icon borrowed from Debian (thanks!)
mkdir -p $PKG/usr/share/applications
diff --git a/audio/sooperlooper/sooperlooper.info b/audio/sooperlooper/sooperlooper.info
index 42a8ae8ca1..e6cd09351f 100644
--- a/audio/sooperlooper/sooperlooper.info
+++ b/audio/sooperlooper/sooperlooper.info
@@ -1,8 +1,8 @@
PRGNAM="sooperlooper"
-VERSION="1.6.18"
+VERSION="1.7.0"
HOMEPAGE="http://essej.net/sooperlooper/"
-DOWNLOAD="http://essej.net/sooperlooper/sooperlooper-1.6.18.tar.gz"
-MD5SUM="e59d59ca85eaf652a4870c6c3ac80b5a"
+DOWNLOAD="http://essej.net/sooperlooper/sooperlooper-1.7.0.tar.gz"
+MD5SUM="ce1111ab22e5e8947632101d920ce500"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit liblo libsigc++-legacy12 rubberband wxPython"