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

David Runge dvzrv at gemini.archlinux.org
Fri May 20 17:38:12 UTC 2022


    Date: Friday, May 20, 2022 @ 17:38:11
  Author: dvzrv
Revision: 1209428

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 38 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:38:04 UTC (rev 1209427)
+++ PKGBUILD	2022-05-20 17:38:11 UTC (rev 1209428)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=noise-repellent
-pkgver=0.2.2
-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 libspecbleach lv2-host)
-makedepends=(lv2 meson)
-checkdepends=(lv2lint)
-source=(
-  $pkgname-$pkgver.tar.gz::https://github.com/lucianodato/$pkgname/archive/refs/tags/v$pkgver.tar.gz
-  $pkgname-0.2.2-hide_symbols.patch::https://github.com/lucianodato/noise-repellent/pull/110/commits/1d3f2a0c12dbd104ea7e77d3fdbb33c720e44fa2.patch
-)
-sha512sums=('68d5e675a5d402c98b4125e2ac48f0e558ffaed2a8036c600aaaec7adcba38c6a0998b489352b0570b7db1fb23e25e74b402ef46ada77fd615f2c5d60821d998'
-            '13022de4f252d9763ad6e456b1d0e030da78cc67313cc1a9bb42dd836ed339d0681972251c25e8f6ffbc74f67fb0fd655c7baf34df3f873a187b65ca2d94681d')
-b2sums=('3449d38c77f2206de3d9036ce4afd743b9f55f32f34caba82debe9114226f3163e27adee8fec9832890e4d7d1fb473c3ded3c1892b442f5ad97ea08866039d35'
-        'add996dcfc664795d79f8c4ec35338f4500e304fb0736419484993891bd3b88757182a0167d5dda239fb9baf442c3cf5f51a1184b135e02797e665988cc11685')
-
-prepare() {
-  # hide plugin symbols: https://github.com/lucianodato/noise-repellent/issues/109
-  patch -Np1 -d $pkgname-$pkgver -i ../$pkgname-0.2.2-hide_symbols.patch
-}
-
-build() {
-  arch-meson build $pkgname-$pkgver
-  meson compile -C build
-}
-
-check() {
-  local _links=(
-    "https://github.com/lucianodato/noise-repellent#new"
-    "https://github.com/lucianodato/noise-repellent-stereo#new"
-  )
-  for _link in "${_links[@]}"; do
-    lv2lint -Mpack -I build/ "${_link}"
-  done
-}
-
-package() {
-  depends+=(libspecbleach.so)
-
-  meson install -C build --destdir="$pkgdir"
-  install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: noise-repellent/repos/community-x86_64/PKGBUILD (from rev 1209427, noise-repellent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-20 17:38:11 UTC (rev 1209428)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=noise-repellent
+pkgver=0.2.3
+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 libspecbleach lv2-host)
+makedepends=(lv2 meson)
+checkdepends=(lv2lint)
+source=($pkgname-$pkgver.tar.gz::https://github.com/lucianodato/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('102000459c1d2675c7366c4e2ce43fe8a5b055bcb4cbb5460e2e1241a4631bf3833f8d35fb1e07f03759ede0224541c7b3196452649366924c6fad6cccdccf17')
+b2sums=('63cf97980926856add1736c86bf064594266bd2fd82b5435114afb49dbe0ff5158478e7e02e66a913ba6e89cb707caee0c3c288e6fd20344f5078f528727836a')
+
+build() {
+  arch-meson build $pkgname-$pkgver
+  meson compile -C build
+}
+
+check() {
+  local _links=(
+    "https://github.com/lucianodato/noise-repellent#new"
+    "https://github.com/lucianodato/noise-repellent-stereo#new"
+  )
+  for _link in "${_links[@]}"; do
+    lv2lint -Mpack -I build/ "${_link}"
+  done
+}
+
+package() {
+  depends+=(libspecbleach.so)
+
+  meson install -C build --destdir="$pkgdir"
+  install -vDm 644 $pkgname-$pkgver/README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list