Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-nouveau: ChangeLog xf86-video-nouveau-0.0.15_pre20100213.ebuild
Date: Wed, 17 Feb 2010 21:41:48
Message-Id: E1NhreU-0008Si-7f@stork.gentoo.org
1 chithanh 10/02/17 21:41:46
2
3 Modified: ChangeLog
4 xf86-video-nouveau-0.0.15_pre20100213.ebuild
5 Log:
6 add kernel version check, bug #305595
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-drivers/xf86-video-nouveau/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 15 Feb 2010 21:38:01 -0000 1.1
23 +++ ChangeLog 17 Feb 2010 21:41:45 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-drivers/xf86-video-nouveau
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.1 2010/02/15 21:38:01 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.2 2010/02/17 21:41:45 chithanh Exp $
29 +
30 + 17 Feb 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
31 + xf86-video-nouveau-0.0.15_pre20100213.ebuild:
32 + add kernel version check for bug #305595
33
34 *xf86-video-nouveau-0.0.15_pre20100213 (15 Feb 2010)
35
36
37
38
39 1.2 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?r1=1.1&r2=1.2
44
45 Index: xf86-video-nouveau-0.0.15_pre20100213.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- xf86-video-nouveau-0.0.15_pre20100213.ebuild 15 Feb 2010 21:38:01 -0000 1.1
52 +++ xf86-video-nouveau-0.0.15_pre20100213.ebuild 17 Feb 2010 21:41:45 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.1 2010/02/15 21:38:01 chithanh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.2 2010/02/17 21:41:45 chithanh Exp $
58
59 EAPI=2
60 SNAPSHOT="yes"
61 @@ -33,6 +33,11 @@
62 ewarn "acceleration with nouveau, emerge x11-base/nouveau-drm or"
63 ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
64 fi
65 + if kernel_is 2 6 33 && has_version ">=x11-libs/libdrm-2.4.18"; then
66 + ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
67 + ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm"
68 + ewarn "or x11-libs/libdrm-2.4.18_pre20100211 instead."
69 + fi
70 fi
71 if ! has_version x11-drivers/nouveau-firmware; then
72 ewarn "Nouveau firmware not detected, for acceleration on NV50 (G80)"