From: Sam Jorna Date: Sat, 2 Apr 2016 11:14:47 +0000 (+1100) Subject: media-tv/tvheadend: restrict build with ffmpeg-3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=990ee0068d05594384b5916959b30c8ffcee9e4f;p=gentoo.git 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 --- 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= +