From 48a95ae45c358c11cd7996dab1ae31505e0dab94 Mon Sep 17 00:00:00 2001 From: Sebastian Engel Date: Tue, 31 Mar 2026 14:00:07 +0200 Subject: [PATCH] media-sound/fooyin: update 9999 Signed-off-by: Sebastian Engel --- media-sound/fooyin/fooyin-9999.ebuild | 6 +++++- media-sound/fooyin/metadata.xml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/media-sound/fooyin/fooyin-9999.ebuild b/media-sound/fooyin/fooyin-9999.ebuild index 7691dc3fc6..bc41465caa 100644 --- a/media-sound/fooyin/fooyin-9999.ebuild +++ b/media-sound/fooyin/fooyin-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="alsa +archive openmpt +pipewire +replaygain sdl sndfile test" +IUSE="alsa +archive openmpt +pipewire +replaygain sdl sndfile soundtouch soxr test" RESTRICT="!test? ( test )" REQUIRED_USE=" || ( alsa pipewire sdl ) @@ -44,6 +44,8 @@ RDEPEND=" replaygain? ( media-libs/libebur128:= ) sdl? ( media-libs/libsdl2 ) sndfile? ( media-libs/libsndfile ) + soundtouch? ( media-libs/libsoundtouch ) + soxr? ( media-libs/soxr ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -75,6 +77,8 @@ src_configure() { $(cmake_use_find_package replaygain Ebur128) $(cmake_use_find_package sdl SDL2) $(cmake_use_find_package sndfile SndFile) + $(cmake_use_find_package soundtouch SoundTouch) + $(cmake_use_find_package soxr SoXR) ) cmake_src_configure diff --git a/media-sound/fooyin/metadata.xml b/media-sound/fooyin/metadata.xml index aeca16e912..389dbf1ff2 100644 --- a/media-sound/fooyin/metadata.xml +++ b/media-sound/fooyin/metadata.xml @@ -10,6 +10,8 @@ Build the OpenMPT input plugin using media-libs/libopenmpt Enable sound support via native PipeWire backend Enable support for Replay Gain scanning using media-libs/libebur128 instead of using ffmpeg + Build the SoundTouch-based DSP plugin using media-libs/libsoundtouch + Build the SoX-based resampler plugin using media-libs/soxr fooyin/fooyin