Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-virtualbox: ChangeLog xf86-video-virtualbox-1.6.4-r1.ebuild xf86-video-virtualbox-1.6.6.ebuild xf86-video-virtualbox-1.5.6.ebuild xf86-video-virtualbox-1.6.4.ebuild
Date: Sat, 06 Sep 2008 19:29:06
Message-Id: E1Kc3Sx-0005je-VC@stork.gentoo.org
1 jokey 08/09/06 19:29:03
2
3 Modified: ChangeLog
4 Added: xf86-video-virtualbox-1.6.4-r1.ebuild
5 xf86-video-virtualbox-1.6.6.ebuild
6 Removed: xf86-video-virtualbox-1.5.6.ebuild
7 xf86-video-virtualbox-1.6.4.ebuild
8 Log:
9 Port from dev overlay
10 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
11
12 Revision Changes Path
13 1.3 x11-drivers/xf86-video-virtualbox/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog?r1=1.2&r2=1.3
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- ChangeLog 10 Aug 2008 14:45:33 -0000 1.2
26 +++ ChangeLog 6 Sep 2008 19:29:03 -0000 1.3
27 @@ -1,6 +1,23 @@
28 # ChangeLog for x11-drivers/xf86-video-virtualbox
29 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.2 2008/08/10 14:45:33 jokey Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.3 2008/09/06 19:29:03 jokey Exp $
32 +
33 +*xf86-video-virtualbox-1.6.6 (06 Sep 2008)
34 +*xf86-video-virtualbox-1.6.4-r1 (06 Sep 2008)
35 +
36 + 06 Sep 2008; Markus Ullmann <jokey@g.o>
37 + -files/xf86-video-virtualbox-1.5.6-remove-alsa.patch,
38 + files/xf86-video-virtualbox-1.6.4-fix-missing-makefiles.patch,
39 + -xf86-video-virtualbox-1.5.6.ebuild, -xf86-video-virtualbox-1.6.4.ebuild,
40 + +xf86-video-virtualbox-1.6.4-r1.ebuild,
41 + +xf86-video-virtualbox-1.6.6.ebuild:
42 + Port from dev overlay
43 +
44 + 03 Sep 2008; Alessio Cassibba (X-Drum) <swapon@×××××.com>
45 + xf86-video-virtualbox-1.6.4-r1.ebuild,
46 + +xf86-video-virtualbox-1.6.6.ebuild:
47 + Version bump; fix SRC_URI; add dev-util/kbuild and dev-lang/yasm to DEPEND
48 + and force to build without shipped binaries (kBuild, yasm), wrt bug #232775;
49
50 *xf86-video-virtualbox-1.6.4 (10 Aug 2008)
51
52
53
54
55 1.1 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.4-r1.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.4-r1.ebuild?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.4-r1.ebuild?rev=1.1&content-type=text/plain
59
60 Index: xf86-video-virtualbox-1.6.4-r1.ebuild
61 ===================================================================
62 # Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.4-r1.ebuild,v 1.1 2008/09/06 19:29:03 jokey Exp $
65
66 inherit x-modular eutils
67
68 MY_P=VirtualBox-${PV}-OSE
69 DESCRIPTION="VirtualBox video driver"
70 HOMEPAGE="http://www.virtualbox.org/"
71 SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2"
72
73 LICENSE="GPL-2"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE=""
77
78 RDEPEND="x11-base/xorg-server"
79 DEPEND="${RDEPEND}
80 sys-devel/dev86
81 sys-power/iasl
82 x11-proto/fontsproto
83 x11-proto/randrproto
84 x11-proto/renderproto
85 x11-proto/xextproto
86 x11-proto/xineramaproto
87 x11-proto/xproto"
88
89 S=${WORKDIR}/${MY_P/-OSE/}
90
91 src_unpack() {
92 unpack ${A}
93 cd "${S}"
94
95 # Fix missing makefiles
96 epatch "${FILESDIR}/${P}-fix-missing-makefiles.patch"
97 }
98
99 src_compile() {
100 # build the user-space tools, warnings are harmless
101 ./configure --nofatal \
102 --disable-xpcom \
103 --disable-sdl-ttf \
104 --disable-pulse \
105 --disable-alsa \
106 --build-headless || die "configure failed"
107 source ./env.sh
108
109 for each in src/VBox/{Runtime,Additions/common/VBoxGuestLib} \
110 src/VBox/Additions/x11/xgraphics ; do
111 MAKE="kmk" emake || die "kmk failed"
112 done
113 }
114
115 src_install() {
116 cd "${S}/out/linux.${ARCH}/release/bin/additions"
117 insinto /usr/lib/xorg/modules/drivers
118
119 if has_version "<x11-base/xorg-server-1.4" ; then
120 newins vboxvideo_drv_13.so vboxvideo_drv.so
121 else
122 newins vboxvideo_drv_14.so vboxvideo_drv.so
123 fi
124 }
125
126 pkg_postinst() {
127 elog "You need to edit the file /etc/X11/xorg.conf and set:"
128 elog ""
129 elog " Driver \"vboxvideo\""
130 elog ""
131 elog "in the Graphics device section (Section \"Device\")"
132 elog ""
133 }
134
135
136
137 1.1 x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild?rev=1.1&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild?rev=1.1&content-type=text/plain
141
142 Index: xf86-video-virtualbox-1.6.6.ebuild
143 ===================================================================
144 # Copyright 1999-2008 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-1.6.6.ebuild,v 1.1 2008/09/06 19:29:03 jokey Exp $
147
148 inherit x-modular eutils
149
150 MY_P=VirtualBox-${PV}-OSE
151 DESCRIPTION="VirtualBox video driver"
152 HOMEPAGE="http://www.virtualbox.org/"
153 SRC_URI="http://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2"
154
155 LICENSE="GPL-2"
156 SLOT="0"
157 KEYWORDS="~amd64 ~x86"
158 IUSE=""
159
160 RDEPEND="x11-base/xorg-server"
161 DEPEND="${RDEPEND}
162 dev-util/kbuild
163 >=dev-lang/yasm-0.6.2
164 sys-devel/dev86
165 sys-power/iasl
166 x11-proto/fontsproto
167 x11-proto/randrproto
168 x11-proto/renderproto
169 x11-proto/xextproto
170 x11-proto/xineramaproto
171 x11-proto/xproto"
172
173 S=${WORKDIR}/${MY_P/-OSE/}
174
175 src_unpack() {
176 unpack ${A}
177 cd "${S}"
178
179 # Remove shipped binaries (kBuild,yasm), see bug #232775
180 rm -rf kBuild/bin tools
181 }
182
183 src_compile() {
184 # build the user-space tools, warnings are harmless
185 ./configure --nofatal \
186 --disable-xpcom \
187 --disable-sdl-ttf \
188 --disable-pulse \
189 --disable-alsa \
190 --build-headless || die "configure failed"
191 source ./env.sh
192
193 for each in src/VBox/{Runtime,Additions/common/VBoxGuestLib} \
194 src/VBox/Additions/x11/xgraphics ; do
195 MAKE="kmk" emake TOOL_YASM_AS=yasm \
196 || die "kmk failed"
197 done
198 }
199
200 src_install() {
201 cd "${S}/out/linux.${ARCH}/release/bin/additions"
202 insinto /usr/lib/xorg/modules/drivers
203
204 if has_version "<x11-base/xorg-server-1.4" ; then
205 newins vboxvideo_drv_13.so vboxvideo_drv.so
206 else
207 newins vboxvideo_drv_14.so vboxvideo_drv.so
208 fi
209 }
210
211 pkg_postinst() {
212 elog "You need to edit the file /etc/X11/xorg.conf and set:"
213 elog ""
214 elog " Driver \"vboxvideo\""
215 elog ""
216 elog "in the Graphics device section (Section \"Device\")"
217 elog ""
218 }