Re: [Wengophone-devel] Disabling libgaim integration

2007-02-27 Thread Ismail Dönmez
On Tuesday 27 February 2007 12:43:44 Philippe BERNERY wrote:
 Le 22 févr. 07 à 16:55, Ismail Dönmez a écrit :
  I wanted to disable it because it gives some assertion warnings at
  startup and
  at the moment I don't hear any sound at all so less things to debug is
  better :)

 Hi Ismail,

 It is not possible to disable Gaim integration. It is too much
 integrated now and disabling it could give more bugs...

Ok then, thanks for the reply.


-- 
In God We Trust Others We Monitor
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] Disabling libgaim integration

2007-02-22 Thread Ismail Dönmez
Hi all,

In 2.1 SVN I tried to pass -DIMWRAPPER_BACKEND_MULTI=OFF to CMake but its 
still building libgaim, is there a way to disable that?

Regards,
ismail

-- 
FFmpeg doxy @ http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Disabling libgaim integration

2007-02-22 Thread Ismail Dönmez
Hi Dave,
On Thursday 22 February 2007 17:46:12 you wrote:
  In 2.1 SVN I tried to pass -DIMWRAPPER_BACKEND_MULTI=OFF to CMake but its
  still building libgaim, is there a way to disable that?

 Honestly I don't know - but I think it was Julien Bossard who worked on
 libgaim integration - he might be able to help you out.

I wanted to disable it because it gives some assertion warnings at startup and 
at the moment I don't hear any sound at all so less things to debug is 
better :)

Regards,
ismail

-- 
FFmpeg doxy @ http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Re: [Wengophone-commit] r9899 - owbuild/trunk/libs-3rdparty-cmakelists

2007-02-21 Thread Ismail Dönmez
On Wednesday 21 February 2007 14:40:34 Andreas Schneider wrote:
 [EMAIL PROTECTED] wrote:
  Please, do not reply to this mailing list, use wengophone-devel instead.
 
 
  
 
  Author: mstute
  Date: 2007-02-21 11:21:41 +0100 (Wed, 21 Feb 2007)
  New Revision: 9899
 
  Modified:
 owbuild/trunk/libs-3rdparty-cmakelists/CMakeLists.txt
  Log:
  * (void) use internal portaudio by default

 Why do you want to use the internal portaudio library? On Linux you
 should always use the system library. Normally a distribution requires
 to build against the system lib cause of security issues:

 - the system library has been tested
 - the system library can be updated

 Else you have to fix the system library and every other application
 which has probably the library in the internal tree.

This is also a headache security wise, i.e does owcurl have all the security 
fixes applied to curl?

Regards,
ismail

-- 
FFmpeg doxy @ http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Branch 2.1 and svn:externals

2007-01-25 Thread Ismail Dönmez
On Thursday 25 January 2007 13:29:50 you wrote:
 Ismail Dönmez wrote:
  Hi,
  On Thursday 25 January 2007 12:03:58 Tanguy Krotoff wrote:
  [...]
 
   for FFmpeg it's a little bit more dangerous:
  with scons we use an old version and cmake uses a pretty new version
  from FFmpeg CVS
 
  I wanted to ask about this, why does cmake not use shared libavcodec
  thats on the system but uses the internal ffmpeg. I got latest ffmpeg
  from SVN anyway.

 By default, FFmpeg version is from the repository
 There is a switch to change this and to use your system FFmpeg version:
 http://dev.openwengo.com/trac/openwengo/trac.cgi/browser/wengophone-ng/trun
k/DefineWengoOptions.cmake option(FFMPEG_INTERNAL Use internal FFmpeg ON)
 change your CMakeCache.txt from the build directory and set
 FFMPEG_INTERNAL to off

Yup just noticed that though disabling internal speex and such results in a 
compile error. Expect a report and or patch soon.

Regards,
ismail
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] Building with external speex is broken

2007-01-25 Thread Ismail Dönmez
Hi,

when I try to compile with -DSPEEX_INTERNAL=OFF build fails with

wifo/phapi/phspeexplugin/CMakeFiles/phspeexplugin.dir/flags.make:5: *** 
missing separator.  Stop.
make[1]: *** [wifo/phapi/phspeexplugin/CMakeFiles/phspeexplugin.dir/all] Error 
2

Indeed that flags.cmake file is weird :

# CMAKE generated file: DO NOT EDIT!
# Generated by Unix Makefiles Generator, CMake Version 2.4

C_FLAGS 
= -Dphspeexplugin_EXPORTS   -Wmissing-prototypes -O3 -DNDEBUG -fPIC   
-D_FORTIFY_SOURCE=2 -Wall -Wstrict-aliasing -Wno-unused-parameter -Wextra -D
PHSPEEXPLUGIN_DLL
 -DPH_SPEEXWB_REPLACES_G726WB -DBUILD_PHSPEEXPLUGIN_DLL

notice the extra line after PHSPEEXPLUGIN_DLL.

Ideas?

Regards,
ismail
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel