[arch-commits] Commit in moony.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jul 13 10:44:03 UTC 2019


    Date: Saturday, July 13, 2019 @ 10:44:03
  Author: dvzrv
Revision: 489351

archrelease: copy trunk to community-x86_64

Added:
  moony.lv2/repos/community-x86_64/PKGBUILD
    (from rev 489350, moony.lv2/trunk/PKGBUILD)
Deleted:
  moony.lv2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 10:43:57 UTC (rev 489350)
+++ PKGBUILD	2019-07-13 10:44:03 UTC (rev 489351)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=moony.lv2
-pkgver=0.26.0
-pkgrel=1
-pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/moony/"
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('libgl')
-makedepends=('lv2' 'meson' 'sord')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('4825fc90a04660a34266bf4dddb51b6c19c173278a0e27653fd5b7c1b84b636891bf3d215bf8479a6fd9637c0a16aa2058c8ab1c3124dbd090fc82750d129d86')
-
-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}"
-}

Copied: moony.lv2/repos/community-x86_64/PKGBUILD (from rev 489350, moony.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-13 10:44:03 UTC (rev 489351)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=moony.lv2
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/moony/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('libgl')
+makedepends=('lv2' 'meson' 'sord')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('afcff788763454b26ae7b94192edca183ce0637b34ae9252b1cbf9fb76f6e2628fb63b9852d8a10cb7d8a68b85f8a1c519045da0a94da9ef5d0b82ce0532f30a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+             --libdir=lib \
+             --buildtype=release \
+             build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  meson test -C build || msg "lv2_validate currently known to fail on the plugin"
+}
+
+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