summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-22 21:58:03 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-22 21:58:03 +0000
commite67184285af723b5028c5d3ea5802dd1396cc35e (patch)
tree3e57e7d2bf6b9d7f2f96019e7da0df15a0f866e4 /x11-drivers/xf86-video-nouveau
parentmarked x86 per bug 422721 (diff)
downloadhistorical-e67184285af723b5028c5d3ea5802dd1396cc35e.tar.gz
historical-e67184285af723b5028c5d3ea5802dd1396cc35e.tar.bz2
historical-e67184285af723b5028c5d3ea5802dd1396cc35e.zip
Version bump.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index 1f7aad140020..34920e86db95 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.46 2012/06/22 20:46:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.47 2012/06/22 21:53:48 chithanh Exp $
+
+*xf86-video-nouveau-1.0.1 (22 Jun 2012)
+
+ 22 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-1.0.1.ebuild:
+ Version bump.
22 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-nouveau-0.0.16_pre20120322.ebuild:
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild
new file mode 100644
index 000000000000..413d898309fb
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild
@@ -0,0 +1,31 @@
+# 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-1.0.1.ebuild,v 1.1 2012/06/22 21:53:48 chithanh Exp $
+
+EAPI=4
+XORG_DRI="always"
+inherit linux-info xorg-2
+
+DESCRIPTION="Accelerated Open Source driver for nVidia cards"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+SRC_URI="http://nouveau.freedesktop.org/release/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdrm-2.4.34[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
+}