public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/
Date: Sun, 23 Oct 2016 22:40:18 +0000 (UTC)	[thread overview]
Message-ID: <1477262379.bcf43f4309c46d4fe557d9018d89ae91c98fc984.mattst88@gentoo> (raw)

commit:     bcf43f4309c46d4fe557d9018d89ae91c98fc984
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 22:39:14 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 22:39:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf43f43

x11-drivers/xf86-video-amdgpu: Version bump to 1.1.2.

Bug: https://bugs.gentoo.org/594428

 x11-drivers/xf86-video-amdgpu/Manifest             |  1 +
 .../xf86-video-amdgpu-1.1.2.ebuild                 | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
index 9a31024..283d380 100644
--- a/x11-drivers/xf86-video-amdgpu/Manifest
+++ b/x11-drivers/xf86-video-amdgpu/Manifest
@@ -1,3 +1,4 @@
 DIST xf86-video-amdgpu-0.0.01_pre20150814.tar.xz 58024 SHA256 5654e22fcb051e04f5862576c84e8e7ab765f1097586874d3be75fefd49e159c SHA512 4885f92febd6ab1663c3b27b7db8af98eaa0d7f4c91c65e7ce8d9a8756ea0a051c65183d2d5fec3ed29b90d18de4bb81956bf585128f417a7e4471a12e2e9222 WHIRLPOOL 9b98505f0f9823661c084eaaad2e91bb2fb0956c07cf0cf22f6e4849ad9464134417f7caef9ab92c34e7881a24fabe8e6caa55300eebb3d887b04b150d42495d
 DIST xf86-video-amdgpu-1.0.1.tar.bz2 374443 SHA256 730fb959fc7a96643df10dc500bb645a94ac98fdfe021172a537a57c9cb3915e SHA512 ebc5822c615cb2ca9a058b222d3425a6d387b008ad9918454045a66b3985c596cba7df414972b99c1d30711b3c74739e6d74ab62ec25c469d880e0adcf833f80 WHIRLPOOL dc5a576bfea4a04152b7a745d913fdc317f0fd13df73a37a1909968eaea8edc0fff71cc71023e9fd74c60fed7976cfca58c221c55893026e858973970e9236a7
 DIST xf86-video-amdgpu-1.1.0.tar.bz2 379970 SHA256 69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 SHA512 a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa86934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e WHIRLPOOL dcdbbc17efcec2bbc79093e06ed3ba06ec53d264ca937b245cf3d367709aa2efa41523fff020586c334b56b7908f34598a3c9aff02fe189251da2561241c12d7
+DIST xf86-video-amdgpu-1.1.2.tar.bz2 383690 SHA256 6ee87fed6d70d12353ca7ac02f8321a30d770626bf56f62f0e27970a33690779 SHA512 c381120000ba7ec1651f01e77e4093ccb939eb0e8925ea76532d6204b1072f3240cef412136ac4cf2a67268dfa9fda9bb455fe29874a4fd4a3be07d9a04b17ba WHIRLPOOL a8635d6624971d1459de50f5376da2f11eb5b970cddab5fa8ff14744e0b02eb18af7bfe737d09d3a68aa3c5f196fc45261bbf8c66d053775cf0ea53a48f20aa4

diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild
new file mode 100644
index 00000000..9562775
--- /dev/null
+++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+XORG_DRI="always"
+inherit xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+	XORG_EAUTORECONF=yes
+	SRC_URI=""
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
+
+IUSE="glamor"
+
+RDEPEND="x11-libs/libdrm[video_cards_amdgpu]
+	x11-base/xorg-server[glamor(-)?]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
+	xorg-2_src_configure
+}


             reply	other threads:[~2016-10-23 22:40 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-23 22:40 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25  2:32 [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/ Matt Turner
2023-08-16 22:07 Matt Turner
2023-07-24 13:39 Arthur Zamarin
2023-07-24 11:03 Jakov Smolić
2023-03-05 11:19 Sam James
2023-03-05 11:19 Sam James
2023-03-03 17:50 Matt Turner
2023-02-27 18:44 Matt Turner
2022-05-29 15:23 Matt Turner
2022-05-28  1:35 Sam James
2022-05-25 16:02 WANG Xuerui
2022-05-25 16:02 WANG Xuerui
2022-05-07 17:55 Jakov Smolić
2022-02-23 18:52 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-15  8:38 Jakov Smolić
2021-11-07 22:10 Jakov Smolić
2021-07-31 18:01 Matt Turner
2021-05-16 18:33 Georgy Yakovlev
2021-05-02 15:24 Matt Turner
2019-11-26 22:54 Matt Turner
2019-11-18 14:29 Agostino Sarubbo
2019-11-03 22:12 Matt Turner
2019-10-11 19:45 Matt Turner
2019-08-15  6:54 Georgy Yakovlev
2019-08-15  6:54 Georgy Yakovlev
2019-05-01 20:57 Matt Turner
2019-03-19 19:52 Matt Turner
2019-03-07 18:17 Matt Turner
2019-03-07 18:17 Matt Turner
2019-03-01 20:45 Mart Raudsepp
2018-10-31 22:59 Matt Turner
2018-10-27 19:36 Matt Turner
2018-10-26  0:52 Thomas Deutschmann
2018-10-25 17:38 Mikle Kolyada
2018-09-14 17:19 Matt Turner
2018-08-08 19:25 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-27 23:18 Matt Turner
2018-07-17 14:15 Matt Turner
2018-05-12  2:45 Matt Turner
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 12:30 Mikle Kolyada
2018-03-15 16:01 Matt Turner
2018-03-02 18:06 Matt Turner
2018-03-02 18:06 Matt Turner
2017-11-25 20:10 Matt Turner
2017-09-08 10:54 Lars Wendler
2017-09-08 10:54 Lars Wendler
2017-06-01  9:13 Agostino Sarubbo
2017-05-31 13:06 Agostino Sarubbo
2017-03-16 10:20 Lars Wendler
2017-03-16 10:20 Lars Wendler
2017-03-16 10:20 Lars Wendler
2017-03-05  2:38 Matt Turner
2016-11-17 13:49 Lars Wendler
2016-11-17 13:49 Lars Wendler
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-04-07 22:33 Chí-Thanh Christopher Nguyễn
2016-02-23 15:21 Chí-Thanh Christopher Nguyễn
2015-09-02  1:25 Chí-Thanh Christopher Nguyễn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477262379.bcf43f4309c46d4fe557d9018d89ae91c98fc984.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox