Skip to content
Snippets Groups Projects
Commit f1734473 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrading to 0.10.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner <dev@open-music-kontrollers.ch>.
Switching to meson from arch-meson and enabling LTO and PIE.
parent c209a618
No related branches found
Tags 0.10.0-1
No related merge requests found
# Maintainer: David Runge <dvzrv@archlinux.org>
pkgname=vm.lv2
pkgver=0.8.0
pkgver=0.10.0
pkgrel=1
pkgdesc="A virtual machine LV2 plugin bundle"
arch=('x86_64')
......@@ -11,15 +11,25 @@ groups=('lv2-plugins' 'pro-audio')
depends=('glibc' 'libglvnd')
makedepends=('glu' 'lv2' 'meson')
checkdepends=('lv2lint')
source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz")
sha512sums=('343be1c9f48f2a10995bc10cc774eaf89228ef7b5e76f5da75cd8d9fe396cf583db039e432e919fab3d39f37732282e46dd998b448baf06950ea4e36ec69fe74')
source=("https://git.open-music-kontrollers.ch/lv2//$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc})
sha512sums=('86e2bda3449904e731d491324f7bc3bd18bda75835c3f05cc29acb246b7c62581e0700f6397fc8c8427861ed50a3d490387a8524b679b620f117535fd9c76329'
'SKIP')
b2sums=('8864e3f2dcff756cbb7efe21df09fe2e0424c35cb62faf050675b36fe53631b1abe727fd353c9f9d956518bd2e85bf5ba8662e31aa6964de2cc2d1db8051846b'
'SKIP')
validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev@open-music-kontrollers.ch>
build() {
cd "$pkgname-$pkgver"
arch-meson --prefix=/usr \
--libdir=lib \
--buildtype=release \
build
meson --prefix=/usr \
--libdir=lib \
--libexecdir lib \
--sbindir bin \
--buildtype plain \
--auto-features enabled \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
build
ninja -C build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment