audio/sooperlooper: Updated for version 1.7.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
B. Watson 2013-06-28 20:45:52 -03:00 committed by Niels Horn
parent 878c2773ce
commit 1ea788d4fc
2 changed files with 11 additions and 6 deletions

View file

@ -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

View file

@ -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"