Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-i810: ChangeLog xf86-video-i810-2.4.2-r1.ebuild xf86-video-i810-2.4.2-r2.ebuild
Date: Tue, 30 Sep 2008 09:55:42
Message-Id: E1Kkbwk-00009W-V7@stork.gentoo.org
1 remi 08/09/30 09:55:10
2
3 Modified: ChangeLog xf86-video-i810-2.4.2-r1.ebuild
4 Added: xf86-video-i810-2.4.2-r2.ebuild
5 Log:
6 x11-drivers/xf86-video-i810: add another patch from upstream's 2.4-branch
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r6 x86_64)
8
9 Revision Changes Path
10 1.106 x11-drivers/xf86-video-i810/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 2 Sep 2008 20:09:08 -0000 1.105
23 +++ ChangeLog 30 Sep 2008 09:55:10 -0000 1.106
24 @@ -1,6 +1,15 @@
25 # ChangeLog for x11-drivers/xf86-video-i810
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v 1.105 2008/09/02 20:09:08 remi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/ChangeLog,v 1.106 2008/09/30 09:55:10 remi Exp $
29 +
30 +*xf86-video-i810-2.4.2-r2 (30 Sep 2008)
31 +
32 + 30 Sep 2008; RĂ©mi Cardona <remi@g.o>
33 + +files/xf86-video-i810-2.4.2-0001-Don-t-allocate-a-pipe-for-hotplug-detect
34 + ion.patch, +files/xf86-video-i810-2.4.2-0002-Disable-render-standby.patch,
35 + -files/xf86-video-i810-2.4.2-fix-flicker.patch,
36 + xf86-video-i810-2.4.2-r1.ebuild, +xf86-video-i810-2.4.2-r2.ebuild:
37 + add another patch from upstream's 2.4-branch
38
39 *xf86-video-i810-2.4.2-r1 (02 Sep 2008)
40
41
42
43
44 1.2 x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild?r1=1.1&r2=1.2
49
50 Index: xf86-video-i810-2.4.2-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- xf86-video-i810-2.4.2-r1.ebuild 2 Sep 2008 20:09:08 -0000 1.1
57 +++ xf86-video-i810-2.4.2-r1.ebuild 30 Sep 2008 09:55:10 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild,v 1.1 2008/09/02 20:09:08 remi Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r1.ebuild,v 1.2 2008/09/30 09:55:10 remi Exp $
63
64 # Must be before x-modular eclass is inherited
65 # Enable snapshot to get the man page in the right place
66 @@ -37,7 +37,7 @@
67 CONFIGURE_OPTIONS="$(use_enable dri)"
68
69 PATCHES=(
70 -"${FILESDIR}/${P}-fix-flicker.patch"
71 +"${FILESDIR}/${P}-0001-Don-t-allocate-a-pipe-for-hotplug-detection.patch"
72 )
73
74 pkg_setup() {
75
76
77
78 1.1 x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r2.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r2.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r2.ebuild?rev=1.1&content-type=text/plain
82
83 Index: xf86-video-i810-2.4.2-r2.ebuild
84 ===================================================================
85 # Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i810/xf86-video-i810-2.4.2-r2.ebuild,v 1.1 2008/09/30 09:55:10 remi Exp $
88
89 # Must be before x-modular eclass is inherited
90 # Enable snapshot to get the man page in the right place
91 # This should be fixed with a XDP patch later
92 SNAPSHOT="yes"
93 XDPVER=-1
94
95 inherit x-modular
96
97 # This really needs a pkgmove...
98 SRC_URI="http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-${PV}.tar.bz2"
99
100 S="${WORKDIR}/xf86-video-intel-${PV}"
101
102 DESCRIPTION="X.Org driver for Intel cards"
103
104 KEYWORDS="~amd64 ~arm ~ia64 ~sh ~x86 ~x86-fbsd"
105 IUSE="dri"
106
107 RDEPEND=">=x11-base/xorg-server-1.2
108 x11-libs/libXvMC"
109 DEPEND="${RDEPEND}
110 x11-proto/fontsproto
111 x11-proto/randrproto
112 x11-proto/renderproto
113 x11-proto/xextproto
114 x11-proto/xineramaproto
115 x11-proto/xproto
116 dri? ( x11-proto/xf86driproto
117 x11-proto/glproto
118 >=x11-libs/libdrm-2.2
119 x11-libs/libX11 )"
120
121 CONFIGURE_OPTIONS="$(use_enable dri)"
122
123 PATCHES=(
124 "${FILESDIR}/${P}-0001-Don-t-allocate-a-pipe-for-hotplug-detection.patch"
125 "${FILESDIR}/${P}-0002-Disable-render-standby.patch"
126 )
127
128 pkg_setup() {
129 if use dri && ! built_with_use x11-base/xorg-server dri; then
130 die "Build x11-base/xorg-server with USE=dri."
131 fi
132 }