summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-14 21:56:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-15 01:34:43 +0100
commit9a45a9b76c036f7bfe24fe651b1329934b0b2a80 (patch)
tree119637c5e93a4cd4b646f5936780fcc0ca931846 /media-plugins
parentmedia-plugins/audacious-plugins: --disable-openmpt (diff)
downloadgentoo-9a45a9b76c036f7bfe24fe651b1329934b0b2a80.tar.gz
gentoo-9a45a9b76c036f7bfe24fe651b1329934b0b2a80.tar.bz2
gentoo-9a45a9b76c036f7bfe24fe651b1329934b0b2a80.zip
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@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/audacious-plugins/audacious-plugins-9999.ebuild7
-rw-r--r--media-plugins/audacious-plugins/metadata.xml1
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 12cff76f00c2..02a3be387140 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 b541fbe258e0..ca584bce40c1 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>