From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 400D559CAF for ; Sat, 2 Apr 2016 14:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90A9CE07F5; Sat, 2 Apr 2016 14:40:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D4DFE07F5 for ; Sat, 2 Apr 2016 14:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1482A340BA2 for ; Sat, 2 Apr 2016 14:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7468C88 for ; Sat, 2 Apr 2016 14:40:09 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1459607988.990ee0068d05594384b5916959b30c8ffcee9e4f.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/tvheadend/tvheadend-4.0.6.ebuild X-VCS-Directories: media-tv/tvheadend/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 990ee0068d05594384b5916959b30c8ffcee9e4f X-VCS-Branch: master Date: Sat, 2 Apr 2016 14:40:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1d1362b2-1e76-438b-adc1-caf561cf03af X-Archives-Hash: d9fc66f868d8aeda939d192f115a6591 commit: 990ee0068d05594384b5916959b30c8ffcee9e4f Author: Sam Jorna gentoo org> AuthorDate: Sat Apr 2 11:14:47 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sat Apr 2 14:39:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990ee006 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-4.0.6.ebuild | 9 +++++++-- 1 file 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 087ea47..88ebb51 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= +