media-plugins/audacious-plugins: Add USE streamtuner
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 14 Nov 2019 20:56:05 +0000 (21:56 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 15 Nov 2019 00:34:43 +0000 (01:34 +0100)
Upstream commit c8460ed10e1f0140f407faf82adbfc69531a9d32

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
media-plugins/audacious-plugins/metadata.xml

index 12cff76f00c2e83483c43d04603840019ee344a1..02a3be387140a90278887da591be2bd8e1c4fd04 100644 (file)
@@ -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))
index b541fbe258e0fd75abf9ee1c16cdc63aac24e65f..ca584bce40c1a3726c03668d248049c5d093508c 100644 (file)
@@ -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>