diff options
author | B. Watson <yalhcru@gmail.com> | 2017-06-14 14:55:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:36:02 +0700 |
commit | 822b2125d8a7611141697482deee9fb09c9f24d5 (patch) | |
tree | b2ce1af18bcab76ab1df6febd822f3783b42cbc8 /audio | |
parent | b28be3746f0c9e9262f9afd342e128035ca49f9b (diff) | |
download | slackbuilds-822b2125d8a7611141697482deee9fb09c9f24d5.tar.gz |
audio/synthv1: Updated for version 0.8.2, drop qt5 dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 8 | ||||
-rw-r--r-- | audio/synthv1/synthv1.info | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index f1d2151cf5..8b4159fcee 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,10 +6,15 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170614 bkw: +# - updated for v0.8.2 +# - build with qt4, remove qt5 requirement. not sure how I missed this +# the first time around... + # 20170324 bkw: updated for v0.8.1 PRGNAM=synthv1 -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +70,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-qt4 \ --build=$ARCH-slackware-linux make diff --git a/audio/synthv1/synthv1.info b/audio/synthv1/synthv1.info index e0687d73e8..0e47b6b02c 100644 --- a/audio/synthv1/synthv1.info +++ b/audio/synthv1/synthv1.info @@ -1,10 +1,10 @@ PRGNAM="synthv1" -VERSION="0.8.1" +VERSION="0.8.2" HOMEPAGE="https://synthv1.sourceforge.io/" -DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.1/synthv1-0.8.1.tar.gz" -MD5SUM="c1512290ae74880b1f566de3aa70c7e7" +DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.8.2/synthv1-0.8.2.tar.gz" +MD5SUM="78f0261ef801371816a55835dbda28b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qt5 jack-audio-connection-kit" +REQUIRES="jack-audio-connection-kit" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |