diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-02 17:04:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:33 +0700 |
commit | 6f718cfe7275efe9a78eb871335744fcac986960 (patch) | |
tree | ff7edd765be104f61e3654db5c33e22ac9beff62 /audio/mda-lv2 | |
parent | 1c84f934fff768e71585c6aaca2a9666a6a134b8 (diff) |
audio/mda-lv2: Update README, URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mda-lv2')
-rw-r--r-- | audio/mda-lv2/README | 5 | ||||
-rw-r--r-- | audio/mda-lv2/mda-lv2.SlackBuild | 6 | ||||
-rw-r--r-- | audio/mda-lv2/mda-lv2.info | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/mda-lv2/README b/audio/mda-lv2/README index 5ddd5e8ab54fb..7a7b0d74d87f0 100644 --- a/audio/mda-lv2/README +++ b/audio/mda-lv2/README @@ -9,5 +9,10 @@ toggle ports (> 0.0 is on, rather than 0.5). All the plugins have been tested, and thanks to several bug fixes this collection should be more reliable than the original. +The instrument plugins make use of the new atom:AtomPort to receive +MIDI. Apologies for any inconvenience, but this means they will only +work in modern hosts which have implemented atom-based MIDI. The +effects should work fine in any LV2 host. + See /usr/doc/mda-lv2-$VERSION/plugins.txt for descriptions of the plugins. diff --git a/audio/mda-lv2/mda-lv2.SlackBuild b/audio/mda-lv2/mda-lv2.SlackBuild index 86ec65463ef34..85f5e49092cc2 100644 --- a/audio/mda-lv2/mda-lv2.SlackBuild +++ b/audio/mda-lv2/mda-lv2.SlackBuild @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -75,8 +72,7 @@ CXXFLAGS="$SLKCFLAGS -std=c++11" \ --lv2dir=/usr/lib$LIBDIRSUFFIX/lv2 \ --destdir=$PKG -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +strip $PKG/usr/lib*/lv2/mda.lv2/*.so mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING README* NEWS $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/audio/mda-lv2/mda-lv2.info b/audio/mda-lv2/mda-lv2.info index e316be7505bf1..0fb876c018d88 100644 --- a/audio/mda-lv2/mda-lv2.info +++ b/audio/mda-lv2/mda-lv2.info @@ -1,7 +1,7 @@ PRGNAM="mda-lv2" VERSION="1.2.6" -HOMEPAGE="http://drobilla.net/software/mda-lv2/" -DOWNLOAD="http://download.drobilla.net/mda-lv2-1.2.6.tar.bz2" +HOMEPAGE="https://drobilla.net/software/mda-lv2.html" +DOWNLOAD="https://download.drobilla.net/mda-lv2-1.2.6.tar.bz2" MD5SUM="78712e8e1d2019c8bda6e164d1cd9115" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |