summaryrefslogtreecommitdiff
path: root/mda-lv2
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-04-01 15:15:02 +0000
committerTim Biermann <tbier@posteo.de>2020-04-01 15:15:02 +0000
commitd79a74233e606dddd5b680c2ae3f91d057da95ee (patch)
treec3a1fc683d147619d9108f0f93ebe5ef449775a2 /mda-lv2
parent9f646810f9b6ae8e2fadee0f9c3b27b9f4961cec (diff)
downloadcontrib-d79a74233e606dddd5b680c2ae3f91d057da95ee.tar.gz
contrib-d79a74233e606dddd5b680c2ae3f91d057da95ee.tar.xz
mda-lv2: drops python2 and uses python3
Diffstat (limited to 'mda-lv2')
-rw-r--r--mda-lv2/.signature4
-rw-r--r--mda-lv2/Pkgfile5
2 files changed, 5 insertions, 4 deletions
diff --git a/mda-lv2/.signature b/mda-lv2/.signature
index e54d67b71..2ebc15492 100644
--- a/mda-lv2/.signature
+++ b/mda-lv2/.signature
@@ -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
diff --git a/mda-lv2/Pkgfile b/mda-lv2/Pkgfile
index c4cd4331f..337d33c25 100644
--- a/mda-lv2/Pkgfile
+++ b/mda-lv2/Pkgfile
@@ -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/"

Generated by cgit