ports/contrib (3.6): mda-lv2: 1.2.6 -> 1.2.10
commit bd1bc9fa0e069c74f5614aeb1a4ec9f2970f7e86 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 20 11:38:20 2022 +0200 mda-lv2: 1.2.6 -> 1.2.10 diff --git a/mda-lv2/.signature b/mda-lv2/.signature index 237ec85cc..177796b2f 100644 --- a/mda-lv2/.signature +++ b/mda-lv2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yqCLL0BWVG0FvtGQrvzYwwdwvYudzVzZ2XnG4LIYT89bZleYxisYMdAf2d70Wa4gIqGEeXJBt1NOB1G3KW5Gwg= -SHA256 (Pkgfile) = f2a0f3122c654f2169a386a1a2a6201a7070ab4b198cbba1012d90783eccf046 +RWSagIOpLGJF39yDo9r11iXZdjMIVU0hNqvij5fiBFf+ldNkGFdTsW6oQOspMvoomQuGgngTgDXWv7daZaHJioJDb0G6eOy1rAM= +SHA256 (Pkgfile) = 3fbea14d149de66b4dafa3b1587f33924bc98b38d544f36315b3c20fc25aedb1 SHA256 (.footprint) = bc8815b7baa5b4ee67fbd2eea3a2bcdbe7b2a826854f9eff9dbb01088676c634 -SHA256 (mda-lv2-1.2.6.tar.bz2) = cd66117024ae049cf3aca83f9e904a70277224e23a969f72a9c5d010a49857db +SHA256 (mda-lv2-1.2.10.tar.xz) = aeea5986a596dd953e2997421a25e45923928c6286c4c8c36e5ef63ca1c2a75a diff --git a/mda-lv2/Pkgfile b/mda-lv2/Pkgfile index 6303a60a9..696673eb5 100644 --- a/mda-lv2/Pkgfile +++ b/mda-lv2/Pkgfile @@ -1,17 +1,21 @@ # 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 python3 +# Depends on: lv2 meson name=mda-lv2 -version=1.2.6 +version=1.2.10 release=1 -source=(https://download.drobilla.net/$name-$version.tar.bz2) +source=(https://download.drobilla.net/$name-$version.tar.xz) build() { - cd $name-$version - sed -e 's/python/python3/g' -i waf - ./waf configure --prefix=/usr - ./waf - ./waf install --destdir="$PKG/" + meson setup $name-$version build \ + --prefix=/usr \ + --buildtype=plain \ + --wrap-mode nodownload \ + -D b_pie=true \ + -D tests=disabled + + meson compile -C build + DESTDIR=$PKG meson install -C build }
participants (1)
-
crux@crux.nu