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 D68B51382C5 for ; Tue, 1 May 2018 21:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 116CEE0849; Tue, 1 May 2018 21:18:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E02E9E083D for ; Tue, 1 May 2018 21:18: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 88DDE335C86 for ; Tue, 1 May 2018 21:18:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D94B12A4 for ; Tue, 1 May 2018 21:18:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1525209467.8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.27.2.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf X-VCS-Branch: master Date: Tue, 1 May 2018 21:18:03 +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: 6837d4a3-96b9-4fa7-a45e-5b85c25eddab X-Archives-Hash: 8cb6c792601565a09ffba76d307bb3ef commit: 8448f82e6d79b4b5bcf0e2a4916fa2ce717265bf Author: Ilya Tumaykin gmail com> AuthorDate: Sun Apr 29 22:13:14 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue May 1 21:17:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8448f82e media-video/mpv: depend on libav-13_pre for vaapi/vdpau in 0.27.2. Bug: https://bugs.gentoo.org/641414 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8212 media-video/mpv/mpv-0.27.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild index d487246e046..1e790a980c0 100644 --- a/media-video/mpv/mpv-0.27.2.ebuild +++ b/media-video/mpv/mpv-0.27.2.ebuild @@ -100,12 +100,12 @@ COMMON_DEPEND=" v4l? ( media-libs/libv4l ) vaapi? ( !libav? ( >=media-video/ffmpeg-3.3:0 ) - libav? ( >=media-video/libav-13:0 ) + libav? ( >=media-video/libav-13_pre20171219:0 ) x11-libs/libva:=[drm?,X?,wayland?] ) vdpau? ( !libav? ( >=media-video/ffmpeg-3.3:0 ) - libav? ( >=media-video/libav-13:0 ) + libav? ( >=media-video/libav-13_pre20171219:0 ) x11-libs/libvdpau ) wayland? (