summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-02-07 07:50:24 +0100
committer Willy Sudiarto Raharjo2022-02-07 17:04:36 +0100
commit1bd593ea8722cd07acff49f73586c2ce5eda3b86 (patch)
tree7a34d39d49e19bc400d8bf2fc842dc5c223f54a5
parent4cebd04dfd12ca9d9a5fca556d2e829eaa3d62c0 (diff)
downloadslackbuilds-1bd593ea8722cd07acff49f73586c2ce5eda3b86.tar.gz
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>
-rw-r--r--audio/alsamodularsynth/alsamodularsynth.SlackBuild3
-rw-r--r--audio/alsamodularsynth/alsamodularsynth.info6
-rw-r--r--audio/alsamodularsynth/configure.patch11
3 files changed, 4 insertions, 16 deletions
diff --git a/audio/alsamodularsynth/alsamodularsynth.SlackBuild b/audio/alsamodularsynth/alsamodularsynth.SlackBuild
index 55d01f327d..566d97e216 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 6936373706..2ec88a76b4 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 5eb932b67a..0000000000
--- 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