mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-sound/fooyin: update 9999
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user