media-sound/fooyin: Update 9999

New USE flag 'projectm' for visualization using libprojectm (Milkdrop)
New USE flag 'pulseaudio' for PulseAudio audio backend
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
Sebastian Engel
2026-07-04 22:38:53 +02:00
parent d3b20ebf2c
commit 35b52185f4
2 changed files with 10 additions and 3 deletions

View File

@@ -22,10 +22,10 @@ fi
LICENSE="GPL-3"
SLOT="0"
IUSE="alsa +archive gme openmpt +pipewire +replaygain sdl sndfile soundtouch soxr test"
IUSE="alsa +archive gme openmpt +pipewire projectm pulseaudio +replaygain sdl sndfile soundtouch soxr test"
RESTRICT="!test? ( test )"
REQUIRED_USE="
|| ( alsa pipewire sdl )
|| ( alsa pipewire pulseaudio sdl )
"
RDEPEND="
@@ -43,6 +43,11 @@ RDEPEND="
gme? ( media-libs/game-music-emu )
openmpt? ( media-libs/libopenmpt )
pipewire? ( media-video/pipewire:= )
projectm? (
dev-qt/qtbase:6[opengl]
media-libs/libprojectm:4=
)
pulseaudio? ( media-libs/libpulse )
replaygain? ( media-libs/libebur128:= )
sdl? ( media-libs/libsdl2 )
sndfile? ( media-libs/libsndfile )
@@ -74,6 +79,8 @@ src_configure() {
$(cmake_use_find_package gme LIBGME)
$(cmake_use_find_package openmpt OpenMpt)
$(cmake_use_find_package pipewire PipeWire)
$(cmake_use_find_package pulseaudio PulseAudio)
$(cmake_use_find_package projectm projectM4)
$(cmake_use_find_package replaygain Ebur128)
$(cmake_use_find_package sdl SDL2)
$(cmake_use_find_package sndfile SndFile)

View File

@@ -10,6 +10,7 @@
<flag name="gme">Build the libgme input plugin using <pkg>media-libs/game-music-emu</pkg></flag>
<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="projectm">Enable the projectM visualization plugin</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>
@@ -18,4 +19,3 @@
<remote-id type="github">fooyin/fooyin</remote-id>
</upstream>
</pkgmetadata>