Re: Building and packaging Wine Gecko

2009-12-12 Thread Scott Ritchie
Ove Kaaven wrote: > Ben Klein skrev: >> Have you looked at my wine-gecko-1.0.0 package at the lamaresh.net >> repository? It's just the pre-packaged cab file stored in >> /usr/share/wine/gecko. > > That's the reason I'm not looking at it. > > Would such a package be ok for the -contrib reposito

Re: meaning of "Hardware" field in bugzilla?

2009-12-12 Thread James McKenzie
Vitaliy Margolen wrote: > Nate Gallaher wrote: > >> Austin English wrote: >> >>> Dan and I discussed it, and figured renaming the hardware to reflect >>> the architecture would be more descriptive: >>> Macintosh -> ppc32 >>> PC -> x86 >>> PC-x86-64 -> x86-64 >>> sun -> sparc >>> >>> How doe

Re: meaning of "Hardware" field in bugzilla? what about ARM?

2009-12-12 Thread Seth Shelnutt
I'm curious what the level of ARM support is or the progress is? Is there a "todo" list somewhere? I searched the wine site but besides turning up mailing list threads I didn't see much info on ARM, only discussions. I haven't been following this, but would like to see where it's at/what needs to b

Re: meaning of "Hardware" field in bugzilla? what about ARM?

2009-12-12 Thread Dan Kegel
2009/12/12 André Hentschel : > Also i have some problems with the port(otherwise i might be finished :), so > Dan, i saw on your website that you have some ARM experience, do you have > some time to help me with some hiccups? What hiccups? I'm kind of overloaded right now, but who knows, maybe

Re: meaning of "Hardware" field in bugzilla? what about ARM?

2009-12-12 Thread André Hentschel
Tom Wickline schrieb: > I was thinking sense your about to revise this area why not just do it > now and have it over with? > But yea I suppose Wine support on ARM is in the early stages, but if > enough people are interested > in Wine on ARM then the bug reports should start to come in. > > It's

Re: UNC Pathname handling

2009-12-12 Thread Alexandre Hardy
Hi Paul, On Fri, Dec 11, 2009 at 3:38 PM, Paul Vriens wrote: > How can you be sure about longpath being actually a long path? Maybe should > do a proper call to pGetLongPathNameW just to be sure you're starting point > is correct. Hmm, I assumed that it was. Bad assumption! > > If longpath is in

Re: UNC Pathname handling

2009-12-12 Thread Alexandre Hardy
Hi Paul, On Fri, Dec 11, 2009 at 3:20 PM, Paul Vriens wrote: >> +    if (!(tmplongpath = (WCHAR *)HeapAlloc( GetProcessHeap(), 0, >> MAX_LONGPATHNAME_LEN * sizeof(WCHAR) ))) { >> +        SetLastError( ERROR_OUTOFMEMORY ); >> +        return 0; >> +    } >> + > > This is not really dynamic, is it

Re: Sound concerns

2009-12-12 Thread Maarten Lankhorst
Hi Stefan, 2009/12/12 Stefan Dösinger : >> OpenAL supports per stream volume. The service is basically needed if an >> application wants to 'audio groups' all using the same sound card across >> processes, and be able to switch it to some different card with 1 command. >> Since I don't think th