diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-12 13:49:47 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-12 13:49:47 +0000 |
commit | e3c23130049c5978bba1b06db0d05cb64e569138 (patch) | |
tree | 3110c97ae24955e1ed997fb84b7e5bc70d675260 /x11-drivers/xf86-video-nouveau | |
parent | Version bumped. (diff) | |
download | gentoo-2-e3c23130049c5978bba1b06db0d05cb64e569138.tar.gz gentoo-2-e3c23130049c5978bba1b06db0d05cb64e569138.tar.bz2 gentoo-2-e3c23130049c5978bba1b06db0d05cb64e569138.zip |
new snapshot
(Portage version: 2.2_rc67/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_pre20100510.ebuild | 42 |
2 files changed, 49 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index 061931a00f1a..ba50cd784546 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.6 2010/04/27 23:47:16 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.7 2010/05/12 13:49:47 chithanh Exp $ + +*xf86-video-nouveau-0.0.16_pre20100510 (12 May 2010) + + 12 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-nouveau-0.0.16_pre20100510.ebuild: + new snapshot 27 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xf86-video-nouveau-0.0.15_pre20100213.ebuild, diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild new file mode 100644 index 000000000000..1238ad0fb25d --- /dev/null +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100510.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2010 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_pre20100510.ebuild,v 1.1 2010/05/12 13:49:47 chithanh Exp $ + +EAPI=2 +SNAPSHOT="yes" +inherit linux-info x-modular + +DESCRIPTION="Accelerated Open Source driver for nVidia cards" +HOMEPAGE="http://nouveau.freedesktop.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.7[-minimal] + >=x11-libs/libdrm-2.4.19" + +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86driproto + x11-proto/xproto" + +pkg_postinst() { + x-modular_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, emerge x11-base/nouveau-drm or" + ewarn "enable CONFIG_DRM_NOUVEAU in the kernel." + fi + if kernel_is 2 6 33; then + ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to" + ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm" + ewarn "instead." + fi + fi +} |