Install this version:
emerge -a =media-plugins/vapoursynth-fftspectrum-1-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-plugins/vapoursynth-fftspectrum-1-r1
Or alternatively:
emerge --autounmask-write -a =media-plugins/vapoursynth-fftspectrum-1-r1
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A VapourSynth filter that displays the FFT frequency spectrum of a given clip"
HOMEPAGE="https://github.com/Beatrice-Raws/FFTSpectrum"
inherit git-r3 meson
EGIT_REPO_URI="https://github.com/Beatrice-Raws/FFTSpectrum.git"
EGIT_COMMIT="26f8d31a058ddb9ff088128e89e886a625697692"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="cpu_flags_x86_sse4_2"
REQUIRED_USE="cpu_flags_x86_sse4_2"
RDEPEND+="
media-libs/vapoursynth
sci-libs/fftw:3.0
"
DEPEND="${RDEPEND}
"
Manage flags for this package:
euse -i <flag> -p media-plugins/vapoursynth-fftspectrum |
euse -E <flag> -p media-plugins/vapoursynth-fftspectrum |
euse -D <flag> -p media-plugins/vapoursynth-fftspectrum
media-libs/vapoursynth sci-libs/fftw:3.0
media-libs/vapoursynth sci-libs/fftw:3.0