mda-lv2: drops python2 and uses python3

This commit is contained in:
Tim Biermann 2020-04-01 15:15:02 +00:00
parent 9f646810f9
commit d79a74233e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32L4y3/86yCPKBJjp5Ha9qEf/ZJNkVpT+Bro5aNQ2Lq33xvLyKNqDla43g7f5Cwasem4uHhfH6YNWckaZFKDKQA=
SHA256 (Pkgfile) = a7cc7a19a99cbe9cfaef5a664aa116f6b6ab9a77811c93e9e7aa2aed772a90b4
RWSagIOpLGJF3wsHwnC+GSXCPkNqThSaA7m9OACpKkGS5yRjtIoZjwAUlYzhcCUVWzn1RjQymEwQhm59eghKwabF5AMt41BB5gc=
SHA256 (Pkgfile) = 019bf4405683470658e3ab648261e788fddf12bef109299ab769b77ce857833b
SHA256 (.footprint) = bc8815b7baa5b4ee67fbd2eea3a2bcdbe7b2a826854f9eff9dbb01088676c634
SHA256 (mda-lv2-1.2.4.tar.bz2) = a81a00e19594881174526cd6ee7a3e301236e0ca25191982f5c9af5eb8d96ca8

View File

@ -1,15 +1,16 @@
# Description: MDA VST plugins to LV2
# URL: https://git.drobilla.net/cgit.cgi/mda.lv2.git/about/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: lv2 python
# Depends on: lv2 python3
name=mda-lv2
version=1.2.4
release=1
release=2
source=(https://download.drobilla.net/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -e 's/python/python3/g' -i waf
./waf configure --prefix=/usr
./waf
./waf install --destdir="$PKG/"