summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2015-11-10 16:25:36 +0100
committer Willy Sudiarto Raharjo2015-11-14 01:07:23 +0100
commit81e00baa11eef8506a561f21d8a60366e8de5497 (patch)
treeb1287067e367d1f6dc8dd1ecacaff21622d58e9e /audio
parent8490938a39b3e4432f344355a051f02c18dadd5a (diff)
downloadslackbuilds-81e00baa11eef8506a561f21d8a60366e8de5497.tar.gz
audio/lv2-mda-metapiano: Updated for version 0.0.2.
Diffstat (limited to 'audio')
-rw-r--r--audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild4
-rw-r--r--audio/lv2-mda-metapiano/lv2-mda-metapiano.info8
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
index c191e1aea5..edc7770ec4 100644
--- a/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
+++ b/audio/lv2-mda-metapiano/lv2-mda-metapiano.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=lv2-mda-metapiano
-VERSION=${VERSION:-20140207}
+VERSION=${VERSION:-0.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,13 +54,11 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
INSTALL_DIR=$PKG/usr/lib$LIBDIRSUFFIX/lv2
-cd src
make TYPE=mdaPiano
make TYPE=mdaPiano install INSTALL_DIR=$INSTALL_DIR
make clean
make TYPE=mdaEPiano
make TYPE=mdaEPiano install INSTALL_DIR=$INSTALL_DIR
-cd -
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
diff --git a/audio/lv2-mda-metapiano/lv2-mda-metapiano.info b/audio/lv2-mda-metapiano/lv2-mda-metapiano.info
index ffab5d9275..cbfb3d68c2 100644
--- a/audio/lv2-mda-metapiano/lv2-mda-metapiano.info
+++ b/audio/lv2-mda-metapiano/lv2-mda-metapiano.info
@@ -1,8 +1,8 @@
PRGNAM="lv2-mda-metapiano"
-VERSION="20140207"
-HOMEPAGE="https://github.com/rekado/lv2-mdaMetaPiano"
-DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/lv2-mda-metapiano-20140207.tar.gz"
-MD5SUM="3d4f9adcb6079bc82484fa8153b3f437"
+VERSION="0.0.2"
+HOMEPAGE="http://git.elephly.net/software/lv2-mdametapiano.git"
+DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/lv2-mda-metapiano-0.0.2.tar.gz"
+MD5SUM="2285d3bf306a9ca4a6a0effe1c687ce1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lvtk"