summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-03-31 14:46:47 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-03-31 14:46:47 +0000
commita01d2b053967a069e78b04d47e789241d263f9cd (patch)
tree910123db2188e48afc5b23fc86d9bef5bb1eab50 /x11-drivers
parentMask libdrm-2.4.23 incompatible version of x11-drivers/xf86-video-nouveau (diff)
downloadgentoo-2-a01d2b053967a069e78b04d47e789241d263f9cd.tar.gz
gentoo-2-a01d2b053967a069e78b04d47e789241d263f9cd.tar.bz2
gentoo-2-a01d2b053967a069e78b04d47e789241d263f9cd.zip
New snapshot, p.masked for libdrm API change
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110323.ebuild38
2 files changed, 45 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index d7e08a3e63e9..a2c7d2d14ab0 100644
--- a/x11-drivers/xf86-video-nouveau/ChangeLog
+++ b/x11-drivers/xf86-video-nouveau/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-nouveau
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.25 2011/03/03 00:00:26 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.26 2011/03/31 14:46:47 chithanh Exp $
+
+*xf86-video-nouveau-0.0.16_pre20110323 (31 Mar 2011)
+
+ 31 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-0.0.16_pre20110323.ebuild:
+ New snapshot, p.masked for libdrm API change
02 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
xf86-video-nouveau-0.0.16_pre20101130.ebuild:
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110323.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110323.ebuild
new file mode 100644
index 000000000000..cc50d6951cba
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110323.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110323.ebuild,v 1.1 2011/03/31 14:46:47 chithanh Exp $
+
+EAPI=3
+XORG_EAUTORECONF="yes"
+inherit linux-info xorg-2
+
+DESCRIPTION="Accelerated Open Source driver for nVidia cards"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.8[-minimal]
+ >=x11-libs/libdrm-2.4.24[video_cards_nouveau]"
+
+DEPEND="${RDEPEND}
+ x11-proto/dri2proto
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xextproto
+ x11-proto/xf86driproto
+ x11-proto/xproto"
+
+pkg_postinst() {
+ xorg-2_pkg_postinst
+ if ! has_version x11-base/nouveau-drm; then
+ if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
+ ewarn "Nouveau DRM not detected. If you want any kind of"
+ ewarn "acceleration with nouveau, enable CONFIG_DRM_NOUVEAU"
+ ewarn "in the kernel."
+ fi
+ fi
+}