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.10.0.ebuild
Date: Tue, 13 Jan 2009 06:02:42
Message-Id: E1LMcM3-0003ow-G1@stork.gentoo.org
1 dberkholz 09/01/13 06:02:23
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.10.0.ebuild
5 Log:
6 Version bump. Major changes include bicubic scaling on r3xx/r4xx/r5xx/rs690; support for new chips; reduced tearing with Xv; and lots of bugfixes.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.70 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.70&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.70&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.69&r2=1.70
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.69
20 retrieving revision 1.70
21 diff -u -r1.69 -r1.70
22 --- ChangeLog 22 Dec 2008 21:06:54 -0000 1.69
23 +++ ChangeLog 13 Jan 2009 06:02:23 -0000 1.70
24 @@ -1,6 +1,14 @@
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.69 2008/12/22 21:06:54 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.70 2009/01/13 06:02:23 dberkholz Exp $
30 +
31 +*xf86-video-ati-6.10.0 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>;
34 + +xf86-video-ati-6.10.0.ebuild:
35 + Version bump. Major changes include bicubic scaling on
36 + r3xx/r4xx/r5xx/rs690; support for new chips; reduced tearing with Xv; and
37 + lots of bugfixes.
38
39 22 Dec 2008; Markus Meier <maekke@g.o>
40 xf86-video-ati-6.8.0-r1.ebuild:
41
42
43
44 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.10.0.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.10.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xf86-video-ati-6.10.0.ebuild
50 ===================================================================
51 # Copyright 1999-2009 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.10.0.ebuild,v 1.1 2009/01/13 06:02:23 dberkholz Exp $
54
55 # Must be before x-modular eclass is inherited
56 #SNAPSHOT="yes"
57
58 inherit x-modular eutils
59
60 DESCRIPTION="ATI video driver"
61
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE="dri"
64
65 RDEPEND=">=x11-base/xorg-server-1.2"
66 DEPEND="${RDEPEND}
67 x11-proto/fontsproto
68 x11-proto/randrproto
69 x11-proto/videoproto
70 x11-proto/xextproto
71 x11-proto/xineramaproto
72 x11-proto/xf86miscproto
73 x11-proto/xproto
74 dri? ( x11-proto/glproto
75 x11-proto/xf86driproto
76 >=x11-libs/libdrm-2 )"
77
78 CONFIGURE_OPTIONS="$(use_enable dri)"
79
80 PATCHES=""
81
82 pkg_postinst() {
83 x-modular_pkg_postinst
84
85 ewarn "If you have a mach64 or r128 video card, read this"
86 ewarn "The mach64 and r128 drivers moved to their own packages,"
87 ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
88 ewarn "automatically by xorg-server and you have one of these cards,"
89 ewarn "check your VIDEO_CARDS settings."
90 ebeep
91 epause
92 }