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 5A360138334 for ; Sat, 16 Feb 2019 17:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C49DE08D0; Sat, 16 Feb 2019 17:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E9EF6E08CD for ; Sat, 16 Feb 2019 17:06:10 +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 E4F37335CF5 for ; Sat, 16 Feb 2019 17:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2438A547 for ; Sat, 16 Feb 2019 17:06:07 +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: <1550336750.6ddfe3f8aae99f0c97e5e788a2e48ca331b93375.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.6.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6ddfe3f8aae99f0c97e5e788a2e48ca331b93375 X-VCS-Branch: master Date: Sat, 16 Feb 2019 17:06:07 +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: 01d57075-ac9a-4757-a85c-711fb11fd6ec X-Archives-Hash: 996359c33e26609f1d5bea0ac88cd541 commit: 6ddfe3f8aae99f0c97e5e788a2e48ca331b93375 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 16 16:52:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 16 17:05:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddfe3f8 media-video/vlc: Add missing USE dav1d cmake switch Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.6.ebuild | 1 + media-video/vlc/vlc-3.0.9999.ebuild | 1 + media-video/vlc/vlc-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-video/vlc/vlc-3.0.6.ebuild b/media-video/vlc/vlc-3.0.6.ebuild index b652e7bd94b..63a6fda4089 100644 --- a/media-video/vlc/vlc-3.0.6.ebuild +++ b/media-video/vlc/vlc-3.0.6.ebuild @@ -296,6 +296,7 @@ src_configure() { $(use_enable chromecast microdns) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) + $(use_enable dav1d) $(use_enable dbus) $(use_enable dbus kwallet) $(use_enable dc1394) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 7ef85d86eb3..74f7c1d116e 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -296,6 +296,7 @@ src_configure() { $(use_enable chromecast microdns) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) + $(use_enable dav1d) $(use_enable dbus) $(use_enable dbus kwallet) $(use_enable dc1394) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 87447fb8250..060a5ca89ae 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -298,6 +298,7 @@ src_configure() { $(use_enable chromecast microdns) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) + $(use_enable dav1d) $(use_enable dbus) $(use_enable dbus kwallet) $(use_enable dc1394)