Re: [Wengophone-devel] wengo & squid proxy => 100%CPU

2006-09-11 Thread Maciej Bliziński
On Mon, 2006-09-11 at 18:15 +0200, Mathieu ALORENT wrote: > The problem is that about 1min after beeing connected, the wengophone > gets crazy and take 100% CPU... :'( It does the same without a proxy, when using a HTTP tunnel, so it's not proxy-related. but http-tunnel-related.. Maybe you could

[Wengophone-devel] wengo & squid proxy => 100%CPU

2006-09-11 Thread Mathieu ALORENT
hi all, I'm trying to use wengophone on Linux and passing through a squid proxy with authentication. I've allowed my user to connect to *.wengo.com and *.wengo.fr domains through the proxy. I can connect to the wengo network, the icons in the bottom of the wengophone are "green, green, blue, gre

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Andreas Schneider wrote: Vadim Lebedev wrote: Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file and minua/SConscrip

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Tanguy Krotoff wrote: > Andreas Schneider wrote: >> maybe some Windows could compile WengoPhone with CMake to check if there >> are bugs. > > There is no FindPortAudioInternal so under Windows it fails (libsound > needs PortAudio under win32), I didn't had time to check it more. > Yes, portaudio

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Tanguy Krotoff
Andreas Schneider wrote: maybe some Windows could compile WengoPhone with CMake to check if there are bugs. There is no FindPortAudioInternal so under Windows it fails (libsound needs PortAudio under win32), I didn't had time to check it more. Also do you know why at startup CMake check seve

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Sebastien Tricaud
Tanguy Krotoff wrote: > Andreas Schneider wrote: >> in short: scons sucks! > > time to fight!!! > Then, cmake wins 16000 results ahead. http://www.googlefight.com/index.php?lang=fr_FR&word1=scons&word2=cmake ___ Wengophone-devel mailing list Wengophone-d

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Tanguy Krotoff
Andreas Schneider wrote: in short: scons sucks! time to fight!!! :D -- Tanguy Krotoff <[EMAIL PROTECTED]> http://openwengo.org ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophon

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Sebastien Tricaud
Andreas Schneider wrote: Hello Andreas, > > The advantages of CMake: > > * libsuffix handling (lib64) by default > * easy package finding > * you can build only one component e.g. "make phapi" > scons phapi works the same way. However I prefer makefiles so that I can go to a subdirectory and

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Jérôme WAGNER wrote: > Hello, > > The picture of the dependency is very interesting ; did you really spot a > direct dependency between webcam and avcodec/avutil ? > > This dependency should only exist between pixertool and avcodec/avutil. > No problem, fixed now :) -- andreas > Jérôm

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Vadim Lebedev wrote: > Hello, > > I've promised some time ago to show my SCons based build system > > Here it is: > > > There is BuildJob.py module in Env directory which holds the main > functionality > > I'm attaching also the main SConstruct and SConscript file and > minua/SConscript > >

Re: [Wengophone-devel] CMake Windows

2006-09-11 Thread Vadim Lebedev
Hello, I've promised some time ago to show my SCons based build system Here it is: There is BuildJob.py module in Env directory which holds the main functionality I'm attaching also the main SConstruct and SConscript file and minua/SConscript The main advantage over WengoScons 1) It is

Re: [Wengophone-devel] RE: Video Codec Plugin Sytem & H.264

2006-09-11 Thread Vadim Lebedev
Matthias Schneider wrote: Hi all, my reasons for wanting to loose the ffmpeg dependency were, like mentioned by Gianluca, the legal uncertainties in some countries and additionally the in some cases unneccessary bloating of wengophones sizes by including the whole ffmpeg library (even e.g. wh

RE: [Wengophone-devel] CMake Windows

2006-09-11 Thread Jérôme WAGNER
Hello, The picture of the dependency is very interesting ; did you really spot a direct dependency between webcam and avcodec/avutil ? This dependency should only exist between pixertool and avcodec/avutil. Jérôme -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De l

[Wengophone-devel] CMake Windows

2006-09-11 Thread Andreas Schneider
Hi, maybe some Windows could compile WengoPhone with CMake to check if there are bugs. r7439 should work. Attached is a picture of the dependencies :) -- andreas -- http://www.cynapses.org/ - cybernetic synapses signature.asc Description: OpenPGP digital signature

[Wengophone-devel] "ffmpeg" legal issues

2006-09-11 Thread Antoine Pitrou
Hi all, Le samedi 09 septembre 2006 à 16:57 +0200, Jérôme WAGNER a écrit : > Ps: by the way, I saw that ffmpeg has different compile time options > depending on the licence you are targeting. Was is not sufficient for Extras > to limit it to the LGPL portion ? Please correct me if I'm wrong, but