Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-openchrome: xf86-video-openchrome-20090907.ebuild ChangeLog
Date: Mon, 07 Sep 2009 15:17:09
Message-Id: E1Mkfxr-0003b2-FB@stork.gentoo.org
1 jer 09/09/07 15:17:07
2
3 Modified: ChangeLog
4 Added: xf86-video-openchrome-20090907.ebuild
5 Log:
6 Version bump, svn revision 782.
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.17 x11-drivers/xf86-video-openchrome/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 4 May 2009 16:40:33 -0000 1.16
23 +++ ChangeLog 7 Sep 2009 15:17:07 -0000 1.17
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-drivers/xf86-video-openchrome
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.16 2009/05/04 16:40:33 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/ChangeLog,v 1.17 2009/09/07 15:17:07 jer Exp $
29 +
30 +*xf86-video-openchrome-20090907 (07 Sep 2009)
31 +
32 + 07 Sep 2009; Jeroen Roovers <jer@g.o>
33 + +xf86-video-openchrome-20090907.ebuild:
34 + Version bump, svn revision 782.
35
36 04 May 2009; Samuli Suominen <ssuominen@g.o>
37 xf86-video-openchrome-0.2.902.ebuild,
38
39
40
41 1.1 x11-drivers/xf86-video-openchrome/xf86-video-openchrome-20090907.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-20090907.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-20090907.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xf86-video-openchrome-20090907.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-20090907.ebuild,v 1.1 2009/09/07 15:17:07 jer Exp $
51
52 EAPI="2"
53
54 XDPVER="-1"
55 IUSE="debug dri"
56
57 inherit x-modular autotools
58
59 DESCRIPTION="X.Org driver for VIA/S3G cards"
60 HOMEPAGE="http://www.openchrome.org"
61 SRC_URI="http://dev.gentoo.org/~jer/${P}.tar.bz2"
62 LICENSE="MIT"
63 KEYWORDS="~amd64 ~x86"
64 RDEPEND=">=x11-base/xorg-server-1.2
65 dri? ( x11-libs/libdrm )"
66 DEPEND="${RDEPEND}
67 x11-libs/libX11
68 x11-libs/libXv
69 x11-libs/libXvMC
70 x11-proto/randrproto
71 x11-proto/videoproto
72 x11-proto/xextproto
73 x11-proto/xproto
74 dri? (
75 x11-proto/xf86driproto
76 x11-proto/glproto
77 )"
78
79 DOCS="ChangeLog NEWS README"
80
81 src_prepare() {
82 eautoreconf
83 }
84
85 pkg_setup() {
86 CONFIGURE_OPTIONS="
87 $(use_enable debug)
88 $(use_enable debug xv-debug)
89 "
90 }
91
92 pkg_postinst() {
93 elog "Supported chipsets:"
94 elog ""
95 elog "CLE266 (VT3122)"
96 elog "KM400/P4M800 (VT3205)"
97 elog "K8M800 (VT3204)"
98 elog "PM800/PM880/CN400 (VT3259)"
99 elog "VM800/CN700/P4M800Pro (VT3314)"
100 elog "CX700 (VT3324)"
101 elog "P4M890 (VT3327)"
102 elog "K8M890 (VT3336)"
103 elog "P4M900/VN896 (VT3364)"
104 elog ""
105 elog "The driver name is 'openchrome', and this is what you need"
106 elog "to use in your xorg.conf now (instead of 'via')."
107 elog ""
108 elog "See the ChangeLog and release notes for more information."
109 }