audio/mda-lv2: Update README, URLs.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-12-02 17:04:24 -05:00 committed by Willy Sudiarto Raharjo
parent 1c84f934ff
commit 6f718cfe72
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 7 deletions

View File

@ -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.

View File

@ -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

View File

@ -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=""