summaryrefslogtreecommitdiff
path: root/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild
blob: 5393104f9766092bca44ef6066b945a80bd40c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

DESCRIPTION="An lv2 plug-in for broadband noise reduction"
HOMEPAGE="https://github.com/lucianodato/noise-repellent"
SRC_URI="https://github.com/lucianodato/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64"

BDEPEND="
	media-libs/lv2
"
RDEPEND="
	sci-libs/fftw:3.0
"
DEPEND="${RDEPEND}"

src_configure() {
	local emesonargs=(
		--prefix="${EPREFIX}/usr/$(get_libdir)/lv2"
	)
	meson_src_configure
}