From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- media-plugins/noise-repellent/Manifest | 3 +++ media-plugins/noise-repellent/metadata.xml | 12 +++++++++ .../noise-repellent/noise-repellent-0.1.5.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 44 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..e001caf87421 --- /dev/null +++ b/media-plugins/noise-repellent/Manifest @@ -0,0 +1,3 @@ +DIST noise-repellent-0.1.5.tar.gz 29973 BLAKE2B b840df30a5b374be7df2797f970e115083aa97e1ba4219466a659d29ff5791f34c8d7f7352cfb615ea8d109b92a27b47b29ca1dd6b77031a6f7fd3f15e2ddf5f SHA512 85fcafdaead400efa3ba9e87f2ecf96c02a41334f933902d456a2d5e714e72ef4124e68534f87b60421ef7139bea4e5e768a89d5ed13e6fcf95a9923cc89e383 +EBUILD noise-repellent-0.1.5.ebuild 565 BLAKE2B fdb8edb6cfabf1a18264c48aeab19514c51d8f08a81fe70f6c59d9eb8f27b36925c54f3958ea4504758f2ab66c48f142a8a9d479b028fc76f8ef171b8b831ba0 SHA512 21170c236605d8fd2791406bfa74b96f824c74932d43ff2284d46c71fef3f3d341c08cf3c29d8d6614f1f3bb6fac87982c7a5e2bbb73643876d61765e2e53a52 +MISC metadata.xml 426 BLAKE2B aa1fc23cb11938eae31d52508105d8f67861b1cf6249bb8c292b2cb28fa547331f96550949c05d4898bbc75df66b0bfdd58807b62aa3c522896579de74fd541c SHA512 696f32d8c1225f1b692c556488557ed925fed8e2d3c80ab6e2ac1e564d1d4d0d16562e97af0f510115f6d3525fc47b00079e98b7f7b361d27fac61d56003fcf6 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..528e355dc08e --- /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 + +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 +} -- cgit v1.2.3