From 990ee0068d05594384b5916959b30c8ffcee9e4f Mon Sep 17 00:00:00 2001 From: Sam Jorna Date: Sat, 2 Apr 2016 22:14:47 +1100 Subject: [PATCH] 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 087ea471ce64..88ebb51ea1b3 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= +