Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-sound/kradio/
Date: Mon, 24 Aug 2020 12:01:58
Message-Id: 1598270328.aa41ca08de478b356bb3fb17c1c9d050c3900305.asturm@gentoo
1 commit: aa41ca08de478b356bb3fb17c1c9d050c3900305
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 11:48:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 11:58:48 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=aa41ca08
7
8 media-sound/kradio: Drop IUSE=libav
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/kradio/kradio-4.0.8.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/kradio/kradio-4.0.8.ebuild b/media-sound/kradio/kradio-4.0.8.ebuild
17 index 83404bb6..c41d389b 100644
18 --- a/media-sound/kradio/kradio-4.0.8.ebuild
19 +++ b/media-sound/kradio/kradio-4.0.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -22,15 +22,14 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
27 LICENSE="GPL-2"
28 KEYWORDS="~amd64 ~x86"
29 SLOT="4"
30 -IUSE="alsa debug encode ffmpeg libav lirc +mp3 +vorbis v4l"
31 +IUSE="alsa debug encode ffmpeg lirc +mp3 +vorbis v4l"
32
33 DEPEND="
34 media-libs/libsndfile
35 alsa? ( media-libs/alsa-lib )
36 ffmpeg? (
37 >=media-libs/libmms-0.4
38 - libav? ( media-video/libav:= )
39 - !libav? ( media-video/ffmpeg:0= )
40 + media-video/ffmpeg:0=
41 )
42 lirc? ( app-misc/lirc )
43 mp3? ( media-sound/lame )