From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-990985-garchives=archives.gentoo.org@lists.gentoo.org> 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 CD2AD139083 for <garchives@archives.gentoo.org>; Sun, 17 Dec 2017 01:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC158E0D12; Sun, 17 Dec 2017 01:27:32 +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 9766DE0D12 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2017 01:27:32 +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 D1E0A33BF24 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2017 01:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9DFAE84 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2017 01:27:29 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1513473718.4aa3ffbcf1b35c46773c74d35ea21c0a7175ff9e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4aa3ffbcf1b35c46773c74d35ea21c0a7175ff9e X-VCS-Branch: master Date: Sun, 17 Dec 2017 01:27:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc086f01-56c3-4644-8c46-d6a810151162 X-Archives-Hash: 7154a49239b5f4365f497590d7efdb0d commit: 4aa3ffbcf1b35c46773c74d35ea21c0a7175ff9e Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Dec 17 01:21:58 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 01:21:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa3ffbc media-plugins/gst-plugins-vaapi: add libva max dependency Now that VA_API_VERSION 1.0 is out, we know what too new version numbers to actually block for the libva < 0.99 check Bug: https://bugs.gentoo.org/641272 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild index 23e6d11ea31..59515fff50a 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.12.3.ebuild @@ -23,6 +23,7 @@ RDEPEND=" >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-bad-${PV}:${SLOT}[opengl?,${MULTILIB_USEDEP}] >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}] + <x11-libs/libva-1.99 drm? ( >=virtual/libudev-208:=[${MULTILIB_USEDEP}] >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] )