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