diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 04:52:20 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-14 04:52:20 +0000 |
commit | 296fb4cd893dd3ffb49e7665bfbd57a9ba2c79b3 (patch) | |
tree | 8282e841b60c2d3469eab924e286ad5eb7755630 /x11-drivers | |
parent | Version bump. See bug #184631. (diff) | |
download | gentoo-2-296fb4cd893dd3ffb49e7665bfbd57a9ba2c79b3.tar.gz gentoo-2-296fb4cd893dd3ffb49e7665bfbd57a9ba2c79b3.tar.bz2 gentoo-2-296fb4cd893dd3ffb49e7665bfbd57a9ba2c79b3.zip |
Bump. Lots of changes for G80 series, including addition of RandR 1.2 support and EXA. Also add VBE-based dual head for pre-G80 cards.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nv/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-2.1.2 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-2.1.2.ebuild | 22 |
3 files changed, 36 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index acc2c818abbb..d2358ec55988 100644 --- a/x11-drivers/xf86-video-nv/ChangeLog +++ b/x11-drivers/xf86-video-nv/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-video-nv # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.51 2007/07/03 13:08:13 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.52 2007/07/14 04:52:20 dberkholz Exp $ + +*xf86-video-nv-2.1.2 (14 Jul 2007) + + 14 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-nv-2.1.2.ebuild: + Bump. Lots of changes for G80 series, including addition of RandR 1.2 + support and EXA. Also add VBE-based dual head for pre-G80 cards. 03 Jul 2007; Lars Weiler <pylon@gentoo.org> xf86-video-nv-1.2.2.1.ebuild: Stable on ppc; bug #175465. diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-2.1.2 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-2.1.2 new file mode 100644 index 000000000000..69ee18d763a2 --- /dev/null +++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-2.1.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 8b6a56ef0e1ec29e798059e5a546335a xf86-video-nv-2.1.2.tar.bz2 366835 +RMD160 aa65d4b4e6b706d8f0200d467356893cf5d5018e xf86-video-nv-2.1.2.tar.bz2 366835 +SHA256 602841aca284c7f6c870d3e1254a6fa191c7f036cc5880041518717ecba68d4b xf86-video-nv-2.1.2.tar.bz2 366835 diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.2.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.2.ebuild new file mode 100644 index 000000000000..7f77bff3d1b3 --- /dev/null +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.2.ebuild,v 1.1 2007/07/14 04:52:20 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="NVIDIA video driver" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd" + +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto" |