Skip to content
Snippets Groups Projects
Commit e8233099 authored by Magnus Sandin's avatar Magnus Sandin Committed by alice
Browse files

community/noise-repellent: upgraded to 0.2.2

parent 72c65900
1 merge request!34501community/noise-repellent: Upgrade to 0.2.2
Pipeline #122602 passed
# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
pkgname=noise-repellent
pkgver=0.1.5
pkgver=0.2.2
pkgrel=0
pkgdesc="An lv2 plug-in for broadband noise reduction"
url="https://github.com/lucianodato/noise-repellent"
arch="all !armhf !armv7 !ppc64le !s390x !riscv64" # -msse2
license="LGPL-3.0-only"
depends="libspecbleach"
makedepends="
cmake
fftw-dev
libspecbleach-dev
libsndfile-dev
lv2-dev
meson
"
source="https://github.com/lucianodato/noise-repellent/archive/$pkgver/noise-repellent-$pkgver.tar.gz"
source="noise-repellent-$pkgver.tar.gz::https://github.com/lucianodato/noise-repellent/archive/refs/tags/v$pkgver.tar.gz"
options="!check" # No tests available
build() {
# XXX: does not use paths correctly,
# override prefix directly instead of using abuild-meson
meson \
--buildtype=plain \
--prefix=/usr/lib/lv2 \
-Db_pie=true \
abuild-meson \
--buildtype=release \
--prefix=/usr/lib \
. output
meson compile -C output
meson compile -C output -v
}
package() {
......@@ -31,5 +32,5 @@ package() {
}
sha512sums="
85fcafdaead400efa3ba9e87f2ecf96c02a41334f933902d456a2d5e714e72ef4124e68534f87b60421ef7139bea4e5e768a89d5ed13e6fcf95a9923cc89e383 noise-repellent-0.1.5.tar.gz
68d5e675a5d402c98b4125e2ac48f0e558ffaed2a8036c600aaaec7adcba38c6a0998b489352b0570b7db1fb23e25e74b402ef46ada77fd615f2c5d60821d998 noise-repellent-0.2.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment