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.9.0.ebuild
Date: Fri, 27 Jun 2008 05:21:02
Message-Id: E1KC6OF-0004Ei-IC@stork.gentoo.org
1 dberkholz 08/06/27 05:20:55
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.9.0.ebuild
5 Log:
6 Bump. Major features include: Improved EXA render support for r1xx/r2xx cards; EXA render support for r3xx/r4xx/r5xx cards; Textured video support for Xv (r1xx-r5xx). Also, the mach64 and r128 drivers now exist as their own packages, xf86-video-mach64 and xf86-video-r128. If you have VIDEO_CARDS set up, they should get pulled in automatically by xorg-server-1.4.2 and newer. (I'm committing those changes right after this.)
7 (Portage version: 2.1.5.6)
8
9 Revision Changes Path
10 1.63 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.63&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 10 Apr 2008 08:04:39 -0000 1.62
23 +++ ChangeLog 27 Jun 2008 05:20:55 -0000 1.63
24 @@ -1,6 +1,18 @@
25 # ChangeLog for x11-drivers/xf86-video-ati
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.62 2008/04/10 08:04:39 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.63 2008/06/27 05:20:55 dberkholz Exp $
29 +
30 +*xf86-video-ati-6.9.0 (27 Jun 2008)
31 +
32 + 27 Jun 2008; Donnie Berkholz <dberkholz@g.o>;
33 + +xf86-video-ati-6.9.0.ebuild:
34 + Bump. Major features include: Improved EXA render support for r1xx/r2xx
35 + cards; EXA render support for r3xx/r4xx/r5xx cards; Textured video support
36 + for Xv (r1xx-r5xx). Also, the mach64 and r128 drivers now exist as their
37 + own packages, xf86-video-mach64 and xf86-video-r128. If you have
38 + VIDEO_CARDS set up, they should get pulled in automatically by
39 + xorg-server-1.4.2 and newer. (I'm committing those changes right after
40 + this.)
41
42 *xf86-video-ati-6.8.0-r1 (10 Apr 2008)
43
44
45
46
47 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: xf86-video-ati-6.9.0.ebuild
53 ===================================================================
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.9.0.ebuild,v 1.1 2008/06/27 05:20:55 dberkholz Exp $
57
58 # Must be before x-modular eclass is inherited
59 #SNAPSHOT="yes"
60
61 inherit x-modular eutils
62
63 DESCRIPTION="ATI video driver"
64
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
66 IUSE="dri"
67
68 RDEPEND=">=x11-base/xorg-server-1.2"
69 DEPEND="${RDEPEND}
70 x11-proto/fontsproto
71 x11-proto/randrproto
72 x11-proto/videoproto
73 x11-proto/xextproto
74 x11-proto/xineramaproto
75 x11-proto/xf86miscproto
76 x11-proto/xproto
77 dri? ( x11-proto/glproto
78 x11-proto/xf86driproto
79 >=x11-libs/libdrm-2 )"
80
81 CONFIGURE_OPTIONS="$(use_enable dri)"
82
83 PATCHES=""
84
85 pkg_setup() {
86 if use dri && ! built_with_use x11-base/xorg-server dri; then
87 die "Build x11-base/xorg-server with USE=dri."
88 fi
89 }
90
91 pkg_postinst() {
92 x-modular_pkg_postinst
93
94 ewarn "If you have a mach64 or r128 video card, read this"
95 ewarn "The mach64 and r128 drivers moved to their own packages,"
96 ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
97 ewarn "automatically by xorg-server and you have one of these cards,"
98 ewarn "check your VIDEO_CARDS settings."
99 ebeep
100 epause
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list