From 3b9c34b1234f655bfaa843de88c6f7ccd224b3fe Mon Sep 17 00:00:00 2001 From: Sam Jorna Date: Sat, 2 Apr 2016 22:16:13 +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-3.4.27.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-tv/tvheadend/tvheadend-3.4.27.ebuild b/media-tv/tvheadend/tvheadend-3.4.27.ebuild index 03f12f27b6ac..541c1b091c80 100644 --- a/media-tv/tvheadend/tvheadend-3.4.27.ebuild +++ b/media-tv/tvheadend/tvheadend-3.4.27.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$ @@ -20,10 +20,15 @@ IUSE="avahi +dvb +dvbscan ffmpeg imagecache inotify xmltv zlib" REQUIRED_USE="dvbscan? ( dvb )" +# does not build with ffmpeg-3 - bug 574990 +# https://tvheadend.org/issues/3597 DEPEND="dev-libs/openssl:0= avahi? ( net-dns/avahi ) dvb? ( virtual/linuxtv-dvb-headers ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( + virtual/ffmpeg +