commit:     990ee0068d05594384b5916959b30c8ffcee9e4f
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 11:14:47 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 14:39:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990ee006

media-tv/tvheadend: restrict build with ffmpeg-3

Does not build with ffmpeg-3 as per upstream.

Gentoo-bug: 574990
Bug: https://tvheadend.org/issues/3597
Package-Manager: portage-2.2.28

 media-tv/tvheadend/tvheadend-4.0.6.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/media-tv/tvheadend/tvheadend-4.0.6.ebuild 
b/media-tv/tvheadend/tvheadend-4.0.6.ebuild
index 087ea47..88ebb51 100644
--- a/media-tv/tvheadend/tvheadend-4.0.6.ebuild
+++ b/media-tv/tvheadend/tvheadend-4.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,12 +19,17 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="avahi capmt constcw +cwc dbus +dvb +dvbscan ffmpeg hdhomerun libav 
imagecache inotify iptv satip +timeshift uriparser xmltv zlib"
 
+# does not build with ffmpeg-3 - bug 574990
+# https://tvheadend.org/issues/3597
 RDEPEND="dev-libs/openssl:=
        virtual/libiconv
        avahi? ( net-dns/avahi )
        dbus? ( sys-apps/dbus )
        ffmpeg? (
-               !libav? ( media-video/ffmpeg:0= )
+               !libav? (
+                       media-video/ffmpeg:0=
+                       <media-video/ffmpeg-3
+               )
                libav? ( media-video/libav:= )
        )
        hdhomerun? ( media-libs/libhdhomerun )

Reply via email to