diff --git a/audio/mda-lv2/README b/audio/mda-lv2/README index 5ddd5e8ab5..7a7b0d74d8 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 86ec65463e..85f5e49092 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 e316be7505..0fb876c018 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=""