[arch-commits] Commit in moony.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Oct 15 07:40:07 UTC 2019
Date: Tuesday, October 15, 2019 @ 07:40:07
Author: dvzrv
Revision: 516092
archrelease: copy trunk to community-x86_64
Added:
moony.lv2/repos/community-x86_64/PKGBUILD
(from rev 516091, moony.lv2/trunk/PKGBUILD)
Deleted:
moony.lv2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-15 07:40:01 UTC (rev 516091)
+++ PKGBUILD 2019-10-15 07:40:07 UTC (rev 516092)
@@ -1,35 +0,0 @@
-# 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}"
-}
Copied: moony.lv2/repos/community-x86_64/PKGBUILD (from rev 516091, moony.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-15 07:40:07 UTC (rev 516092)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=moony.lv2
+pkgver=0.30.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=('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 || 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