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 402E3139337 for ; Sat, 31 Jul 2021 18:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9070EE0908; Sat, 31 Jul 2021 18:01:19 +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 7817CE0908 for ; Sat, 31 Jul 2021 18:01:19 +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 6A506335D26 for ; Sat, 31 Jul 2021 18:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D3C744 for ; Sat, 31 Jul 2021 18:01:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1627754433.5ab2e9296272ba9d4fe4b798cc0c59b0c0486fb5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-amdgpu/Manifest x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild X-VCS-Directories: x11-drivers/xf86-video-amdgpu/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5ab2e9296272ba9d4fe4b798cc0c59b0c0486fb5 X-VCS-Branch: master Date: Sat, 31 Jul 2021 18:01:16 +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: dd49b12b-d85b-4ed8-923a-891d5ba48458 X-Archives-Hash: 68e14cf0f5a1365d78cd35242a6b7236 commit: 5ab2e9296272ba9d4fe4b798cc0c59b0c0486fb5 Author: Matt Turner gentoo org> AuthorDate: Sat Jul 31 17:57:48 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jul 31 18:00:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab2e929 x11-drivers/xf86-video-amdgpu: Version bump to 21.0.0 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-amdgpu/Manifest | 1 + .../xf86-video-amdgpu-21.0.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest index 6507037239e..65e0f75d74a 100644 --- a/x11-drivers/xf86-video-amdgpu/Manifest +++ b/x11-drivers/xf86-video-amdgpu/Manifest @@ -1 +1,2 @@ DIST xf86-video-amdgpu-19.1.0.tar.bz2 441746 BLAKE2B 75906c9b2200174711360e8cf095b8537e62618747afe5ec13f5a36ad8b61001b94e9df675df2026a61e66b6ea05e0e022640d487851d62ca4ed5ce61dd5aae7 SHA512 ccdaa2378492da1a2f3d18fedacd1318c4708da534a8a959276a82730d5420619d83ad1ec8d7835c55655fe56123cd9bffb44e6223c5a97033c01f598af4a173 +DIST xf86-video-amdgpu-21.0.0.tar.bz2 448400 BLAKE2B c7a90606b37b646b946f76d083b3d59755df331ffb7e83e4e65a821a8c0e556504b20207d6bb86e80ea98646184549b6388727df543e1e2cbab37600e243fa72 SHA512 44ccc8ddc36f09d1608cf58b6cf85dda090671c46c5643e9453f7d67f4d6850c3c9753eba43539d45773198b8042898a50153b5225780e4b2852410c5521314a diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild new file mode 100644 index 00000000000..5dc34b7fecc --- /dev/null +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-21.0.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +XORG_DRI="always" +inherit xorg-3 + +if [[ ${PV} == 9999* ]]; then + SRC_URI="" +else + KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" +fi + +DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" + +IUSE="udev" + +RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu] + x11-base/xorg-server[-minimal] + udev? ( virtual/libudev:= )" +DEPEND="${RDEPEND}" + +src_configure() { + local XORG_CONFIGURE_OPTIONS=( + --enable-glamor + $(use_enable udev) + ) + xorg-3_src_configure +}