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.16_pre20100819.ebuild
Date: Mon, 23 Aug 2010 15:23:57
Message-Id: 20100823152349.CFB2F2004E@flycatcher.gentoo.org
1 chithanh 10/08/23 15:23:49
2
3 Modified: ChangeLog
4 Added: xf86-video-nouveau-0.0.16_pre20100819.ebuild
5 Log:
6 New snapshot.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-drivers/xf86-video-nouveau/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 12 Aug 2010 09:55:55 -0000 1.13
23 +++ ChangeLog 23 Aug 2010 15:23:49 -0000 1.14
24 @@ -1,6 +1,12 @@
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.13 2010/08/12 09:55:55 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.14 2010/08/23 15:23:49 chithanh Exp $
29 +
30 +*xf86-video-nouveau-0.0.16_pre20100819 (23 Aug 2010)
31 +
32 + 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
33 + +xf86-video-nouveau-0.0.16_pre20100819.ebuild:
34 + New snapshot.
35
36 *xf86-video-nouveau-0.0.16_pre20100807 (12 Aug 2010)
37
38
39
40
41 1.1 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-video-nouveau-0.0.16_pre20100819.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild,v 1.1 2010/08/23 15:23:49 chithanh Exp $
51
52 EAPI=2
53 SNAPSHOT="yes"
54 inherit linux-info x-modular
55
56 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
57 HOMEPAGE="http://nouveau.freedesktop.org/"
58 SRC_URI="mirror://gentoo/${P}.tar.bz2"
59
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=x11-base/xorg-server-1.7[-minimal]
64 >=x11-libs/libdrm-2.4.19"
65
66 DEPEND="${RDEPEND}
67 x11-proto/dri2proto
68 x11-proto/fontsproto
69 x11-proto/randrproto
70 x11-proto/renderproto
71 x11-proto/videoproto
72 x11-proto/xextproto
73 x11-proto/xf86driproto
74 x11-proto/xproto"
75
76 pkg_postinst() {
77 x-modular_pkg_postinst
78 if ! has_version x11-base/nouveau-drm; then
79 if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
80 ewarn "Nouveau DRM not detected. If you want any kind of"
81 ewarn "acceleration with nouveau, emerge x11-base/nouveau-drm or"
82 ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
83 fi
84 if kernel_is 2 6 33; then
85 ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
86 ewarn ">=x11-libs/libdrm-2.4.18, please use kernel 2.6.34 or later."
87 fi
88 fi
89 }