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 D269659CAF 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 52800E07FD; Sat, 2 Apr 2016 14:40:14 +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 D45BFE07FD 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 00FA9340BD1 for ; Sat, 2 Apr 2016 14:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6144D83 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: <1459607985.833681a700e6c10b3036e712c9ce255214ea5814.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.8.ebuild X-VCS-Directories: media-tv/tvheadend/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 833681a700e6c10b3036e712c9ce255214ea5814 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: 39409a91-fbcf-497c-8f34-0304c5aa15ca X-Archives-Hash: 7cde9a8597d0f7eb2d4499174f37d6f0 commit: 833681a700e6c10b3036e712c9ce255214ea5814 Author: Sam Jorna gentoo org> AuthorDate: Sat Apr 2 11:11:43 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sat Apr 2 14:39:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833681a7 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.8.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-tv/tvheadend/tvheadend-4.0.8.ebuild b/media-tv/tvheadend/tvheadend-4.0.8.ebuild index e4c7270..88ebb51 100644 --- a/media-tv/tvheadend/tvheadend-4.0.8.ebuild +++ b/media-tv/tvheadend/tvheadend-4.0.8.ebuild @@ -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= +