From 3a1070ed81b5fa755f91035cf3b57629bf9b7b73 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Thu, 22 Apr 2021 22:51:36 +0200 Subject: media-plugins/noise-repellent: new ebuild MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit thanks to Winston (Winny) Weinert (https://github.com/winny-/winny-overlay) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Miroslav Šulc --- media-plugins/noise-repellent/Manifest | 1 + media-plugins/noise-repellent/metadata.xml | 12 +++++++++ .../noise-repellent/noise-repellent-0.1.5.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 media-plugins/noise-repellent/Manifest create mode 100644 media-plugins/noise-repellent/metadata.xml create mode 100644 media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild (limited to 'media-plugins/noise-repellent') diff --git a/media-plugins/noise-repellent/Manifest b/media-plugins/noise-repellent/Manifest new file mode 100644 index 000000000000..bccad515ddd0 --- /dev/null +++ b/media-plugins/noise-repellent/Manifest @@ -0,0 +1 @@ +DIST noise-repellent-0.1.5.tar.gz 29973 BLAKE2B b840df30a5b374be7df2797f970e115083aa97e1ba4219466a659d29ff5791f34c8d7f7352cfb615ea8d109b92a27b47b29ca1dd6b77031a6f7fd3f15e2ddf5f SHA512 85fcafdaead400efa3ba9e87f2ecf96c02a41334f933902d456a2d5e714e72ef4124e68534f87b60421ef7139bea4e5e768a89d5ed13e6fcf95a9923cc89e383 diff --git a/media-plugins/noise-repellent/metadata.xml b/media-plugins/noise-repellent/metadata.xml new file mode 100644 index 000000000000..10c7c11cfd8c --- /dev/null +++ b/media-plugins/noise-repellent/metadata.xml @@ -0,0 +1,12 @@ + + + + + proaudio@gentoo.org + Gentoo ProAudio Project + + + lucianodato/noise-repellent + https://github.com/lucianodato/noise-repellent/issues + + diff --git a/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild new file mode 100644 index 000000000000..7f2850c0a3b4 --- /dev/null +++ b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson multilib + +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" + +BEPEND=" + media-libs/lv2 +" +RDEPEND=" + sci-libs/fftw:3.0 +" +DEPEND="${RDEPEND}" + +src_configure() { + local emesonargs=( + --prefix="${EPREFIX}/usr/$(get_libdir)/lv2" + ) + meson_src_configure +} -- cgit v1.2.3-65-gdbad