diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-20 18:31:39 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-20 18:31:39 +0000 |
commit | 644c9811890d0d2cbf283d798ae05502dd81c34b (patch) | |
tree | dda6d78d26206303a02b45e867ab619288a9d5ea /x11-drivers/xf86-video-nouveau | |
parent | Stable for HPPA (bug #369909). (diff) | |
download | gentoo-2-644c9811890d0d2cbf283d798ae05502dd81c34b.tar.gz gentoo-2-644c9811890d0d2cbf283d798ae05502dd81c34b.tar.bz2 gentoo-2-644c9811890d0d2cbf283d798ae05502dd81c34b.zip |
New snapshot.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index f32f0ee22e54..56785256bf50 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.33 2011/07/19 15:59:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.34 2011/08/20 18:31:39 chithanh Exp $ + +*xf86-video-nouveau-0.0.16_pre20110801 (20 Aug 2011) + + 20 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-nouveau-0.0.16_pre20110801.ebuild: + New snapshot. 19 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xf86-video-nouveau-0.0.16_pre20110711.ebuild: diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild new file mode 100644 index 000000000000..90f37c266e11 --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20110801.ebuild @@ -0,0 +1,32 @@ +# 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_pre20110801.ebuild,v 1.1 2011/08/20 18:31:39 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 +} |