public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/
Date: Mon, 12 Dec 2011 01:30:07 +0000 (UTC)	[thread overview]
Message-ID: <844e81b1ea44b4572033abf6736d38fe750d9a52.chithead@gentoo> (raw)

commit:     844e81b1ea44b4572033abf6736d38fe750d9a52
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 01:30:13 2011 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Dec 12 01:30:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=844e81b1

x11-libs/libdrm: add 2.4.28 version for intel, drop radeon as it is broken in this release (fdo #43538)

---
 x11-libs/libdrm/libdrm-2.4.28.ebuild |   53 ++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.28.ebuild b/x11-libs/libdrm/libdrm-2.4.28.ebuild
new file mode 100644
index 0000000..755429f
--- /dev/null
+++ b/x11-libs/libdrm/libdrm-2.4.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit xorg-2
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+
+DESCRIPTION="X.Org libdrm library"
+HOMEPAGE="http://dri.freedesktop.org/"
+if [[ ${PV} = 9999* ]]; then
+	SRC_URI=""
+else
+	SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2"
+fi
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+VIDEO_CARDS="intel nouveau vmware"
+for card in ${VIDEO_CARDS}; do
+	IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS} libkms"
+RESTRICT="test" # see bug #236845
+
+RDEPEND="dev-libs/libpthread-stubs
+	video_cards_intel? ( >=x11-libs/libpciaccess-0.10 )"
+DEPEND="${RDEPEND}
+	>=x11-libs/libpciaccess-0.10"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.4.28-solaris.patch
+)
+
+pkg_setup() {
+	XORG_CONFIGURE_OPTIONS=(
+		--enable-udev
+		$(use_enable video_cards_intel intel)
+		$(use_enable video_cards_nouveau nouveau-experimental-api)
+		$(use_enable video_cards_vmware vmwgfx-experimental-api)
+		$(use_enable libkms)
+	)
+
+	xorg-2_pkg_setup
+}
+
+src_prepare() {
+	# tests are restricted, no point in building them
+	sed -ie 's/tests //' ${S}/Makefile.am
+
+	xorg-2_src_prepare
+}



             reply	other threads:[~2011-12-12  1:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-12  1:30 Chi-Thanh Christopher Nguyen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-23  3:24 [gentoo-commits] proj/x11:master commit in: x11-libs/libdrm/ Matt Turner
2015-07-02  0:39 Matt Turner
2015-01-29 16:27 Chi-Thanh Christopher Nguyen
2013-05-16 22:47 David Heidelberger
2013-04-20 20:36 Chi-Thanh Christopher Nguyen
2013-03-06 23:28 Chi-Thanh Christopher Nguyen
2012-08-28 21:25 Matt Turner
2012-05-18  0:27 Chi-Thanh Christopher Nguyen
2012-04-14 18:00 Chi-Thanh Christopher Nguyen
2012-03-28 23:39 Chi-Thanh Christopher Nguyen
2012-03-02 19:44 Matt Turner
2011-12-13 17:41 Chi-Thanh Christopher Nguyen
2011-11-28  8:06 Michał Górny
2011-10-30  5:19 Matt Turner
2011-10-14 19:25 Matt Turner
2011-07-30  2:21 Matt Turner
2011-06-10 19:48 Matt Turner
2011-04-15 19:04 Michał Górny

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=844e81b1ea44b4572033abf6736d38fe750d9a52.chithead@gentoo \
    --to=chithanh@cs.tu-berlin.de \
    --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