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:16
Message-Id: 1459607990.3b9c34b1234f655bfaa843de88c6f7ccd224b3fe.wraeth@gentoo
1 commit: 3b9c34b1234f655bfaa843de88c6f7ccd224b3fe
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 11:16:13 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 14:39:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9c34b1
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-3.4.27.ebuild | 9 +++++++--
17 1 file changed, 7 insertions(+), 2 deletions(-)
18
19 diff --git a/media-tv/tvheadend/tvheadend-3.4.27.ebuild b/media-tv/tvheadend/tvheadend-3.4.27.ebuild
20 index 03f12f2..541c1b0 100644
21 --- a/media-tv/tvheadend/tvheadend-3.4.27.ebuild
22 +++ b/media-tv/tvheadend/tvheadend-3.4.27.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 @@ -20,10 +20,15 @@ IUSE="avahi +dvb +dvbscan ffmpeg imagecache inotify xmltv zlib"
30
31 REQUIRED_USE="dvbscan? ( dvb )"
32
33 +# does not build with ffmpeg-3 - bug 574990
34 +# https://tvheadend.org/issues/3597
35 DEPEND="dev-libs/openssl:0=
36 avahi? ( net-dns/avahi )
37 dvb? ( virtual/linuxtv-dvb-headers )
38 - ffmpeg? ( virtual/ffmpeg )
39 + ffmpeg? (
40 + virtual/ffmpeg
41 + <media-video/ffmpeg-3
42 + )
43 imagecache? ( net-misc/curl )
44 zlib? ( sys-libs/zlib )
45 virtual/pkgconfig"