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

David Runge dvzrv at archlinux.org
Fri Jan 3 20:47:25 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-01-03 20:47:13 UTC (rev 547745)
+++ PKGBUILD	2020-01-03 20:47:24 UTC (rev 547746)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-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)
+++ PKGBUILD	2020-01-03 20:47:24 UTC (rev 547746)
@@ -0,0 +1,29 @@
+# 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}/"
+}



More information about the arch-commits mailing list