Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/
Date: Fri, 15 Nov 2019 00:36:44
Message-Id: 1573778083.9a45a9b76c036f7bfe24fe651b1329934b0b2a80.asturm@gentoo
1 commit: 9a45a9b76c036f7bfe24fe651b1329934b0b2a80
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 14 20:56:05 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 00:34:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a45a9b7
7
8 media-plugins/audacious-plugins: Add USE streamtuner
9
10 Upstream commit c8460ed10e1f0140f407faf82adbfc69531a9d32
11
12 Package-Manager: Portage-2.3.79, Repoman-2.3.18
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 7 +++++--
16 media-plugins/audacious-plugins/metadata.xml | 1 +
17 2 files changed, 6 insertions(+), 2 deletions(-)
18
19 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
20 index 12cff76f00c..02a3be38714 100644
21 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
22 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
23 @@ -19,11 +19,12 @@ LICENSE="GPL-2"
24 SLOT="0"
25 IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gtk http gme
26 jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
27 - pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
28 + pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
29 + vorbis wavpack"
30 REQUIRED_USE="
31 || ( alsa jack pulseaudio qtmedia sdl )
32 ampache? ( http )
33 - gtk? ( !ampache !qtmedia )"
34 + gtk? ( !ampache !qtmedia !streamtuner )"
35
36 # The following plugins REQUIRE a GUI build of audacious, because non-GUI
37 # builds do NOT install the libaudgui library & headers.
38 @@ -101,6 +102,7 @@ DEPEND="
39 sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
40 soxr? ( media-libs/soxr )
41 speedpitch? ( media-libs/libsamplerate:= )
42 + streamtuner? ( dev-qt/qtnetwork:5 )
43 vorbis? (
44 >=media-libs/libogg-1.1.3
45 >=media-libs/libvorbis-1.2.0
46 @@ -162,6 +164,7 @@ src_configure() {
47 $(use_enable sndfile)
48 $(use_enable soxr)
49 $(use_enable speedpitch)
50 + $(use_enable streamtuner)
51 $(use_enable vorbis)
52 $(use_enable wavpack)
53 $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
54
55 diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml
56 index b541fbe258e..ca584bce40c 100644
57 --- a/media-plugins/audacious-plugins/metadata.xml
58 +++ b/media-plugins/audacious-plugins/metadata.xml
59 @@ -24,5 +24,6 @@
60 <flag name="sid">Build with SID (Commodore 64 Audio) support</flag>
61 <flag name="soxr">Build with SoX Resampler support</flag>
62 <flag name="speedpitch">Enable speed/pitch effects</flag>
63 + <flag name="streamtuner">Build the streamtuner plugin</flag>
64 </use>
65 </pkgmetadata>