mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-22 00:02:23 +01:00
https://github.com/lucianodato/libspecbleach Standalone library based on the algorithms used in noise-repellent.
31 lines
830 B
Plaintext
31 lines
830 B
Plaintext
# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
|
|
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
|
|
pkgname=libspecbleach
|
|
pkgver=0.1.3
|
|
pkgrel=0
|
|
pkgdesc="Standalone library based on the algorithms used in noise-repellent."
|
|
url="https://github.com/lucianodato/libspecbleach"
|
|
arch="all"
|
|
license="LGPL-2.1-only"
|
|
makedepends="
|
|
fftw-dev
|
|
meson
|
|
"
|
|
subpackages="$pkgname-dev"
|
|
source="libspecbleach-$pkgver.tar.gz::https://github.com/lucianodato/libspecbleach/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="!check" # No tests available
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output -v
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install -C output
|
|
}
|
|
|
|
|
|
sha512sums="
|
|
18e535bda02d01a3ee6b84c7e18edf281d4cb051faabd2d6a59a2d54b14a6a05bbdafdbdfc3b420e54dd597ad64863c4c47cf7fcaed2a5912a0144a6cc92a275 libspecbleach-0.1.3.tar.gz
|
|
"
|