[arch-commits] Commit in noise-repellent/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Sep 20 20:19:53 UTC 2021


    Date: Monday, September 20, 2021 @ 20:19:53
  Author: dvzrv
Revision: 1019684

archrelease: copy trunk to community-x86_64

Added:
  noise-repellent/repos/community-x86_64/PKGBUILD
    (from rev 1019683, noise-repellent/trunk/PKGBUILD)
Deleted:
  noise-repellent/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 20:19:31 UTC (rev 1019683)
+++ PKGBUILD	2021-09-20 20:19:53 UTC (rev 1019684)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=noise-repellent
-pkgver=0.1.5
-pkgrel=2
-pkgdesc="An lv2 plug-in for broadband noise reduction"
-arch=('x86_64')
-url="https://github.com/lucianodato/noise-repellent"
-license=('LGPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw' 'glibc')
-makedepends=('lv2' 'meson')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('cd2f150c39d4615042eafd6ada6487234be1578b00d857de9561d1bf5f39999078e9ea0fbf41a81cb23890a0c48192c1a309e3b054dc47682312d0f1e003d09c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # install_folder is broken:
-  # https://github.com/lucianodato/noise-repellent/issues/68
-  meson --prefix=/usr/lib/lv2 \
-        build
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: noise-repellent/repos/community-x86_64/PKGBUILD (from rev 1019683, noise-repellent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-20 20:19:53 UTC (rev 1019684)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=noise-repellent
+pkgver=0.1.5
+pkgrel=3
+pkgdesc="An lv2 plug-in for broadband noise reduction"
+arch=('x86_64')
+url="https://github.com/lucianodato/noise-repellent"
+license=('LGPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('fftw' 'glibc' 'lv2-host')
+makedepends=('lv2' 'meson')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('85fcafdaead400efa3ba9e87f2ecf96c02a41334f933902d456a2d5e714e72ef4124e68534f87b60421ef7139bea4e5e768a89d5ed13e6fcf95a9923cc89e383')
+b2sums=('b840df30a5b374be7df2797f970e115083aa97e1ba4219466a659d29ff5791f34c8d7f7352cfb615ea8d109b92a27b47b29ca1dd6b77031a6f7fd3f15e2ddf5f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # install_folder is broken:
+  # https://github.com/lucianodato/noise-repellent/issues/68
+  arch-meson --prefix=/usr/lib/lv2 build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av lv2ttl/*.ttl build/
+  lv2lint -Mpack -I build "https://github.com/lucianodato/noise-repellent" || printf "Known to fail: https://github.com/lucianodato/noise-repellent/issues/79\n"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list