Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.3.9.ebuild wine-1.2.1.ebuild wine-1.3.11.ebuild wine-1.3.12.ebuild wine-9999.ebuild wine-1.3.4.ebuild wine-1.3.14.ebuild wine-1.3.17.ebuild wine-1.3.6.ebuild wine-1.3.5.ebuild wine-1.3.2.ebuild wine-1.2.ebuild wine-1.3.15.ebuild ChangeLog wine-1.3.8.ebuild wine-1.3.18.ebuild wine-1.3.0.ebuild wine-1.3.16.ebuild wine-1.3.7.ebuild wine-1.3.10.ebuild wine-1.3.13.ebuild wine-1.3.1.ebuild wine-1.2.2.ebuild wine-1.3.3.ebuild wine-1.2.3.ebuild
Date: Sat, 30 Apr 2011 06:26:36
Message-Id: 20110430062623.8A52820054@flycatcher.gentoo.org
1 vapier 11/04/30 06:26:23
2
3 Modified: wine-1.3.9.ebuild wine-1.2.1.ebuild
4 wine-1.3.11.ebuild wine-1.3.12.ebuild
5 wine-9999.ebuild wine-1.3.4.ebuild
6 wine-1.3.14.ebuild wine-1.3.17.ebuild
7 wine-1.3.6.ebuild wine-1.3.5.ebuild
8 wine-1.3.2.ebuild wine-1.2.ebuild
9 wine-1.3.15.ebuild ChangeLog wine-1.3.8.ebuild
10 wine-1.3.18.ebuild wine-1.3.0.ebuild
11 wine-1.3.16.ebuild wine-1.3.7.ebuild
12 wine-1.3.10.ebuild wine-1.3.13.ebuild
13 wine-1.3.1.ebuild wine-1.2.2.ebuild
14 wine-1.3.3.ebuild wine-1.2.3.ebuild
15 Log:
16 Control libv4l dep via USE=v4l #364817 by Samuli Suominen.
17
18 (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
19
20 Revision Changes Path
21 1.4 app-emulation/wine/wine-1.3.9.ebuild
22
23 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.4&view=markup
24 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.4&content-type=text/plain
25 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?r1=1.3&r2=1.4
26
27 Index: wine-1.3.9.ebuild
28 ===================================================================
29 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v
30 retrieving revision 1.3
31 retrieving revision 1.4
32 diff -u -r1.3 -r1.4
33 --- wine-1.3.9.ebuild 5 Feb 2011 08:50:45 -0000 1.3
34 +++ wine-1.3.9.ebuild 30 Apr 2011 06:26:23 -0000 1.4
35 @@ -1,6 +1,6 @@
36 # Copyright 1999-2011 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $
39 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
40
41 EAPI="2"
42
43 @@ -33,7 +33,7 @@
44
45 LICENSE="LGPL-2.1"
46 SLOT="0"
47 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
48 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
49 RESTRICT="test" #72375
50
51 MLIB_DEPS="amd64? (
52 @@ -84,6 +84,7 @@
53 scanner? ( media-gfx/sane-backends )
54 ssl? ( dev-libs/openssl )
55 png? ( media-libs/libpng )
56 + v4l? ( media-libs/libv4l )
57 !win64? ( ${MLIB_DEPS} )
58 win32? ( ${MLIB_DEPS} )
59 xcomposite? ( x11-libs/libXcomposite ) "
60 @@ -157,6 +158,7 @@
61 $(use_with scanner sane) \
62 $(use_enable test tests) \
63 $(use_with truetype freetype) \
64 + $(use_with v4l) \
65 $(use_with X x) \
66 $(use_with xcomposite) \
67 $(use_with xinerama) \
68
69
70
71 1.5 app-emulation/wine/wine-1.2.1.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.5&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.5&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?r1=1.4&r2=1.5
76
77 Index: wine-1.2.1.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v
80 retrieving revision 1.4
81 retrieving revision 1.5
82 diff -u -r1.4 -r1.5
83 --- wine-1.2.1.ebuild 5 Feb 2011 08:50:45 -0000 1.4
84 +++ wine-1.2.1.ebuild 30 Apr 2011 06:26:23 -0000 1.5
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2011 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.4 2011/02/05 08:50:45 vapier Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
90
91 EAPI="2"
92
93 @@ -30,7 +30,7 @@
94
95 LICENSE="LGPL-2.1"
96 SLOT="0"
97 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
98 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
99 RESTRICT="test" #72375
100
101 MLIB_DEPS="amd64? (
102 @@ -80,6 +80,7 @@
103 scanner? ( media-gfx/sane-backends )
104 ssl? ( dev-libs/openssl )
105 png? ( media-libs/libpng )
106 + v4l? ( media-libs/libv4l )
107 !win64? ( ${MLIB_DEPS} )
108 win32? ( ${MLIB_DEPS} )
109 xcomposite? ( x11-libs/libXcomposite ) "
110 @@ -152,6 +153,7 @@
111 $(use_with scanner sane) \
112 $(use_enable test tests) \
113 $(use_with truetype freetype) \
114 + $(use_with v4l) \
115 $(use_with X x) \
116 $(use_with xcomposite) \
117 $(use_with xinerama) \
118
119
120
121 1.4 app-emulation/wine/wine-1.3.11.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.4&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.4&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?r1=1.3&r2=1.4
126
127 Index: wine-1.3.11.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v
130 retrieving revision 1.3
131 retrieving revision 1.4
132 diff -u -r1.3 -r1.4
133 --- wine-1.3.11.ebuild 5 Feb 2011 08:50:45 -0000 1.3
134 +++ wine-1.3.11.ebuild 30 Apr 2011 06:26:23 -0000 1.4
135 @@ -1,6 +1,6 @@
136 # Copyright 1999-2011 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
140
141 EAPI="2"
142
143 @@ -33,7 +33,7 @@
144
145 LICENSE="LGPL-2.1"
146 SLOT="0"
147 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
148 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
149 RESTRICT="test" #72375
150
151 MLIB_DEPS="amd64? (
152 @@ -85,6 +85,7 @@
153 scanner? ( media-gfx/sane-backends )
154 ssl? ( dev-libs/openssl )
155 png? ( media-libs/libpng )
156 + v4l? ( media-libs/libv4l )
157 !win64? ( ${MLIB_DEPS} )
158 win32? ( ${MLIB_DEPS} )
159 xcomposite? ( x11-libs/libXcomposite ) "
160 @@ -159,6 +160,7 @@
161 $(use_with scanner sane) \
162 $(use_enable test tests) \
163 $(use_with truetype freetype) \
164 + $(use_with v4l) \
165 $(use_with X x) \
166 $(use_with xcomposite) \
167 $(use_with xinerama) \
168
169
170
171 1.2 app-emulation/wine/wine-1.3.12.ebuild
172
173 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.2&view=markup
174 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.2&content-type=text/plain
175 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?r1=1.1&r2=1.2
176
177 Index: wine-1.3.12.ebuild
178 ===================================================================
179 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v
180 retrieving revision 1.1
181 retrieving revision 1.2
182 diff -u -r1.1 -r1.2
183 --- wine-1.3.12.ebuild 5 Feb 2011 09:24:05 -0000 1.1
184 +++ wine-1.3.12.ebuild 30 Apr 2011 06:26:23 -0000 1.2
185 @@ -1,6 +1,6 @@
186 # Copyright 1999-2011 Gentoo Foundation
187 # Distributed under the terms of the GNU General Public License v2
188 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.1 2011/02/05 09:24:05 vapier Exp $
189 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
190
191 EAPI="2"
192
193 @@ -33,7 +33,7 @@
194
195 LICENSE="LGPL-2.1"
196 SLOT="0"
197 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
198 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
199 RESTRICT="test" #72375
200
201 MLIB_DEPS="amd64? (
202 @@ -85,6 +85,7 @@
203 scanner? ( media-gfx/sane-backends )
204 ssl? ( dev-libs/openssl )
205 png? ( media-libs/libpng )
206 + v4l? ( media-libs/libv4l )
207 !win64? ( ${MLIB_DEPS} )
208 win32? ( ${MLIB_DEPS} )
209 xcomposite? ( x11-libs/libXcomposite ) "
210 @@ -159,6 +160,7 @@
211 $(use_with scanner sane) \
212 $(use_enable test tests) \
213 $(use_with truetype freetype) \
214 + $(use_with v4l) \
215 $(use_with X x) \
216 $(use_with xcomposite) \
217 $(use_with xinerama) \
218
219
220
221 1.76 app-emulation/wine/wine-9999.ebuild
222
223 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.76&view=markup
224 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.76&content-type=text/plain
225 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.75&r2=1.76
226
227 Index: wine-9999.ebuild
228 ===================================================================
229 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
230 retrieving revision 1.75
231 retrieving revision 1.76
232 diff -u -r1.75 -r1.76
233 --- wine-9999.ebuild 5 Apr 2011 00:46:55 -0000 1.75
234 +++ wine-9999.ebuild 30 Apr 2011 06:26:23 -0000 1.76
235 @@ -1,6 +1,6 @@
236 # Copyright 1999-2011 Gentoo Foundation
237 # Distributed under the terms of the GNU General Public License v2
238 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.75 2011/04/05 00:46:55 vapier Exp $
239 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.76 2011/04/30 06:26:23 vapier Exp $
240
241 EAPI="2"
242
243 @@ -33,7 +33,7 @@
244
245 LICENSE="LGPL-2.1"
246 SLOT="0"
247 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
248 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
249 RESTRICT="test" #72375
250
251 MLIB_DEPS="amd64? (
252 @@ -85,6 +85,7 @@
253 scanner? ( media-gfx/sane-backends )
254 ssl? ( dev-libs/openssl )
255 png? ( media-libs/libpng )
256 + v4l? ( media-libs/libv4l )
257 !win64? ( ${MLIB_DEPS} )
258 win32? ( ${MLIB_DEPS} )
259 xcomposite? ( x11-libs/libXcomposite ) "
260 @@ -160,6 +161,7 @@
261 $(use_with scanner sane) \
262 $(use_enable test tests) \
263 $(use_with truetype freetype) \
264 + $(use_with v4l) \
265 $(use_with X x) \
266 $(use_with xcomposite) \
267 $(use_with xinerama) \
268
269
270
271 1.6 app-emulation/wine/wine-1.3.4.ebuild
272
273 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.6&view=markup
274 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.6&content-type=text/plain
275 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?r1=1.5&r2=1.6
276
277 Index: wine-1.3.4.ebuild
278 ===================================================================
279 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v
280 retrieving revision 1.5
281 retrieving revision 1.6
282 diff -u -r1.5 -r1.6
283 --- wine-1.3.4.ebuild 5 Feb 2011 08:50:45 -0000 1.5
284 +++ wine-1.3.4.ebuild 30 Apr 2011 06:26:23 -0000 1.6
285 @@ -1,6 +1,6 @@
286 # Copyright 1999-2011 Gentoo Foundation
287 # Distributed under the terms of the GNU General Public License v2
288 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.5 2011/02/05 08:50:45 vapier Exp $
289 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.6 2011/04/30 06:26:23 vapier Exp $
290
291 EAPI="2"
292
293 @@ -33,7 +33,7 @@
294
295 LICENSE="LGPL-2.1"
296 SLOT="0"
297 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
298 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
299 RESTRICT="test" #72375
300
301 MLIB_DEPS="amd64? (
302 @@ -83,6 +83,7 @@
303 scanner? ( media-gfx/sane-backends )
304 ssl? ( dev-libs/openssl )
305 png? ( media-libs/libpng )
306 + v4l? ( media-libs/libv4l )
307 !win64? ( ${MLIB_DEPS} )
308 win32? ( ${MLIB_DEPS} )
309 xcomposite? ( x11-libs/libXcomposite ) "
310 @@ -155,6 +156,7 @@
311 $(use_with scanner sane) \
312 $(use_enable test tests) \
313 $(use_with truetype freetype) \
314 + $(use_with v4l) \
315 $(use_with X x) \
316 $(use_with xcomposite) \
317 $(use_with xinerama) \
318
319
320
321 1.3 app-emulation/wine/wine-1.3.14.ebuild
322
323 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.3&view=markup
324 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.3&content-type=text/plain
325 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?r1=1.2&r2=1.3
326
327 Index: wine-1.3.14.ebuild
328 ===================================================================
329 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v
330 retrieving revision 1.2
331 retrieving revision 1.3
332 diff -u -r1.2 -r1.3
333 --- wine-1.3.14.ebuild 5 Mar 2011 22:42:05 -0000 1.2
334 +++ wine-1.3.14.ebuild 30 Apr 2011 06:26:23 -0000 1.3
335 @@ -1,6 +1,6 @@
336 # Copyright 1999-2011 Gentoo Foundation
337 # Distributed under the terms of the GNU General Public License v2
338 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.2 2011/03/05 22:42:05 vapier Exp $
339 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.3 2011/04/30 06:26:23 vapier Exp $
340
341 EAPI="2"
342
343 @@ -33,7 +33,7 @@
344
345 LICENSE="LGPL-2.1"
346 SLOT="0"
347 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
348 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
349 RESTRICT="test" #72375
350
351 MLIB_DEPS="amd64? (
352 @@ -85,6 +85,7 @@
353 scanner? ( media-gfx/sane-backends )
354 ssl? ( dev-libs/openssl )
355 png? ( media-libs/libpng )
356 + v4l? ( media-libs/libv4l )
357 !win64? ( ${MLIB_DEPS} )
358 win32? ( ${MLIB_DEPS} )
359 xcomposite? ( x11-libs/libXcomposite ) "
360 @@ -160,6 +161,7 @@
361 $(use_with scanner sane) \
362 $(use_enable test tests) \
363 $(use_with truetype freetype) \
364 + $(use_with v4l) \
365 $(use_with X x) \
366 $(use_with xcomposite) \
367 $(use_with xinerama) \
368
369
370
371 1.3 app-emulation/wine/wine-1.3.17.ebuild
372
373 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.3&view=markup
374 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.3&content-type=text/plain
375 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?r1=1.2&r2=1.3
376
377 Index: wine-1.3.17.ebuild
378 ===================================================================
379 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v
380 retrieving revision 1.2
381 retrieving revision 1.3
382 diff -u -r1.2 -r1.3
383 --- wine-1.3.17.ebuild 5 Apr 2011 00:46:55 -0000 1.2
384 +++ wine-1.3.17.ebuild 30 Apr 2011 06:26:23 -0000 1.3
385 @@ -1,6 +1,6 @@
386 # Copyright 1999-2011 Gentoo Foundation
387 # Distributed under the terms of the GNU General Public License v2
388 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.2 2011/04/05 00:46:55 vapier Exp $
389 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.3 2011/04/30 06:26:23 vapier Exp $
390
391 EAPI="2"
392
393 @@ -33,7 +33,7 @@
394
395 LICENSE="LGPL-2.1"
396 SLOT="0"
397 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
398 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
399 RESTRICT="test" #72375
400
401 MLIB_DEPS="amd64? (
402 @@ -85,6 +85,7 @@
403 scanner? ( media-gfx/sane-backends )
404 ssl? ( dev-libs/openssl )
405 png? ( media-libs/libpng )
406 + v4l? ( media-libs/libv4l )
407 !win64? ( ${MLIB_DEPS} )
408 win32? ( ${MLIB_DEPS} )
409 xcomposite? ( x11-libs/libXcomposite ) "
410 @@ -160,6 +161,7 @@
411 $(use_with scanner sane) \
412 $(use_enable test tests) \
413 $(use_with truetype freetype) \
414 + $(use_with v4l) \
415 $(use_with X x) \
416 $(use_with xcomposite) \
417 $(use_with xinerama) \
418
419
420
421 1.5 app-emulation/wine/wine-1.3.6.ebuild
422
423 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.5&view=markup
424 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.5&content-type=text/plain
425 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?r1=1.4&r2=1.5
426
427 Index: wine-1.3.6.ebuild
428 ===================================================================
429 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v
430 retrieving revision 1.4
431 retrieving revision 1.5
432 diff -u -r1.4 -r1.5
433 --- wine-1.3.6.ebuild 5 Feb 2011 08:50:45 -0000 1.4
434 +++ wine-1.3.6.ebuild 30 Apr 2011 06:26:23 -0000 1.5
435 @@ -1,6 +1,6 @@
436 # Copyright 1999-2011 Gentoo Foundation
437 # Distributed under the terms of the GNU General Public License v2
438 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.4 2011/02/05 08:50:45 vapier Exp $
439 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
440
441 EAPI="2"
442
443 @@ -33,7 +33,7 @@
444
445 LICENSE="LGPL-2.1"
446 SLOT="0"
447 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
448 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
449 RESTRICT="test" #72375
450
451 MLIB_DEPS="amd64? (
452 @@ -84,6 +84,7 @@
453 scanner? ( media-gfx/sane-backends )
454 ssl? ( dev-libs/openssl )
455 png? ( media-libs/libpng )
456 + v4l? ( media-libs/libv4l )
457 !win64? ( ${MLIB_DEPS} )
458 win32? ( ${MLIB_DEPS} )
459 xcomposite? ( x11-libs/libXcomposite ) "
460 @@ -157,6 +158,7 @@
461 $(use_with scanner sane) \
462 $(use_enable test tests) \
463 $(use_with truetype freetype) \
464 + $(use_with v4l) \
465 $(use_with X x) \
466 $(use_with xcomposite) \
467 $(use_with xinerama) \
468
469
470
471 1.5 app-emulation/wine/wine-1.3.5.ebuild
472
473 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.5&view=markup
474 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.5&content-type=text/plain
475 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?r1=1.4&r2=1.5
476
477 Index: wine-1.3.5.ebuild
478 ===================================================================
479 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v
480 retrieving revision 1.4
481 retrieving revision 1.5
482 diff -u -r1.4 -r1.5
483 --- wine-1.3.5.ebuild 5 Feb 2011 08:50:45 -0000 1.4
484 +++ wine-1.3.5.ebuild 30 Apr 2011 06:26:23 -0000 1.5
485 @@ -1,6 +1,6 @@
486 # Copyright 1999-2011 Gentoo Foundation
487 # Distributed under the terms of the GNU General Public License v2
488 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.4 2011/02/05 08:50:45 vapier Exp $
489 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
490
491 EAPI="2"
492
493 @@ -33,7 +33,7 @@
494
495 LICENSE="LGPL-2.1"
496 SLOT="0"
497 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
498 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
499 RESTRICT="test" #72375
500
501 MLIB_DEPS="amd64? (
502 @@ -83,6 +83,7 @@
503 scanner? ( media-gfx/sane-backends )
504 ssl? ( dev-libs/openssl )
505 png? ( media-libs/libpng )
506 + v4l? ( media-libs/libv4l )
507 !win64? ( ${MLIB_DEPS} )
508 win32? ( ${MLIB_DEPS} )
509 xcomposite? ( x11-libs/libXcomposite ) "
510 @@ -155,6 +156,7 @@
511 $(use_with scanner sane) \
512 $(use_enable test tests) \
513 $(use_with truetype freetype) \
514 + $(use_with v4l) \
515 $(use_with X x) \
516 $(use_with xcomposite) \
517 $(use_with xinerama) \
518
519
520
521 1.10 app-emulation/wine/wine-1.3.2.ebuild
522
523 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.10&view=markup
524 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.10&content-type=text/plain
525 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?r1=1.9&r2=1.10
526
527 Index: wine-1.3.2.ebuild
528 ===================================================================
529 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v
530 retrieving revision 1.9
531 retrieving revision 1.10
532 diff -u -r1.9 -r1.10
533 --- wine-1.3.2.ebuild 5 Feb 2011 08:50:45 -0000 1.9
534 +++ wine-1.3.2.ebuild 30 Apr 2011 06:26:23 -0000 1.10
535 @@ -1,6 +1,6 @@
536 # Copyright 1999-2011 Gentoo Foundation
537 # Distributed under the terms of the GNU General Public License v2
538 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.9 2011/02/05 08:50:45 vapier Exp $
539 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.10 2011/04/30 06:26:23 vapier Exp $
540
541 EAPI="2"
542
543 @@ -33,7 +33,7 @@
544
545 LICENSE="LGPL-2.1"
546 SLOT="0"
547 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
548 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
549 RESTRICT="test" #72375
550
551 MLIB_DEPS="amd64? (
552 @@ -83,6 +83,7 @@
553 scanner? ( media-gfx/sane-backends )
554 ssl? ( dev-libs/openssl )
555 png? ( media-libs/libpng )
556 + v4l? ( media-libs/libv4l )
557 !win64? ( ${MLIB_DEPS} )
558 win32? ( ${MLIB_DEPS} )
559 xcomposite? ( x11-libs/libXcomposite ) "
560 @@ -155,6 +156,7 @@
561 $(use_with scanner sane) \
562 $(use_enable test tests) \
563 $(use_with truetype freetype) \
564 + $(use_with v4l) \
565 $(use_with X x) \
566 $(use_with xcomposite) \
567 $(use_with xinerama) \
568
569
570
571 1.9 app-emulation/wine/wine-1.2.ebuild
572
573 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.9&view=markup
574 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.9&content-type=text/plain
575 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?r1=1.8&r2=1.9
576
577 Index: wine-1.2.ebuild
578 ===================================================================
579 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v
580 retrieving revision 1.8
581 retrieving revision 1.9
582 diff -u -r1.8 -r1.9
583 --- wine-1.2.ebuild 5 Feb 2011 08:50:45 -0000 1.8
584 +++ wine-1.2.ebuild 30 Apr 2011 06:26:23 -0000 1.9
585 @@ -1,6 +1,6 @@
586 # Copyright 1999-2011 Gentoo Foundation
587 # Distributed under the terms of the GNU General Public License v2
588 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.8 2011/02/05 08:50:45 vapier Exp $
589 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.9 2011/04/30 06:26:23 vapier Exp $
590
591 EAPI="2"
592
593 @@ -29,7 +29,7 @@
594
595 LICENSE="LGPL-2.1"
596 SLOT="0"
597 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype win64 +X xcomposite xinerama xml"
598 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l win64 +X xcomposite xinerama xml"
599 RESTRICT="test" #72375
600
601 RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts )
602 @@ -68,6 +68,7 @@
603 scanner? ( media-gfx/sane-backends )
604 ssl? ( dev-libs/openssl )
605 png? ( media-libs/libpng )
606 + v4l? ( media-libs/libv4l )
607 !win64? ( amd64? (
608 truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 )
609 X? (
610 @@ -148,6 +149,7 @@
611 $(use_with scanner sane) \
612 $(use_enable test tests) \
613 $(use_with truetype freetype) \
614 + $(use_with v4l) \
615 $(use_enable win64) \
616 $(use_with X x) \
617 $(use_with xcomposite) \
618
619
620
621 1.2 app-emulation/wine/wine-1.3.15.ebuild
622
623 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.2&view=markup
624 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.2&content-type=text/plain
625 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?r1=1.1&r2=1.2
626
627 Index: wine-1.3.15.ebuild
628 ===================================================================
629 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v
630 retrieving revision 1.1
631 retrieving revision 1.2
632 diff -u -r1.1 -r1.2
633 --- wine-1.3.15.ebuild 6 Mar 2011 03:46:04 -0000 1.1
634 +++ wine-1.3.15.ebuild 30 Apr 2011 06:26:23 -0000 1.2
635 @@ -1,6 +1,6 @@
636 # Copyright 1999-2011 Gentoo Foundation
637 # Distributed under the terms of the GNU General Public License v2
638 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.1 2011/03/06 03:46:04 vapier Exp $
639 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
640
641 EAPI="2"
642
643 @@ -33,7 +33,7 @@
644
645 LICENSE="LGPL-2.1"
646 SLOT="0"
647 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
648 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
649 RESTRICT="test" #72375
650
651 MLIB_DEPS="amd64? (
652 @@ -85,6 +85,7 @@
653 scanner? ( media-gfx/sane-backends )
654 ssl? ( dev-libs/openssl )
655 png? ( media-libs/libpng )
656 + v4l? ( media-libs/libv4l )
657 !win64? ( ${MLIB_DEPS} )
658 win32? ( ${MLIB_DEPS} )
659 xcomposite? ( x11-libs/libXcomposite ) "
660 @@ -160,6 +161,7 @@
661 $(use_with scanner sane) \
662 $(use_enable test tests) \
663 $(use_with truetype freetype) \
664 + $(use_with v4l) \
665 $(use_with X x) \
666 $(use_with xcomposite) \
667 $(use_with xinerama) \
668
669
670
671 1.359 app-emulation/wine/ChangeLog
672
673 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.359&view=markup
674 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.359&content-type=text/plain
675 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.358&r2=1.359
676
677 Index: ChangeLog
678 ===================================================================
679 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
680 retrieving revision 1.358
681 retrieving revision 1.359
682 diff -u -r1.358 -r1.359
683 --- ChangeLog 26 Apr 2011 20:31:37 -0000 1.358
684 +++ ChangeLog 30 Apr 2011 06:26:23 -0000 1.359
685 @@ -1,6 +1,16 @@
686 # ChangeLog for app-emulation/wine
687 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
688 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.358 2011/04/26 20:31:37 vapier Exp $
689 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.359 2011/04/30 06:26:23 vapier Exp $
690 +
691 + 30 Apr 2011; Mike Frysinger <vapier@g.o> wine-1.2.ebuild,
692 + wine-1.2.1.ebuild, wine-1.2.2.ebuild, wine-1.2.3.ebuild, wine-1.3.0.ebuild,
693 + wine-1.3.1.ebuild, wine-1.3.2.ebuild, wine-1.3.3.ebuild, wine-1.3.4.ebuild,
694 + wine-1.3.5.ebuild, wine-1.3.6.ebuild, wine-1.3.7.ebuild, wine-1.3.8.ebuild,
695 + wine-1.3.9.ebuild, wine-1.3.10.ebuild, wine-1.3.11.ebuild,
696 + wine-1.3.12.ebuild, wine-1.3.13.ebuild, wine-1.3.14.ebuild,
697 + wine-1.3.15.ebuild, wine-1.3.16.ebuild, wine-1.3.17.ebuild,
698 + wine-1.3.18.ebuild, wine-9999.ebuild:
699 + Control libv4l dep via USE=v4l #364817 by Samuli Suominen.
700
701 *wine-1.3.18 (26 Apr 2011)
702 *wine-1.2.3 (26 Apr 2011)
703
704
705
706 1.4 app-emulation/wine/wine-1.3.8.ebuild
707
708 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.4&view=markup
709 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.4&content-type=text/plain
710 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?r1=1.3&r2=1.4
711
712 Index: wine-1.3.8.ebuild
713 ===================================================================
714 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v
715 retrieving revision 1.3
716 retrieving revision 1.4
717 diff -u -r1.3 -r1.4
718 --- wine-1.3.8.ebuild 5 Feb 2011 08:50:45 -0000 1.3
719 +++ wine-1.3.8.ebuild 30 Apr 2011 06:26:23 -0000 1.4
720 @@ -1,6 +1,6 @@
721 # Copyright 1999-2011 Gentoo Foundation
722 # Distributed under the terms of the GNU General Public License v2
723 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $
724 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
725
726 EAPI="2"
727
728 @@ -33,7 +33,7 @@
729
730 LICENSE="LGPL-2.1"
731 SLOT="0"
732 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
733 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
734 RESTRICT="test" #72375
735
736 MLIB_DEPS="amd64? (
737 @@ -84,6 +84,7 @@
738 scanner? ( media-gfx/sane-backends )
739 ssl? ( dev-libs/openssl )
740 png? ( media-libs/libpng )
741 + v4l? ( media-libs/libv4l )
742 !win64? ( ${MLIB_DEPS} )
743 win32? ( ${MLIB_DEPS} )
744 xcomposite? ( x11-libs/libXcomposite ) "
745 @@ -157,6 +158,7 @@
746 $(use_with scanner sane) \
747 $(use_enable test tests) \
748 $(use_with truetype freetype) \
749 + $(use_with v4l) \
750 $(use_with X x) \
751 $(use_with xcomposite) \
752 $(use_with xinerama) \
753
754
755
756 1.2 app-emulation/wine/wine-1.3.18.ebuild
757
758 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.2&view=markup
759 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.2&content-type=text/plain
760 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?r1=1.1&r2=1.2
761
762 Index: wine-1.3.18.ebuild
763 ===================================================================
764 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v
765 retrieving revision 1.1
766 retrieving revision 1.2
767 diff -u -r1.1 -r1.2
768 --- wine-1.3.18.ebuild 26 Apr 2011 20:31:37 -0000 1.1
769 +++ wine-1.3.18.ebuild 30 Apr 2011 06:26:23 -0000 1.2
770 @@ -1,6 +1,6 @@
771 # Copyright 1999-2011 Gentoo Foundation
772 # Distributed under the terms of the GNU General Public License v2
773 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.1 2011/04/26 20:31:37 vapier Exp $
774 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
775
776 EAPI="2"
777
778 @@ -33,7 +33,7 @@
779
780 LICENSE="LGPL-2.1"
781 SLOT="0"
782 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
783 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
784 RESTRICT="test" #72375
785
786 MLIB_DEPS="amd64? (
787 @@ -85,6 +85,7 @@
788 scanner? ( media-gfx/sane-backends )
789 ssl? ( dev-libs/openssl )
790 png? ( media-libs/libpng )
791 + v4l? ( media-libs/libv4l )
792 !win64? ( ${MLIB_DEPS} )
793 win32? ( ${MLIB_DEPS} )
794 xcomposite? ( x11-libs/libXcomposite ) "
795 @@ -160,6 +161,7 @@
796 $(use_with scanner sane) \
797 $(use_enable test tests) \
798 $(use_with truetype freetype) \
799 + $(use_with v4l) \
800 $(use_with X x) \
801 $(use_with xcomposite) \
802 $(use_with xinerama) \
803
804
805
806 1.10 app-emulation/wine/wine-1.3.0.ebuild
807
808 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.10&view=markup
809 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.10&content-type=text/plain
810 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?r1=1.9&r2=1.10
811
812 Index: wine-1.3.0.ebuild
813 ===================================================================
814 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v
815 retrieving revision 1.9
816 retrieving revision 1.10
817 diff -u -r1.9 -r1.10
818 --- wine-1.3.0.ebuild 5 Feb 2011 08:50:45 -0000 1.9
819 +++ wine-1.3.0.ebuild 30 Apr 2011 06:26:23 -0000 1.10
820 @@ -1,6 +1,6 @@
821 # Copyright 1999-2011 Gentoo Foundation
822 # Distributed under the terms of the GNU General Public License v2
823 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.9 2011/02/05 08:50:45 vapier Exp $
824 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.10 2011/04/30 06:26:23 vapier Exp $
825
826 EAPI="2"
827
828 @@ -30,7 +30,7 @@
829
830 LICENSE="LGPL-2.1"
831 SLOT="0"
832 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
833 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
834 RESTRICT="test" #72375
835
836 MLIB_DEPS="amd64? (
837 @@ -80,6 +80,7 @@
838 scanner? ( media-gfx/sane-backends )
839 ssl? ( dev-libs/openssl )
840 png? ( media-libs/libpng )
841 + v4l? ( media-libs/libv4l )
842 !win64? ( ${MLIB_DEPS} )
843 win32? ( ${MLIB_DEPS} )
844 xcomposite? ( x11-libs/libXcomposite ) "
845 @@ -152,6 +153,7 @@
846 $(use_with scanner sane) \
847 $(use_enable test tests) \
848 $(use_with truetype freetype) \
849 + $(use_with v4l) \
850 $(use_with X x) \
851 $(use_with xcomposite) \
852 $(use_with xinerama) \
853
854
855
856 1.3 app-emulation/wine/wine-1.3.16.ebuild
857
858 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.3&view=markup
859 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.3&content-type=text/plain
860 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?r1=1.2&r2=1.3
861
862 Index: wine-1.3.16.ebuild
863 ===================================================================
864 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v
865 retrieving revision 1.2
866 retrieving revision 1.3
867 diff -u -r1.2 -r1.3
868 --- wine-1.3.16.ebuild 5 Apr 2011 00:46:55 -0000 1.2
869 +++ wine-1.3.16.ebuild 30 Apr 2011 06:26:23 -0000 1.3
870 @@ -1,6 +1,6 @@
871 # Copyright 1999-2011 Gentoo Foundation
872 # Distributed under the terms of the GNU General Public License v2
873 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.2 2011/04/05 00:46:55 vapier Exp $
874 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.3 2011/04/30 06:26:23 vapier Exp $
875
876 EAPI="2"
877
878 @@ -33,7 +33,7 @@
879
880 LICENSE="LGPL-2.1"
881 SLOT="0"
882 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
883 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mousewarp mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
884 RESTRICT="test" #72375
885
886 MLIB_DEPS="amd64? (
887 @@ -85,6 +85,7 @@
888 scanner? ( media-gfx/sane-backends )
889 ssl? ( dev-libs/openssl )
890 png? ( media-libs/libpng )
891 + v4l? ( media-libs/libv4l )
892 !win64? ( ${MLIB_DEPS} )
893 win32? ( ${MLIB_DEPS} )
894 xcomposite? ( x11-libs/libXcomposite ) "
895 @@ -160,6 +161,7 @@
896 $(use_with scanner sane) \
897 $(use_enable test tests) \
898 $(use_with truetype freetype) \
899 + $(use_with v4l) \
900 $(use_with X x) \
901 $(use_with xcomposite) \
902 $(use_with xinerama) \
903
904
905
906 1.4 app-emulation/wine/wine-1.3.7.ebuild
907
908 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.4&view=markup
909 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.4&content-type=text/plain
910 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?r1=1.3&r2=1.4
911
912 Index: wine-1.3.7.ebuild
913 ===================================================================
914 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v
915 retrieving revision 1.3
916 retrieving revision 1.4
917 diff -u -r1.3 -r1.4
918 --- wine-1.3.7.ebuild 5 Feb 2011 08:50:45 -0000 1.3
919 +++ wine-1.3.7.ebuild 30 Apr 2011 06:26:23 -0000 1.4
920 @@ -1,6 +1,6 @@
921 # Copyright 1999-2011 Gentoo Foundation
922 # Distributed under the terms of the GNU General Public License v2
923 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $
924 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
925
926 EAPI="2"
927
928 @@ -33,7 +33,7 @@
929
930 LICENSE="LGPL-2.1"
931 SLOT="0"
932 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
933 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
934 RESTRICT="test" #72375
935
936 MLIB_DEPS="amd64? (
937 @@ -84,6 +84,7 @@
938 scanner? ( media-gfx/sane-backends )
939 ssl? ( dev-libs/openssl )
940 png? ( media-libs/libpng )
941 + v4l? ( media-libs/libv4l )
942 !win64? ( ${MLIB_DEPS} )
943 win32? ( ${MLIB_DEPS} )
944 xcomposite? ( x11-libs/libXcomposite ) "
945 @@ -157,6 +158,7 @@
946 $(use_with scanner sane) \
947 $(use_enable test tests) \
948 $(use_with truetype freetype) \
949 + $(use_with v4l) \
950 $(use_with X x) \
951 $(use_with xcomposite) \
952 $(use_with xinerama) \
953
954
955
956 1.5 app-emulation/wine/wine-1.3.10.ebuild
957
958 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.5&view=markup
959 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.5&content-type=text/plain
960 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?r1=1.4&r2=1.5
961
962 Index: wine-1.3.10.ebuild
963 ===================================================================
964 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v
965 retrieving revision 1.4
966 retrieving revision 1.5
967 diff -u -r1.4 -r1.5
968 --- wine-1.3.10.ebuild 5 Feb 2011 08:50:45 -0000 1.4
969 +++ wine-1.3.10.ebuild 30 Apr 2011 06:26:23 -0000 1.5
970 @@ -1,6 +1,6 @@
971 # Copyright 1999-2011 Gentoo Foundation
972 # Distributed under the terms of the GNU General Public License v2
973 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.4 2011/02/05 08:50:45 vapier Exp $
974 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
975
976 EAPI="2"
977
978 @@ -33,7 +33,7 @@
979
980 LICENSE="LGPL-2.1"
981 SLOT="0"
982 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
983 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
984 RESTRICT="test" #72375
985
986 MLIB_DEPS="amd64? (
987 @@ -84,6 +84,7 @@
988 scanner? ( media-gfx/sane-backends )
989 ssl? ( dev-libs/openssl )
990 png? ( media-libs/libpng )
991 + v4l? ( media-libs/libv4l )
992 !win64? ( ${MLIB_DEPS} )
993 win32? ( ${MLIB_DEPS} )
994 xcomposite? ( x11-libs/libXcomposite ) "
995 @@ -157,6 +158,7 @@
996 $(use_with scanner sane) \
997 $(use_enable test tests) \
998 $(use_with truetype freetype) \
999 + $(use_with v4l) \
1000 $(use_with X x) \
1001 $(use_with xcomposite) \
1002 $(use_with xinerama) \
1003
1004
1005
1006 1.2 app-emulation/wine/wine-1.3.13.ebuild
1007
1008 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.2&view=markup
1009 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.2&content-type=text/plain
1010 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?r1=1.1&r2=1.2
1011
1012 Index: wine-1.3.13.ebuild
1013 ===================================================================
1014 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v
1015 retrieving revision 1.1
1016 retrieving revision 1.2
1017 diff -u -r1.1 -r1.2
1018 --- wine-1.3.13.ebuild 10 Feb 2011 03:26:25 -0000 1.1
1019 +++ wine-1.3.13.ebuild 30 Apr 2011 06:26:23 -0000 1.2
1020 @@ -1,6 +1,6 @@
1021 # Copyright 1999-2011 Gentoo Foundation
1022 # Distributed under the terms of the GNU General Public License v2
1023 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.1 2011/02/10 03:26:25 vapier Exp $
1024 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
1025
1026 EAPI="2"
1027
1028 @@ -33,7 +33,7 @@
1029
1030 LICENSE="LGPL-2.1"
1031 SLOT="0"
1032 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
1033 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm gstreamer hal jack jpeg lcms ldap mp3 nas ncurses nls openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1034 RESTRICT="test" #72375
1035
1036 MLIB_DEPS="amd64? (
1037 @@ -85,6 +85,7 @@
1038 scanner? ( media-gfx/sane-backends )
1039 ssl? ( dev-libs/openssl )
1040 png? ( media-libs/libpng )
1041 + v4l? ( media-libs/libv4l )
1042 !win64? ( ${MLIB_DEPS} )
1043 win32? ( ${MLIB_DEPS} )
1044 xcomposite? ( x11-libs/libXcomposite ) "
1045 @@ -159,6 +160,7 @@
1046 $(use_with scanner sane) \
1047 $(use_enable test tests) \
1048 $(use_with truetype freetype) \
1049 + $(use_with v4l) \
1050 $(use_with X x) \
1051 $(use_with xcomposite) \
1052 $(use_with xinerama) \
1053
1054
1055
1056 1.8 app-emulation/wine/wine-1.3.1.ebuild
1057
1058 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.8&view=markup
1059 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.8&content-type=text/plain
1060 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?r1=1.7&r2=1.8
1061
1062 Index: wine-1.3.1.ebuild
1063 ===================================================================
1064 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v
1065 retrieving revision 1.7
1066 retrieving revision 1.8
1067 diff -u -r1.7 -r1.8
1068 --- wine-1.3.1.ebuild 5 Feb 2011 08:50:45 -0000 1.7
1069 +++ wine-1.3.1.ebuild 30 Apr 2011 06:26:23 -0000 1.8
1070 @@ -1,6 +1,6 @@
1071 # Copyright 1999-2011 Gentoo Foundation
1072 # Distributed under the terms of the GNU General Public License v2
1073 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.7 2011/02/05 08:50:45 vapier Exp $
1074 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.8 2011/04/30 06:26:23 vapier Exp $
1075
1076 EAPI="2"
1077
1078 @@ -30,7 +30,7 @@
1079
1080 LICENSE="LGPL-2.1"
1081 SLOT="0"
1082 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
1083 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1084 RESTRICT="test" #72375
1085
1086 MLIB_DEPS="amd64? (
1087 @@ -80,6 +80,7 @@
1088 scanner? ( media-gfx/sane-backends )
1089 ssl? ( dev-libs/openssl )
1090 png? ( media-libs/libpng )
1091 + v4l? ( media-libs/libv4l )
1092 !win64? ( ${MLIB_DEPS} )
1093 win32? ( ${MLIB_DEPS} )
1094 xcomposite? ( x11-libs/libXcomposite ) "
1095 @@ -152,6 +153,7 @@
1096 $(use_with scanner sane) \
1097 $(use_enable test tests) \
1098 $(use_with truetype freetype) \
1099 + $(use_with v4l) \
1100 $(use_with X x) \
1101 $(use_with xcomposite) \
1102 $(use_with xinerama) \
1103
1104
1105
1106 1.4 app-emulation/wine/wine-1.2.2.ebuild
1107
1108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.4&view=markup
1109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.4&content-type=text/plain
1110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?r1=1.3&r2=1.4
1111
1112 Index: wine-1.2.2.ebuild
1113 ===================================================================
1114 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v
1115 retrieving revision 1.3
1116 retrieving revision 1.4
1117 diff -u -r1.3 -r1.4
1118 --- wine-1.2.2.ebuild 5 Feb 2011 08:50:45 -0000 1.3
1119 +++ wine-1.2.2.ebuild 30 Apr 2011 06:26:23 -0000 1.4
1120 @@ -1,6 +1,6 @@
1121 # Copyright 1999-2011 Gentoo Foundation
1122 # Distributed under the terms of the GNU General Public License v2
1123 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.3 2011/02/05 08:50:45 vapier Exp $
1124 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
1125
1126 EAPI="2"
1127
1128 @@ -30,7 +30,7 @@
1129
1130 LICENSE="LGPL-2.1"
1131 SLOT="0"
1132 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
1133 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1134 RESTRICT="test" #72375
1135
1136 MLIB_DEPS="amd64? (
1137 @@ -80,6 +80,7 @@
1138 scanner? ( media-gfx/sane-backends )
1139 ssl? ( dev-libs/openssl )
1140 png? ( media-libs/libpng )
1141 + v4l? ( media-libs/libv4l )
1142 !win64? ( ${MLIB_DEPS} )
1143 win32? ( ${MLIB_DEPS} )
1144 xcomposite? ( x11-libs/libXcomposite ) "
1145 @@ -152,6 +153,7 @@
1146 $(use_with scanner sane) \
1147 $(use_enable test tests) \
1148 $(use_with truetype freetype) \
1149 + $(use_with v4l) \
1150 $(use_with X x) \
1151 $(use_with xcomposite) \
1152 $(use_with xinerama) \
1153
1154
1155
1156 1.7 app-emulation/wine/wine-1.3.3.ebuild
1157
1158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.7&view=markup
1159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.7&content-type=text/plain
1160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?r1=1.6&r2=1.7
1161
1162 Index: wine-1.3.3.ebuild
1163 ===================================================================
1164 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v
1165 retrieving revision 1.6
1166 retrieving revision 1.7
1167 diff -u -r1.6 -r1.7
1168 --- wine-1.3.3.ebuild 5 Feb 2011 08:50:45 -0000 1.6
1169 +++ wine-1.3.3.ebuild 30 Apr 2011 06:26:23 -0000 1.7
1170 @@ -1,6 +1,6 @@
1171 # Copyright 1999-2011 Gentoo Foundation
1172 # Distributed under the terms of the GNU General Public License v2
1173 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.6 2011/02/05 08:50:45 vapier Exp $
1174 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.7 2011/04/30 06:26:23 vapier Exp $
1175
1176 EAPI="2"
1177
1178 @@ -33,7 +33,7 @@
1179
1180 LICENSE="LGPL-2.1"
1181 SLOT="0"
1182 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
1183 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1184 RESTRICT="test" #72375
1185
1186 MLIB_DEPS="amd64? (
1187 @@ -83,6 +83,7 @@
1188 scanner? ( media-gfx/sane-backends )
1189 ssl? ( dev-libs/openssl )
1190 png? ( media-libs/libpng )
1191 + v4l? ( media-libs/libv4l )
1192 !win64? ( ${MLIB_DEPS} )
1193 win32? ( ${MLIB_DEPS} )
1194 xcomposite? ( x11-libs/libXcomposite ) "
1195 @@ -155,6 +156,7 @@
1196 $(use_with scanner sane) \
1197 $(use_enable test tests) \
1198 $(use_with truetype freetype) \
1199 + $(use_with v4l) \
1200 $(use_with X x) \
1201 $(use_with xcomposite) \
1202 $(use_with xinerama) \
1203
1204
1205
1206 1.2 app-emulation/wine/wine-1.2.3.ebuild
1207
1208 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.2&view=markup
1209 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.2&content-type=text/plain
1210 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.1&r2=1.2
1211
1212 Index: wine-1.2.3.ebuild
1213 ===================================================================
1214 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
1215 retrieving revision 1.1
1216 retrieving revision 1.2
1217 diff -u -r1.1 -r1.2
1218 --- wine-1.2.3.ebuild 26 Apr 2011 20:31:37 -0000 1.1
1219 +++ wine-1.2.3.ebuild 30 Apr 2011 06:26:23 -0000 1.2
1220 @@ -1,6 +1,6 @@
1221 # Copyright 1999-2011 Gentoo Foundation
1222 # Distributed under the terms of the GNU General Public License v2
1223 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.1 2011/04/26 20:31:37 vapier Exp $
1224 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.2 2011/04/30 06:26:23 vapier Exp $
1225
1226 EAPI="2"
1227
1228 @@ -30,7 +30,7 @@
1229
1230 LICENSE="LGPL-2.1"
1231 SLOT="0"
1232 -IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype +win32 +win64 +X xcomposite xinerama xml"
1233 +IUSE="alsa capi cups custom-cflags dbus esd fontconfig +gecko gnutls gphoto2 gsm hal jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1234 RESTRICT="test" #72375
1235
1236 MLIB_DEPS="amd64? (
1237 @@ -80,6 +80,7 @@
1238 scanner? ( media-gfx/sane-backends )
1239 ssl? ( dev-libs/openssl )
1240 png? ( media-libs/libpng )
1241 + v4l? ( media-libs/libv4l )
1242 !win64? ( ${MLIB_DEPS} )
1243 win32? ( ${MLIB_DEPS} )
1244 xcomposite? ( x11-libs/libXcomposite ) "
1245 @@ -152,6 +153,7 @@
1246 $(use_with scanner sane) \
1247 $(use_enable test tests) \
1248 $(use_with truetype freetype) \
1249 + $(use_with v4l) \
1250 $(use_with X x) \
1251 $(use_with xcomposite) \
1252 $(use_with xinerama) \