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-apps/intel-gpu-tools/
Date: Wed, 13 Jun 2018 22:16:41 +0000 (UTC)	[thread overview]
Message-ID: <1528928147.700381e0c8cea62eb0675304477d752177b29b4f.mattst88@gentoo> (raw)

commit:     700381e0c8cea62eb0675304477d752177b29b4f
Author:     Casey Bowman <casey.g.bowman <AT> intel <DOT> com>
AuthorDate: Fri Jun  1 00:48:10 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 22:15:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700381e0

x11-apps/intel-gpu-tools: Add a git ebuild

Closes: https://bugs.gentoo.org/390943
Closes: https://github.com/gentoo/gentoo/pull/8729
Signed-off-by: Casey Bowman <casey.g.bowman <AT> intel.com>

 .../intel-gpu-tools/intel-gpu-tools-9999.ebuild    | 54 ++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/x11-apps/intel-gpu-tools/intel-gpu-tools-9999.ebuild b/x11-apps/intel-gpu-tools/intel-gpu-tools-9999.ebuild
new file mode 100644
index 00000000000..dcf138f5a86
--- /dev/null
+++ b/x11-apps/intel-gpu-tools/intel-gpu-tools-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/app/${PN}.git"
+if [[ ${PV} = *9999* ]]; then
+	GIT_ECLASS="git-r3"
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="Intel GPU userland tools"
+
+HOMEPAGE="https://01.org/linuxgraphics https://cgit.freedesktop.org/xorg/app/intel-gpu-tools/"
+if [[ ${PV} = *9999* ]]; then
+	SRC_URI=""
+else
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.xz"
+fi
+LICENSE="MIT"
+SLOT="0"
+IUSE="alsa chamelium doc glib gsl sound valgrind video_cards_amdgpu video_cards_intel video_cards_nouveau X xrandr xv"
+REQUIRED_USE="chamelium? ( glib gsl )"
+RESTRICT="test"
+
+X86_RDEPEND="
+	xv? (
+		x11-libs/libX11
+		x11-libs/libXext
+		x11-libs/libXv
+	)"
+X86_DEPEND="x11-base/xorg-proto
+	>=dev-util/peg-0.1.18"
+RDEPEND="sys-apps/kmod:=
+	sys-libs/libunwind:=
+	sys-process/procps:=
+	virtual/libudev:=
+	>=x11-libs/cairo-1.12.0[X?]
+	>=x11-libs/libdrm-2.4.82[video_cards_amdgpu?,video_cards_intel?,video_cards_nouveau?]
+	>=x11-libs/libpciaccess-0.10
+	alsa? ( media-libs/alsa-lib:= )
+	chamelium? ( dev-libs/xmlrpc-c )
+	glib? ( dev-libs/glib:2 )
+	gsl? ( sci-libs/gsl )
+	valgrind? ( dev-util/valgrind )
+	video_cards_intel? ( sys-libs/zlib:= )
+	xrandr? ( >=x11-libs/libXrandr-1.3 )
+	amd64? ( ${X86_RDEPEND} )
+	x86? ( ${X86_RDEPEND} )"
+DEPEND="${RDEPEND}
+	amd64? ( ${X86_DEPEND} )
+	x86? ( ${X86_DEPEND} )
+	doc? ( >=dev-util/gtk-doc-1.25-r1 )"


             reply	other threads:[~2018-06-13 22:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-13 22:16 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-05 17:08 [gentoo-commits] repo/gentoo:master commit in: x11-apps/intel-gpu-tools/ Matt Turner
2018-05-08 20:57 Matt Turner
2018-05-06 12:26 Mikle Kolyada
2018-01-05  6:43 Mike Frysinger
2016-06-21 18:47 Mike Frysinger
2015-09-19 17:56 Manuel Rüger

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=1528928147.700381e0c8cea62eb0675304477d752177b29b4f.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