Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@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.12.2.ebuild
Date: Wed, 08 Apr 2009 21:34:09
Message-Id: E1LrfPL-0008MG-FP@stork.gentoo.org
1 scarabeus 09/04/08 21:34:07
2
3 Modified: ChangeLog
4 Added: xf86-video-ati-6.12.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.84 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.84&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 6 Apr 2009 18:23:15 -0000 1.83
23 +++ ChangeLog 8 Apr 2009 21:34:07 -0000 1.84
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-drivers/xf86-video-ati
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.83 2009/04/06 18:23:15 bluebird Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.84 2009/04/08 21:34:07 scarabeus Exp $
29 +
30 +*xf86-video-ati-6.12.2 (08 Apr 2009)
31 +
32 + 08 Apr 2009; Tomas Chvatal <scarabeus@g.o>
33 + +xf86-video-ati-6.12.2.ebuild:
34 + Version bump. Quite few issues were fixed. Nothing shiny. Now dvi should
35 + work correctly. Few fixes for dualhead. Some Apple quirk updates.
36
37 06 Apr 2009; Friedrich Oslage <bluebird@g.o>
38 xf86-video-ati-6.12.1-r1.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-ati-6.12.2.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.2.ebuild,v 1.1 2009/04/08 21:34:07 scarabeus Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 inherit x-modular eutils
57
58 DESCRIPTION="ATI video driver"
59
60 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE="dri"
62
63 #SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2"
64 SRC_URI="${SRC_URI}
65 ${SRC_PATCHES}"
66
67 RDEPEND=">=x11-base/xorg-server-1.2"
68 DEPEND="${RDEPEND}
69 >=x11-misc/util-macros-1.1.3
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 src_unpack() {
86 x-modular_src_unpack
87 if [[ -n "${SRC_PATCHES}" ]]; then
88 EPATCH_FORCE="yes" \
89 EPATCH_SOURCE="${WORKDIR}/patches" \
90 EPATCH_SUFFIX="patch" \
91 epatch
92 fi
93 }
94
95 pkg_postinst() {
96 x-modular_pkg_postinst
97
98 ewarn "If you have a mach64 or r128 video card, read this"
99 ewarn "The mach64 and r128 drivers moved to their own packages,"
100 ewarn "xf86-video-mach64 and xf86-video-r128. If these weren't installed"
101 ewarn "automatically by xorg-server and you have one of these cards,"
102 ewarn "check your VIDEO_CARDS settings."
103 ebeep
104 epause
105 }