From: Sam Jorna Date: Sat, 2 Apr 2016 11:11:43 +0000 (+1100) Subject: media-tv/tvheadend: restrict build with ffmpeg-3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=833681a700e6c10b3036e712c9ce255214ea5814;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.8.ebuild b/media-tv/tvheadend/tvheadend-4.0.8.ebuild index e4c7270a5b7c..88ebb51ea1b3 100644 --- a/media-tv/tvheadend/tvheadend-4.0.8.ebuild +++ b/media-tv/tvheadend/tvheadend-4.0.8.ebuild @@ -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= +