summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-22 21:27:54 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-22 21:27:54 +0000
commit3dd90d1f7d7938297ec955a12dd74a4dcba77f5f (patch)
treee117572d3f66ebf1e89725dc72587b8cc8a5204a /x11-drivers
parentmarked x86 per bug 408903 (diff)
downloadgentoo-2-3dd90d1f7d7938297ec955a12dd74a4dcba77f5f.tar.gz
gentoo-2-3dd90d1f7d7938297ec955a12dd74a4dcba77f5f.tar.bz2
gentoo-2-3dd90d1f7d7938297ec955a12dd74a4dcba77f5f.zip
New snapshot.
(Portage version: 2.2.0_alpha92/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_pre20120322.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index 3d18f494e2e6..feb081904cda 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.43 2012/03/19 23:57:27 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.44 2012/03/22 21:27:54 chithanh Exp $
+
+*xf86-video-nouveau-0.0.16_pre20120322 (22 Mar 2012)
+
+ 22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-0.0.16_pre20120322.ebuild:
+ New snapshot.
*xf86-video-nouveau-0.0.16_pre20120305 (19 Mar 2012)
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
new file mode 100644
index 000000000000..e7b2f0d05fb7
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 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_pre20120322.ebuild,v 1.1 2012/03/22 21:27:54 chithanh Exp $
+
+EAPI=4
+XORG_EAUTORECONF="yes"
+XORG_DRI="always"
+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-libs/libdrm-2.4.24[video_cards_nouveau]"
+DEPEND="${RDEPEND}
+ x11-proto/glproto
+ x11-proto/xf86driproto
+ x11-proto/dri2proto"
+
+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
+}