[arch-commits] Commit in moony.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Apr 13 18:49:16 UTC 2020
Date: Monday, April 13, 2020 @ 18:49:16
Author: dvzrv
Revision: 613706
archrelease: copy trunk to community-x86_64
Added:
moony.lv2/repos/community-x86_64/PKGBUILD
(from rev 613705, moony.lv2/trunk/PKGBUILD)
Deleted:
moony.lv2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 41 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 18:48:55 UTC (rev 613705)
+++ PKGBUILD 2020-04-13 18:49:16 UTC (rev 613706)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=moony.lv2
-pkgver=0.30.0
-pkgrel=2
-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=('glibc' 'libglvnd' 'libx11')
-makedepends=('lv2' 'meson' 'sord')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('ed9828546bb6f09b97d83649553b09451b0a072430dd3082bf523611c7b6a16a7ff955b17a9811fa41a904755b796edff061cb66249087123cd90c1a2a84fbbb')
-
-build() {
- cd "$pkgname-$pkgver"
- arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- build
- ninja -C build
-}
-
-check() {
- cd "$pkgname-$pkgver"
- meson test -C build || echo "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}"
-}
Copied: moony.lv2/repos/community-x86_64/PKGBUILD (from rev 613705, moony.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-13 18:49:16 UTC (rev 613706)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=moony.lv2
+pkgver=0.32.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=('glibc' 'libglvnd' 'libx11')
+makedepends=('glu' 'lv2' 'meson' 'sord')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('ce7571284be0cf2eb0f25e0450f67d7398db2192557188d2854a8df78e307936af4ed1adac6cb9d34c314055250b9fb638b924271de6f570c1267615a375c7f4')
+
+build() {
+ cd "$pkgname-$pkgver"
+ arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ build
+ ninja -C build
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ _plugin_names=('a1xa1' 'a2xa2' 'a4xa4' 'c1a1xc1a1' 'c1xc1' 'c2a1xc2a1'
+ 'c2xc2' 'c4a1xc4a1' 'c4xc4')
+ for _plugin in ${_plugin_names[@]}; do
+ lv2lint -Mpack -I "build/" "http://open-music-kontrollers.ch/lv2/moony#${_plugin}"
+ done
+}
+
+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