summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Jorna <wraeth@gentoo.org>2016-04-02 22:14:47 +1100
committerSam Jorna <wraeth@gentoo.org>2016-04-03 01:39:48 +1100
commit990ee0068d05594384b5916959b30c8ffcee9e4f (patch)
treee009b948baec7fdedc1d408114bdbdcc5eaa648f /media-tv
parentmedia-tv/tvheadend: restrict build with ffmpeg-3 (diff)
downloadgentoo-990ee0068d05594384b5916959b30c8ffcee9e4f.tar.gz
gentoo-990ee0068d05594384b5916959b30c8ffcee9e4f.tar.bz2
gentoo-990ee0068d05594384b5916959b30c8ffcee9e4f.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')
-rw-r--r--media-tv/tvheadend/tvheadend-4.0.6.ebuild9
1 files changed, 7 insertions, 2 deletions
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=
+ <media-video/ffmpeg-3
+ )
libav? ( media-video/libav:= )
)
hdhomerun? ( media-libs/libhdhomerun )