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 249C1138350 for ; Wed, 5 Feb 2020 20:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6330DE0867; Wed, 5 Feb 2020 20:12:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3A755E0867 for ; Wed, 5 Feb 2020 20:12:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5B9A534E7A6 for ; Wed, 5 Feb 2020 20:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1964B10C for ; Wed, 5 Feb 2020 20:12:04 +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: <1580933510.1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d.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.8.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: 1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d X-VCS-Branch: master Date: Wed, 5 Feb 2020 20:12:04 +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: a8159d90-330a-4af8-9cde-86100e4e80a7 X-Archives-Hash: 231212b035dc3c8318846bcb0a602fe6 commit: 1b013bba2f4b42c16d8a3bd2d46a259a79d5bd9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 5 20:09:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 5 20:11:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b013bba media-video/vlc: Restrict USE opencv to gentoo.org> media-video/vlc/vlc-3.0.8.ebuild | 4 ++-- media-video/vlc/vlc-3.0.9999.ebuild | 4 ++-- media-video/vlc/vlc-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/vlc/vlc-3.0.8.ebuild b/media-video/vlc/vlc-3.0.8.ebuild index 91eb7fe2f52..1365a0718a5 100644 --- a/media-video/vlc/vlc-3.0.8.ebuild +++ b/media-video/vlc/vlc-3.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2019 Gentoo Authors +# Copyright 2000-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -150,7 +150,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:0=[unicode] ) nfs? ( >=net-fs/libnfs-0.10.0:= ) ogg? ( media-libs/libogg ) - opencv? ( media-libs/opencv:= ) + opencv? ( =media-libs/opus-1.0.3 ) png? ( media-libs/libpng:0= ) postproc? ( libav? ( media-libs/libpostproc ) ) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 8fad4462519..9e019812fe1 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2019 Gentoo Authors +# Copyright 2000-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -150,7 +150,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:0=[unicode] ) nfs? ( >=net-fs/libnfs-0.10.0:= ) ogg? ( media-libs/libogg ) - opencv? ( media-libs/opencv:= ) + opencv? ( =media-libs/opus-1.0.3 ) png? ( media-libs/libpng:0= ) postproc? ( libav? ( media-libs/libpostproc ) ) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 6f1c27b496d..116dc942964 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2019 Gentoo Authors +# Copyright 2000-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -152,7 +152,7 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:0=[unicode] ) nfs? ( >=net-fs/libnfs-0.10.0:= ) ogg? ( media-libs/libogg ) - opencv? ( media-libs/opencv:= ) + opencv? ( =media-libs/opus-1.0.3 ) png? ( media-libs/libpng:0= ) postproc? ( libav? ( media-libs/libpostproc ) )