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: 1459607985.833681a700e6c10b3036e712c9ce255214ea5814.wraeth@gentoo
1 commit: 833681a700e6c10b3036e712c9ce255214ea5814
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 11:11:43 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 14:39:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833681a7
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.8.ebuild | 7 ++++++-
17 1 file changed, 6 insertions(+), 1 deletion(-)
18
19 diff --git a/media-tv/tvheadend/tvheadend-4.0.8.ebuild b/media-tv/tvheadend/tvheadend-4.0.8.ebuild
20 index e4c7270..88ebb51 100644
21 --- a/media-tv/tvheadend/tvheadend-4.0.8.ebuild
22 +++ b/media-tv/tvheadend/tvheadend-4.0.8.ebuild
23 @@ -19,12 +19,17 @@ KEYWORDS="~amd64 ~x86"
24
25 IUSE="avahi capmt constcw +cwc dbus +dvb +dvbscan ffmpeg hdhomerun libav imagecache inotify iptv satip +timeshift uriparser xmltv zlib"
26
27 +# does not build with ffmpeg-3 - bug 574990
28 +# https://tvheadend.org/issues/3597
29 RDEPEND="dev-libs/openssl:=
30 virtual/libiconv
31 avahi? ( net-dns/avahi )
32 dbus? ( sys-apps/dbus )
33 ffmpeg? (
34 - !libav? ( media-video/ffmpeg:0= )
35 + !libav? (
36 + media-video/ffmpeg:0=
37 + <media-video/ffmpeg-3
38 + )
39 libav? ( media-video/libav:= )
40 )
41 hdhomerun? ( media-libs/libhdhomerun )