diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 19:50:24 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:04:36 +0700 |
commit | 1bd593ea8722cd07acff49f73586c2ce5eda3b86 (patch) | |
tree | 7a34d39d49e19bc400d8bf2fc842dc5c223f54a5 /audio/alsamodularsynth | |
parent | 4cebd04dfd12ca9d9a5fca556d2e829eaa3d62c0 (diff) |
audio/alsamodularsynth: Updated for version 2.2.0.
This defaults to qt5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/alsamodularsynth')
-rw-r--r-- | audio/alsamodularsynth/alsamodularsynth.SlackBuild | 3 | ||||
-rw-r--r-- | audio/alsamodularsynth/alsamodularsynth.info | 6 | ||||
-rw-r--r-- | audio/alsamodularsynth/configure.patch | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/audio/alsamodularsynth/alsamodularsynth.SlackBuild b/audio/alsamodularsynth/alsamodularsynth.SlackBuild index 55d01f327d0e..566d97e216bf 100644 --- a/audio/alsamodularsynth/alsamodularsynth.SlackBuild +++ b/audio/alsamodularsynth/alsamodularsynth.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alsamodularsynth -VERSION=${VERSION:-2.1.2} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +73,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TARNAM-$VERSION tar xvf $CWD/$TARNAM-$VERSION.tar.bz2 -patch -p0 < $CWD/configure.patch cd $TARNAM-$VERSION chown -R root:root . find -L . \ diff --git a/audio/alsamodularsynth/alsamodularsynth.info b/audio/alsamodularsynth/alsamodularsynth.info index 693637370672..2ec88a76b4b6 100644 --- a/audio/alsamodularsynth/alsamodularsynth.info +++ b/audio/alsamodularsynth/alsamodularsynth.info @@ -1,8 +1,8 @@ PRGNAM="alsamodularsynth" -VERSION="2.1.2" +VERSION="2.2.0" HOMEPAGE="http://alsamodular.sourceforge.net/" -DOWNLOAD="https://sourceforge.net/projects/alsamodular/files/alsamodular/2.1.2/ams-2.1.2.tar.bz2" -MD5SUM="dfab2bb64da98558273c46675ea9a43f" +DOWNLOAD="https://sourceforge.net/projects/alsamodular/files/alsamodular/2.2.0/ams-2.2.0.tar.bz2" +MD5SUM="bebfd56543bdbdccaeb9e9be65589472" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack clalsadrv ladspa_sdk" diff --git a/audio/alsamodularsynth/configure.patch b/audio/alsamodularsynth/configure.patch deleted file mode 100644 index 5eb932b67a60..000000000000 --- a/audio/alsamodularsynth/configure.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ams-2.1.2/configure.old 2016-11-05 22:20:32.871586260 +0000 -+++ ams-2.1.2/configure 2016-11-05 22:20:46.776496504 +0000 -@@ -6360,7 +6360,7 @@ - #define HAVE_LIBQTOPENGL 1 - _ACEOF - -- LIBS="-lQtOpenGL $LIBS" -+ LIBS=" -lQtOpenGL $LIBS" - - else - as_fn_error $? "QtOpenGL is required" "$LINENO" 5 |