media-sound/fooyin: update 9999

Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
Sebastian Engel
2026-03-31 14:00:07 +02:00
parent 07e3de9513
commit 48a95ae45c
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -10,6 +10,8 @@
<flag name="openmpt">Build the OpenMPT input plugin using <pkg>media-libs/libopenmpt</pkg></flag>
<flag name="pipewire">Enable sound support via native PipeWire backend</flag>
<flag name="replaygain">Enable support for Replay Gain scanning using <pkg>media-libs/libebur128</pkg> instead of using ffmpeg</flag>
<flag name="soundtouch">Build the SoundTouch-based DSP plugin using <pkg>media-libs/libsoundtouch</pkg></flag>
<flag name="soxr">Build the SoX-based resampler plugin using <pkg>media-libs/soxr</pkg></flag>
</use>
<upstream>
<remote-id type="github">fooyin/fooyin</remote-id>