Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-ati: ChangeLog xf86-video-ati-6.7.197.ebuild
Date: Mon, 24 Dec 2007 18:45:11
Message-Id: E1J6sIP-00009A-5K@stork.gentoo.org
1 dberkholz 07/12/24 18:45:01
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.7.197.ebuild
5 Log:
6 Bump to new release candidate. Highlights from upstream: Improved PLL handling; better support for laptop lids; faster randr rotation with EXA using r1xx/r2xx; improved Mac support; fix rotated cursor problem; other bug fixes.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.57 x11-drivers/xf86-video-ati/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 16 Nov 2007 16:28:00 -0000 1.56
23 +++ ChangeLog 24 Dec 2007 18:45:00 -0000 1.57
24 @@ -1,6 +1,15 @@
25 # ChangeLog for x11-drivers/xf86-video-ati
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.56 2007/11/16 16:28:00 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.57 2007/12/24 18:45:00 dberkholz Exp $
29 +
30 +*xf86-video-ati-6.7.197 (24 Dec 2007)
31 +
32 + 24 Dec 2007; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-video-ati-6.7.197.ebuild:
34 + Bump to new release candidate. Highlights from upstream: Improved PLL
35 + handling; better support for laptop lids; faster randr rotation with EXA
36 + using r1xx/r2xx; improved Mac support; fix rotated cursor problem; other bug
37 + fixes.
38
39 *xf86-video-ati-6.7.196-r1 (16 Nov 2007)
40
41
42
43
44 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-video-ati-6.7.197.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.7.197.ebuild,v 1.1 2007/12/24 18:45:00 dberkholz Exp $
54
55 # Must be before x-modular eclass is inherited
56 #SNAPSHOT="yes"
57 XDPVER=4
58
59 inherit x-modular
60
61 DESCRIPTION="ATI video driver"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE="dri"
65
66 RDEPEND=">=x11-base/xorg-server-1.2"
67 DEPEND="${RDEPEND}
68 x11-proto/fontsproto
69 x11-proto/randrproto
70 x11-proto/videoproto
71 x11-proto/xextproto
72 x11-proto/xineramaproto
73 x11-proto/xf86miscproto
74 x11-proto/xproto
75 dri? ( x11-proto/glproto
76 x11-proto/xf86driproto
77 >=x11-libs/libdrm-2 )"
78
79 CONFIGURE_OPTIONS="$(use_enable dri)"
80
81 pkg_setup() {
82 if use dri && ! built_with_use x11-base/xorg-server dri; then
83 die "Build x11-base/xorg-server with USE=dri."
84 fi
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list