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

2020-01-03 Thread David Runge via arch-commits
Date: Friday, January 3, 2020 @ 20:47:24
  Author: dvzrv
Revision: 547746

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   60 +---
 1 file changed, 29 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 20:47:13 UTC (rev 547745)
+++ PKGBUILD2020-01-03 20:47:24 UTC (rev 547746)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=noise-repellent
-pkgver=0.1.5
-pkgrel=1
-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')
-# upstream changes tag system sometimes:
-# https://github.com/lucianodato/noise-repellent/issues/69
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('d6fa6bffd072fd1c80baa39d42fb9c2890910c642be5ba433a140cb3da484c9d5a4c65624b0332391f25e1e8fc7caa218c23863503d5b3af2c540705ddc8194a')
-
-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 547745, 
noise-repellent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 20:47:24 UTC (rev 547746)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+
+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=('cd2f150c39d4615042eafd6ada6487234be1578b00d857de9561d1bf5f3078e9ea0fbf41a81cb23890a0c48192c1a309e3b054dc47682312d0f1e003d09c')
+
+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}/"
+}


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

2020-01-03 Thread David Runge via arch-commits
Date: Friday, January 3, 2020 @ 11:33:28
  Author: dvzrv
Revision: 547130

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 11:33:18 UTC (rev 547129)
+++ PKGBUILD2020-01-03 11:33:28 UTC (rev 547130)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=noise-repellent
-pkgver=0.1.4
-pkgrel=2
-pkgdesc="An lv2 plug-in for broadband noise reduction"
-arch=('x86_64')
-url="https://github.com/lucianodato/noise-repellent;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('fftw')
-makedepends=('lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('9194d0923f6128f3628d6ee008991629ff20e693a94ba672f628bb2affb973592608c976696a48b2ff41d5001603be2844988defe66fb39ff31f103b55dc6c57')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  export PREFIX=/usr
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: noise-repellent/repos/community-x86_64/PKGBUILD (from rev 547129, 
noise-repellent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 11:33:28 UTC (rev 547130)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=noise-repellent
+pkgver=0.1.5
+pkgrel=1
+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')
+# upstream changes tag system sometimes:
+# https://github.com/lucianodato/noise-repellent/issues/69
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lucianodato/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d6fa6bffd072fd1c80baa39d42fb9c2890910c642be5ba433a140cb3da484c9d5a4c65624b0332391f25e1e8fc7caa218c23863503d5b3af2c540705ddc8194a')
+
+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}/"
+}