[arch-commits] Commit in eteroj.lv2/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:32:29 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:32:29
  Author: felixonmars
Revision: 659291

archrelease: copy trunk to community-staging-x86_64

Added:
  eteroj.lv2/repos/community-staging-x86_64/
  eteroj.lv2/repos/community-staging-x86_64/PKGBUILD
    (from rev 659289, eteroj.lv2/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: eteroj.lv2/repos/community-staging-x86_64/PKGBUILD (from rev 659289, eteroj.lv2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:32:29 UTC (rev 659291)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=eteroj.lv2
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="Open Sound Control for LV2"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/eteroj/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc')
+makedepends=('lv2' 'meson' 'sord')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('9c28789b5b69129e6c57dce40cd167bd226afe4209aeca5edf3abbbbe205f9525d25334483c540da24314c02f11476679c7988eed9e1acbc6f2d8722d6c0abe7')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+             --libdir=lib \
+             --buildtype=release \
+             build
+  ninja -C build
+}
+
+# check fails due to currently broken lv2_validate in lv2
+# check() {
+#   cd "$pkgname-$pkgver"
+#   meson test -C build
+# }
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list