commit: 9a45a9b76c036f7bfe24fe651b1329934b0b2a80
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 20:56:05 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 00:34:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a45a9b7
media-plugins/audacious-plugins: Add USE streamtuner
Upstream commit c8460ed10e1f0140f407faf82adbfc69531a9d32
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 7 +++++--
media-plugins/audacious-plugins/metadata.xml | 1 +
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
index 12cff76f00c..02a3be38714 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
@@ -19,11 +19,12 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gtk http
gme
jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
- pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis
wavpack"
+ pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
+ vorbis wavpack"
REQUIRED_USE="
|| ( alsa jack pulseaudio qtmedia sdl )
ampache? ( http )
- gtk? ( !ampache !qtmedia )"
+ gtk? ( !ampache !qtmedia !streamtuner )"
# The following plugins REQUIRE a GUI build of audacious, because non-GUI
# builds do NOT install the libaudgui library & headers.
@@ -101,6 +102,7 @@ DEPEND="
sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
soxr? ( media-libs/soxr )
speedpitch? ( media-libs/libsamplerate:= )
+ streamtuner? ( dev-qt/qtnetwork:5 )
vorbis? (
>=media-libs/libogg-1.1.3
>=media-libs/libvorbis-1.2.0
@@ -162,6 +164,7 @@ src_configure() {
$(use_enable sndfile)
$(use_enable soxr)
$(use_enable speedpitch)
+ $(use_enable streamtuner)
$(use_enable vorbis)
$(use_enable wavpack)
$(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
diff --git a/media-plugins/audacious-plugins/metadata.xml
b/media-plugins/audacious-plugins/metadata.xml
index b541fbe258e..ca584bce40c 100644
--- a/media-plugins/audacious-plugins/metadata.xml
+++ b/media-plugins/audacious-plugins/metadata.xml
@@ -24,5 +24,6 @@
<flag name="sid">Build with SID (Commodore 64 Audio)
support</flag>
<flag name="soxr">Build with SoX Resampler support</flag>
<flag name="speedpitch">Enable speed/pitch effects</flag>
+ <flag name="streamtuner">Build the streamtuner plugin</flag>
</use>
</pkgmetadata>