audio/samplv1: Updated for version 0.9.4.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-12-16 22:12:35 -05:00 committed by Willy Sudiarto Raharjo
parent 08196f006d
commit 6880965245
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 8 additions and 11 deletions

View File

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20181216 bkw: update for 0.9.4, which now requires qt5 :(
# 20180615 bkw: update for 0.9.2
# 20180702 bkw: update for 0.9.1, install French man page correctly.
# 20180615 bkw: update for 0.9.0
@ -15,7 +16,7 @@
# 20170614 bkw: update for 0.8.2, drop qt5 dep, build with qt4
PRGNAM=samplv1
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-0.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,11 +56,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
LDFLAGS="-Wl,-s" \
CFLAGS="$SLKCFLAGS" \
@ -71,7 +69,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-qt4 \
--build=$ARCH-slackware-linux
make

View File

@ -1,10 +1,10 @@
PRGNAM="samplv1"
VERSION="0.9.2"
VERSION="0.9.4"
HOMEPAGE="https://samplv1.sourceforge.io/"
DOWNLOAD="https://downloads.sourceforge.net/project/samplv1/samplv1/0.9.2/samplv1-0.9.2.tar.gz"
MD5SUM="163d71378699a8c17affefadf52dc3ee"
DOWNLOAD="https://downloads.sourceforge.net/project/samplv1/samplv1/0.9.4/samplv1-0.9.4.tar.gz"
MD5SUM="7976e61b9db5fd7acd4a777b81faec1b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit"
REQUIRES="jack-audio-connection-kit qt5"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"