ports/contrib (3.5): mda-lv2: drops python2 and uses python3
commit d79a74233e606dddd5b680c2ae3f91d057da95ee Author: Tim Biermann <tbier@posteo.de> Date: Wed Apr 1 15:15:02 2020 +0000 mda-lv2: drops python2 and uses python3 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/"
participants (1)
-
crux@crux.nu