Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/
Date: Fri, 14 Sep 2018 17:19:11
Message-Id: 1536945516.4bc0ac706c3b4257e5817d2d30d2108f72840e51.mattst88@gentoo
1 commit: 4bc0ac706c3b4257e5817d2d30d2108f72840e51
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 17:11:41 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 14 17:18:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc0ac70
7
8 x11-drivers/xf86-video-amdgpu: Version bump to 18.1.0
9
10 x11-drivers/xf86-video-amdgpu/Manifest | 1 +
11 .../xf86-video-amdgpu-18.1.0.ebuild | 23 ++++++++++++++++++++++
12 2 files changed, 24 insertions(+)
13
14 diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
15 index 1412a2e13ad..35b2fbbbcb8 100644
16 --- a/x11-drivers/xf86-video-amdgpu/Manifest
17 +++ b/x11-drivers/xf86-video-amdgpu/Manifest
18 @@ -1 +1,2 @@
19 DIST xf86-video-amdgpu-18.0.1.tar.bz2 414683 BLAKE2B 767da468b6d2d41d49dbbc54093594163cbc42fa73d5859d4e210f25cac6822b7cb9fede4c73a15ac2221ef07a10df8b77f6f928b134382b373d5eedfde90225 SHA512 eb3b76240d4e5084d68b5063b5b19ad5f5bb1f93ea9929301d9e17a48ddc1cb713b76529cb93d133b3547fe78ae8a4455f6b15f6ddf88c29349f82bb1a0db1c4
20 +DIST xf86-video-amdgpu-18.1.0.tar.bz2 430542 BLAKE2B c582c6d5357949833b5b9408e638e3037e38530f9a1d5e85936d1ee866effc4da1c56d7da2e8aa48cde73c09107968840262941e7b0063aa7d2aacfecc5bf120 SHA512 371f1a9f6cd2ce3b7117361222d196950c5efa01d957783c79a37c19a2273ce33d133fa51bb68432b8535aad61cb14fbb61d173a167d318b2533eb2507b7a903
21
22 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
23 new file mode 100644
24 index 00000000000..90a06199708
25 --- /dev/null
26 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
27 @@ -0,0 +1,23 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=5
32 +XORG_DRI="always"
33 +inherit xorg-2
34 +
35 +if [[ ${PV} == 9999* ]]; then
36 + SRC_URI=""
37 +else
38 + KEYWORDS="~amd64 ~x86"
39 +fi
40 +
41 +DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
42 +
43 +RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
44 + x11-base/xorg-server[glamor(-)]"
45 +DEPEND="${RDEPEND}"
46 +
47 +src_configure() {
48 + XORG_CONFIGURE_OPTIONS="--enable-glamor"
49 + xorg-2_src_configure
50 +}