diff options
author | Sam Jorna <wraeth@gentoo.org> | 2016-04-02 22:16:13 +1100 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2016-04-03 01:39:50 +1100 |
commit | 3b9c34b1234f655bfaa843de88c6f7ccd224b3fe (patch) | |
tree | 2ca0661c35bf9297bfc62b2b78d460ae7217910f /media-tv/tvheadend | |
parent | media-tv/tvheadend: restrict build with ffmpeg-3 (diff) | |
download | gentoo-3b9c34b1234f655bfaa843de88c6f7ccd224b3fe.tar.gz gentoo-3b9c34b1234f655bfaa843de88c6f7ccd224b3fe.tar.bz2 gentoo-3b9c34b1234f655bfaa843de88c6f7ccd224b3fe.zip |
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
Diffstat (limited to 'media-tv/tvheadend')
-rw-r--r-- | media-tv/tvheadend/tvheadend-3.4.27.ebuild | 9 |
1 files 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 + <media-video/ffmpeg-3 + ) imagecache? ( net-misc/curl ) zlib? ( sys-libs/zlib ) virtual/pkgconfig" |