Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Sat, 02 Apr 2016 14:40:14
Message-Id: 1459607988.990ee0068d05594384b5916959b30c8ffcee9e4f.wraeth@gentoo
1 commit: 990ee0068d05594384b5916959b30c8ffcee9e4f
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 11:14:47 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 14:39:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990ee006
7
8 media-tv/tvheadend: restrict build with ffmpeg-3
9
10 Does not build with ffmpeg-3 as per upstream.
11
12 Gentoo-bug: 574990
13 Bug: https://tvheadend.org/issues/3597
14 Package-Manager: portage-2.2.28
15
16 media-tv/tvheadend/tvheadend-4.0.6.ebuild | 9 +++++++--
17 1 file changed, 7 insertions(+), 2 deletions(-)
18
19 diff --git a/media-tv/tvheadend/tvheadend-4.0.6.ebuild b/media-tv/tvheadend/tvheadend-4.0.6.ebuild
20 index 087ea47..88ebb51 100644
21 --- a/media-tv/tvheadend/tvheadend-4.0.6.ebuild
22 +++ b/media-tv/tvheadend/tvheadend-4.0.6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -19,12 +19,17 @@ KEYWORDS="~amd64 ~x86"
30
31 IUSE="avahi capmt constcw +cwc dbus +dvb +dvbscan ffmpeg hdhomerun libav imagecache inotify iptv satip +timeshift uriparser xmltv zlib"
32
33 +# does not build with ffmpeg-3 - bug 574990
34 +# https://tvheadend.org/issues/3597
35 RDEPEND="dev-libs/openssl:=
36 virtual/libiconv
37 avahi? ( net-dns/avahi )
38 dbus? ( sys-apps/dbus )
39 ffmpeg? (
40 - !libav? ( media-video/ffmpeg:0= )
41 + !libav? (
42 + media-video/ffmpeg:0=
43 + <media-video/ffmpeg-3
44 + )
45 libav? ( media-video/libav:= )
46 )
47 hdhomerun? ( media-libs/libhdhomerun )