diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /media-plugins/noise-repellent | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'media-plugins/noise-repellent')
| -rw-r--r-- | media-plugins/noise-repellent/Manifest | 1 | ||||
| -rw-r--r-- | media-plugins/noise-repellent/metadata.xml | 12 | ||||
| -rw-r--r-- | media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild | 29 |
3 files changed, 42 insertions, 0 deletions
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..4cd8edc11292 --- /dev/null +++ b/media-plugins/noise-repellent/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>proaudio@gentoo.org</email> + <name>Gentoo ProAudio Project</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/lucianodato/noise-repellent/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> 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..5393104f9766 --- /dev/null +++ b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild @@ -0,0 +1,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 +} |
