commit:     3b9c34b1234f655bfaa843de88c6f7ccd224b3fe
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 11:16:13 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 14:39:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9c34b1

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 03f12f2..541c1b0 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
+               <media-video/ffmpeg-3
+       )
        imagecache? ( net-misc/curl )
        zlib? ( sys-libs/zlib )
        virtual/pkgconfig"

Reply via email to