Re: winehq packages for Debian

2008-11-09 Thread Ben Klein
Thanks guys :) If there's still any doubt, Ubuntu packaging as as different from Debian as Mandriva or SUSE are from Red Hat. It's theoretically possible to produce packages that work for both but it's a pain to maintain. Scott can keep doing Ubuntu packages because he's well set up for it. I wil

Another shot at running tests in parallel

2008-11-09 Thread Dan Kegel
On modern CPUs, with a 30 second timeout per test, the wine conformance test suite runs in about 4-5 minutes. That's wonderfully fast, completely sufficient for all purposes... ... except one: running tests under valgrind, which imposes a roughly 10x penalty. 40-50 minutes to run the tests is a b

Re: Solution for bug 15942 - Send page size with lpr command on printing

2008-11-09 Thread Austin English
On Sun, Nov 9, 2008 at 6:48 PM, Massimo Del Fedele <[EMAIL PROTECTED]> wrote: > Send page size with 'lpr' command to CUPS, so it doesn't take always the > default one. > Solves bug 15942. > > Max > > > > +//sprintf(psCmd,"|lpr -P'%s'",pszOutput+4); Don't use C++ comments, use /* comment *

Re: Solution for bug 15942 - Send page size with lpr command on printing

2008-11-09 Thread Austin English
On Sun, Nov 9, 2008 at 6:48 PM, Massimo Del Fedele <[EMAIL PROTECTED]> wrote: > Send page size with 'lpr' command to CUPS, so it doesn't take always the > default one. > Solves bug 15942. > > Max > > > > +//sprintf(psCmd,"|lpr -P'%s'",pszOutput+4); Don't use C++ comments, use /* comment

Re: winehq packages for Debian

2008-11-09 Thread Scott Ritchie
Ubuntu packages have been up to date (uploaded within a day of release). Debian keeps falling behind because there's no easy way for me to build and test on Debian (with Ubuntu I can just upload them to launchpad and have it work). Thanks, Scott Ritchie Andrew Fenn wrote: > So your plan is to ta

Re: winehq packages for Debian

2008-11-09 Thread Scott Ritchie
Ben Klein wrote: > Hi guys, > > I'm a regular volunteer in the #winehq IRC channel (man_in_shack). Some > of you may know me :) I also maintain a few applications on AppDB and > have had a couple of bugs found and fixed via bugzilla posts. > > I've been building Wine packages for my Debian system

Re: .ANI patch

2008-11-09 Thread Andrew Riedi
On Sun, Nov 9, 2008 at 1:02 PM, Krzysztof Drewniak <[EMAIL PROTECTED]> wrote: > I like that idea. I think that would help a lot of people with games > that use .ani. Please post here when that's done > Patch sent to wine-patches: http://article.gmane.org/gmane.comp.emulators.wine.patches/59847 --

Re: winehq packages for Debian

2008-11-09 Thread Andrew Fenn
So your plan is to take over Debian packaging while abandoning Ubuntu packaging? You already mentioned he has abandoned packaging (however I see new packages created on 8th November) Is there some technical reason you can't do Ubuntu Debs? I am trying to understand what is different from Ubuntu a

Re: [PATCH 1/2] Implement GdipGetLogFontA (try2)

2008-11-09 Thread Dmitry Timoshkov
"Adam Petaccia" <[EMAIL PROTECTED]> wrote: > +GpStatus WINGDIPAPI GdipGetLogFontA(GpFont *font, GpGraphics *graphics, > +LOGFONTA *lfa) > +{ > +INT bytesWritten; > +/* FIXME: use graphics */ > +if(!(font && graphics && lfa)) > +return InvalidParameter; > + > +memcpy(lfa

winehq packages for Debian

2008-11-09 Thread Ben Klein
Hi guys, I'm a regular volunteer in the #winehq IRC channel (man_in_shack). Some of you may know me :) I also maintain a few applications on AppDB and have had a couple of bugs found and fixed via bugzilla posts. I've been building Wine packages for my Debian systems for a while and now I've writ

Re: .ANI patch

2008-11-09 Thread Krzysztof Drewniak
Andrew Riedi wrote: > On Sun, Nov 9, 2008 at 6:25 AM, Krzysztof Drewniak > <[EMAIL PROTECTED]> wrote: > >> There is a .ANI cursor patch in hacks.git. Would it be possible to >> integrate it into wine? I know of many applications (especcially games) >> that would benefit. >> Thanks >> Krzys D. >>

Re: .ANI patch

2008-11-09 Thread Andrew Riedi
On Sun, Nov 9, 2008 at 6:25 AM, Krzysztof Drewniak <[EMAIL PROTECTED]> wrote: > There is a .ANI cursor patch in hacks.git. Would it be possible to > integrate it into wine? I know of many applications (especcially games) > that would benefit. > Thanks > Krzys D. Yes and no. Those patches were ori

RE: fixme: IDirect3DDevice9::CreateQuery

2008-11-09 Thread Stefan Dösinger
> "fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0xb550510) : stub > fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0xb550510) Unhandled query > type 4 > fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0xb543bc8) call to > IWineD3DDevice_CreateQuery failed" The app may expect support for D3DQUERYTYPE

Re: [PATCH] Implement GdipGetLogFontA

2008-11-09 Thread Adam Petaccia
Ignore. Will resend. On Sun, 2008-11-09 at 13:03 -0500, Adam Petaccia wrote: > --- > dlls/gdiplus/font.c | 25 + > dlls/gdiplus/gdiplus.spec |2 +- > 2 files changed, 26 insertions(+), 1 deletions(-) > > diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c >

fixme: IDirect3DDevice9::CreateQuery

2008-11-09 Thread Krzysztof Drewniak
I'm getting a "fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0xb550510) : stub fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0xb550510) Unhandled query type 4 fixme:d3d9:IDirect3DDevice9Impl_CreateQuery (0xb543bc8) call to IWineD3DDevice_CreateQuery failed" over and over again and the app isn't

.ANI patch

2008-11-09 Thread Krzysztof Drewniak
There is a .ANI cursor patch in hacks.git. Would it be possible to integrate it into wine? I know of many applications (especcially games) that would benefit. Thanks Krzys D.