From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 615E3138334 for ; Thu, 29 Nov 2018 23:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D4CE08A0; Thu, 29 Nov 2018 23:01:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08A9CE08A0 for ; Thu, 29 Nov 2018 23:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3721335C67 for ; Thu, 29 Nov 2018 23:01:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192AF4D2 for ; Thu, 29 Nov 2018 23:01:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1543532494.900ceda32c7f0d58994ba58fb09f78b05dd6327f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-0.7.1-r1.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 900ceda32c7f0d58994ba58fb09f78b05dd6327f X-VCS-Branch: master Date: Thu, 29 Nov 2018 23:01:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 111600e6-4719-4de7-b463-f3a5689d454e X-Archives-Hash: 61c8e350176aeac6ca130a9e153dc199 commit: 900ceda32c7f0d58994ba58fb09f78b05dd6327f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 29 22:48:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 29 23:01:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900ceda3 media-video/gpac: Drop bogus media-tv/linuxtv-dvb-apps from USE dvb Thanks-to: James Le Cuirot gentoo.org> Bug: https://bugs.gentoo.org/626240 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/gpac/gpac-0.7.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/gpac/gpac-0.7.1-r1.ebuild b/media-video/gpac/gpac-0.7.1-r1.ebuild index 972c9aafb6b..021a7cebfda 100644 --- a/media-video/gpac/gpac-0.7.1-r1.ebuild +++ b/media-video/gpac/gpac-0.7.1-r1.ebuild @@ -27,7 +27,6 @@ RDEPEND=" a52? ( media-libs/a52dec ) aac? ( media-libs/faad2 ) alsa? ( media-libs/alsa-lib ) - dvb? ( media-tv/linuxtv-dvb-apps ) ffmpeg? ( !libav? ( media-video/ffmpeg:0= ) libav? ( media-video/libav:0= ) @@ -64,6 +63,7 @@ RDEPEND=" # wxwidgets? ( =x11-libs/wxGTK-2.8* ) DEPEND="${RDEPEND} virtual/pkgconfig + dvb? ( sys-kernel/linux-headers ) " # DOCS="AUTHORS BUGS Changelog README.md TODO doc/CODING_STYLE doc/*.doc doc/*.bt doc/SceneGenerators doc/ipmpx_syntax.bt doc/*.txt" @@ -113,6 +113,7 @@ src_configure() { --use-ogg=system \ $(use_enable alsa) \ $(use_enable debug) \ + $(use_enable dvb dvb4linux) \ $(use_enable ipv6) \ $(use_enable jack jack yes) \ $(use_enable opengl 3d) \