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 14E021382C5 for ; Sun, 18 Feb 2018 20:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EDF3E0D72; Sun, 18 Feb 2018 20:28:33 +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 2C6B9E0D17 for ; Sun, 18 Feb 2018 20:28:33 +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 C906C335C4E for ; Sun, 18 Feb 2018 20:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2214B22D for ; Sun, 18 Feb 2018 20:28:30 +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: <1518985621.199e27f9fad06a61167925709c5dfc2c44487e05.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.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: 199e27f9fad06a61167925709c5dfc2c44487e05 X-VCS-Branch: master Date: Sun, 18 Feb 2018 20:28:30 +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: 16d2efe8-100b-400f-b95c-b7b8336a325c X-Archives-Hash: 5d77334ba17e43916dc8162a1207a186 commit: 199e27f9fad06a61167925709c5dfc2c44487e05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 18 19:20:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 20:27:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199e27f9 media-video/vlc: USE=vdpau actually depends on (ffmpeg|libav)[vdpau] Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/vlc/vlc-3.0.9999.ebuild | 4 ++-- media-video/vlc/vlc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 9555ba1a840..66acda89bf2 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -81,8 +81,8 @@ RDEPEND=" faad? ( media-libs/faad2:0 ) fdk? ( media-libs/fdk-aac:0 ) ffmpeg? ( - !libav? ( >=media-video/ffmpeg-3.1.3:0=[vaapi?] ) - libav? ( >=media-video/libav-11.8:0=[vaapi?] ) + !libav? ( >=media-video/ffmpeg-3.1.3:0=[vaapi?,vdpau?] ) + libav? ( >=media-video/libav-11.8:0=[vaapi?,vdpau?] ) ) flac? ( media-libs/flac:0 diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 7b20cf9fba1..642bbcefbcc 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -81,8 +81,8 @@ RDEPEND=" faad? ( media-libs/faad2:0 ) fdk? ( media-libs/fdk-aac:0 ) ffmpeg? ( - !libav? ( >=media-video/ffmpeg-3.1.3:0=[vaapi?] ) - libav? ( >=media-video/libav-11.8:0=[vaapi?] ) + !libav? ( >=media-video/ffmpeg-3.1.3:0=[vaapi?,vdpau?] ) + libav? ( >=media-video/libav-11.8:0=[vaapi?,vdpau?] ) ) flac? ( media-libs/flac:0