mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
audio/mda-lv2: Updated for version 1.2.6.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e6d9e790bd
commit
f62eda0114
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=mda-lv2
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,7 @@ ln -s /usr/include/lv2.h lv2includes/lv2/core
|
|||
|
||||
SLKCFLAGS="$SLKCFLAGS -I$(pwd)/lv2includes"
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS -std=c++11" \
|
||||
./waf configure build install \
|
||||
--prefix=/usr \
|
||||
--lv2dir=/usr/lib$LIBDIRSUFFIX/lv2 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mda-lv2"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.6"
|
||||
HOMEPAGE="http://drobilla.net/software/mda-lv2/"
|
||||
DOWNLOAD="http://download.drobilla.net/mda-lv2-1.2.4.tar.bz2"
|
||||
MD5SUM="57feb6b58b195f87f8b3e436f3b56076"
|
||||
DOWNLOAD="http://download.drobilla.net/mda-lv2-1.2.6.tar.bz2"
|
||||
MD5SUM="78712e8e1d2019c8bda6e164d1cd9115"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lv2"
|
||||
|
|
Loading…
Reference in a new issue