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