media-plugins/noise-repellent - 0.1.5 (gentoo)

Search

Package Information

Description:
An lv2 plug-in for broadband noise reduction
Homepage:
https://github.com/lucianodato/noise-repellent
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.1.5 7 amd64 0
View Raw Ebuild
# 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
}

Dependencies

DEPEND

	sci-libs/fftw:3.0

RDEPEND

	sci-libs/fftw:3.0

BDEPEND

	media-libs/lv2

Manifest for 0.1.5

Type File Size Source URLs
DIST noise-repellent-0.1.5.tar.gz 29973 bytes https://github.com/lucianodato/noise-repellent/archive/0.1.5.tar.gz