Re: [Ekiga-devel-list] [Win32] Unable to compile ekiga for windows

2010-02-03 Thread e schmidbauer
can you send me your Makefile for cross compiling this version of ekiga?

On Mon, Feb 1, 2010 at 11:10 AM, e schmidbauer e.schmidba...@gmail.comwrote:

 just tested the celt codec (0.7.1) with freeswitch and it works! great job
 everyone.


 On Mon, Feb 1, 2010 at 8:50 AM, Thierry Simonnet t.simon...@esiee.frwrote:

 Hi again,

 I checked my package and saw that I made a mistake for plib and opal (due
 to name change from 2/3.7beta1 to 2/3.9beta0.
 I made change and the ekiga-setup-3.3.1-git-496_gb9026d8-celt071.exe
 program is now with the right libraries.

 Sorry for the trouble

 Best regards

 Thierry


 On 02/01/2010 09:59 AM, Thierry Simonnet wrote:

 Hi,

 I integrate celt 0.7.1 on my Makefile and use your last celtcodec.c file.
 As Eugen wrote, there is a trouble using HAVE_CELT_0_7_0_OR_LATER.
 For test purposes, I defined it at 1 in your celtcodec.c file, waiting
 for a final patch.
 You can download the last ekiga-setup.exe at
 http://www.pateam.org/archive/tmp/ekiga-win32/trunk/ekiga-setup-3.3.1-git-496_gb9026d8-celt071.exe.


 Unfortunately, I can't test celt codec because my asterisk PBX doesn't
 support it.

 Thierry

 On 02/01/2010 02:01 AM, e schmidbauer wrote:

 Could you compile it and post the install? I'll work on the
 configure.ac http://configure.ac

 On Sun, Jan 31, 2010 at 5:33 PM, Eugen Dedu 
 eugen.d...@pu-pm.univ-fcomte.fr mailto:eugen.d...@pu-pm.univ-fcomte.fr
 wrote:

Great!

Note however that replacing
#ifdef HAVE_CELT_0_5_0_OR_LATER
with
#ifdef HAVE_CELT_0_7_0_OR_LATER
is not good.

There should be something like this:
#ifdef HAVE_CELT_0_7_0_OR_LATER
your new line
#elifdef HAVE_CELT_0_5_0_OR_0_6_0
existing line
#else
existing line
#endif

Could you do the correct #define checking in celtcodec.c and
 modifying
configure.ac http://configure.ac for the new version too
(replacing 050orlater with 050or060
and adding a similar text to 0.5 version)?

Eugen

e schmidbauer wrote:
  This should work.
 
  On Sun, Jan 31, 2010 at 2:48 PM, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr
 mailto:eugen.d...@pu-pm.univ-fcomte.fr
  wrote:
 
  I have two warnings:
  snoopy:~/softs/ekiga/opal/plugins/audio/celt$ make
  [CC] celtcodec.c
  celtcodec.c: In function ‘valid_for_sip’:
  celtcodec.c:196: warning: pointer targets in passing argument 1 of
  ‘strcasecmp’ differ in signedness
  /usr/include/string.h:534: note: expected ‘const char *’ but
argument is
  of type ‘const unsigned char *’
  celtcodec.c: At top level:
  celtcodec.c:202: warning: initialization from incompatible
pointer type
  [LD] ./celtcodec_pwplugin.so
 
  I removed the first one by removing unsigned.  Do you know
how to fix
  the 2nd warning?
 
  e schmidbauer wrote:
  Please try compiling with this file. I have not been able to
test this
  version of celt because i do not have a linux machine
available to cross
  compile. If you are successful at compiling, i can test it
out. I will
  get
  to the plugins/configure.ac http://configure.ac file later.
Please tell me if you get any
  errors
  or warnings. Thank you.
 
  On Sun, Jan 31, 2010 at 8:15 AM, Eugen Dedu 
  eugen.d...@pu-pm.univ-fcomte.fr
 mailto:eugen.d...@pu-pm.univ-fcomte.fr
  wrote:
  e schmidbauer wrote:
  I've attached what i think will work for compiling opal with
celt 0.7
  Can you please test it to see if it compiles?
  Thanks a lot for the patch.
 
  1. When compiling, I have a few warnings, could you remove
them too?
 
  snoopy:~/softs/ekiga/opal/plugins/audio/celt$ make
  [CC] celtcodec.c
  celtcodec.c: In function ‘celt_codec_encoder’:
  celtcodec.c:146: warning: pointer targets in passing argument
4 of
  ‘celt_encode’ differ in signedness
  /usr/include/celt/celt.h:214: note: expected ‘unsigned char
*’ but
  argument is of type ‘char *’
  celtcodec.c: In function ‘celt_codec_decoder’:
  celtcodec.c:176: warning: pointer targets in passing argument
2 of
  ‘celt_decode’ differ in signedness
  /usr/include/celt/celt.h:262: note: expected ‘const unsigned
char *’ but
  argument is of type ‘char *’
  [LD] ./celtcodec_pwplugin.so
 
  2. Also, have you successfully made a communication with celt
(0.7)
  using your file?
 
  3. Do you have the will to modify also plugins/configure.ac
 http://configure.ac so that it
  defines HAVE_CELT_0_7_0 and use that #define in celtcodec.c
so that it
  compiles with previous versions of celt too?  If not, I will
send your
  patch to be committed anyway, but it is better with it...
 
  Thanks,
  --
  Eugen
  ___
  Ekiga-devel-list mailing list
  Ekiga-devel-list@gnome.org mailto:Ekiga-devel-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
 
 
 

  
 
  ___
  Ekiga-devel-list mailing list
  

Re: [Ekiga-devel-list] [Win32] Unable to compile ekiga for windows

2010-02-03 Thread Thierry Simonnet
You can get all you need at 
http://www.pateam.org/archive/tmp/ekiga-win32/trunk 
http://www.pateam.org/archive/tmp/ekiga-win32/trunk/ekiga-setup-3.3.1-git-496_gb9026d8-celt071.exe 
:


   * Makefile I use
   * celtcodec.c (I put a #define to avoid compiling trouble, waiting
 for a clean solution)
   * mingw10.dll
   * BOOST directory (place file at $(LIBDIR) and $(BINDIR).  .zip
 archive is for include files (see Makefile)
   * freetype package
   * fontconfig package

For the 2 last item, place files at the right place (keep package 
structure and place file in
INCLUDEDIR:=$(BUILDROOT)/include, LIBDIR:= $(BUILDROOT)/lib, 
BINDIR:= $(BUILDROOT)/bin directories.


Hope this helps

Le 03/02/2010 16:38, e schmidbauer a écrit :

can you send me your Makefile for cross compiling this version of ekiga?

On Mon, Feb 1, 2010 at 11:10 AM, e schmidbauer 
e.schmidba...@gmail.com mailto:e.schmidba...@gmail.com wrote:


just tested the celt codec (0.7.1) with freeswitch and it works!
great job everyone.


On Mon, Feb 1, 2010 at 8:50 AM, Thierry Simonnet
t.simon...@esiee.fr mailto:t.simon...@esiee.fr wrote:

Hi again,

I checked my package and saw that I made a mistake for plib
and opal (due to name change from 2/3.7beta1 to 2/3.9beta0.
I made change and the
ekiga-setup-3.3.1-git-496_gb9026d8-celt071.exe program is now
with the right libraries.

Sorry for the trouble

Best regards

Thierry


On 02/01/2010 09:59 AM, Thierry Simonnet wrote:

Hi,

I integrate celt 0.7.1 on my Makefile and use your last
celtcodec.c file.
As Eugen wrote, there is a trouble using
HAVE_CELT_0_7_0_OR_LATER.
For test purposes, I defined it at 1 in your celtcodec.c
file, waiting for a final patch.
You can download the last ekiga-setup.exe at

http://www.pateam.org/archive/tmp/ekiga-win32/trunk/ekiga-setup-3.3.1-git-496_gb9026d8-celt071.exe.


Unfortunately, I can't test celt codec because my asterisk
PBX doesn't support it.

Thierry

On 02/01/2010 02:01 AM, e schmidbauer wrote:

Could you compile it and post the install? I'll work
on the configure.ac http://configure.ac
http://configure.ac

On Sun, Jan 31, 2010 at 5:33 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr wrote:

   Great!

   Note however that replacing
   #ifdef HAVE_CELT_0_5_0_OR_LATER
   with
   #ifdef HAVE_CELT_0_7_0_OR_LATER
   is not good.

   There should be something like this:
   #ifdef HAVE_CELT_0_7_0_OR_LATER
   your new line
   #elifdef HAVE_CELT_0_5_0_OR_0_6_0
   existing line
   #else
   existing line
   #endif

   Could you do the correct #define checking in
celtcodec.c and modifying
configure.ac http://configure.ac
http://configure.ac for the new version too
   (replacing 050orlater with 050or060
   and adding a similar text to 0.5 version)?

   Eugen

   e schmidbauer wrote:
 This should work.

 On Sun, Jan 31, 2010 at 2:48 PM, Eugen Dedu
eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr
mailto:eugen.d...@pu-pm.univ-fcomte.fr
 wrote:

 I have two warnings:
 snoopy:~/softs/ekiga/opal/plugins/audio/celt$ make
 [CC] celtcodec.c
 celtcodec.c: In function ‘valid_for_sip’:
 celtcodec.c:196: warning: pointer targets in
passing argument 1 of
 ‘strcasecmp’ differ in signedness
 /usr/include/string.h:534: note: expected ‘const
char *’ but
   argument is
 of type ‘const unsigned char *’
 celtcodec.c: At top level:
 celtcodec.c:202: warning: initialization from
incompatible
   pointer type
 [LD] ./celtcodec_pwplugin.so

 I removed the first one by removing unsigned.  Do
you know
   how to fix
 the 2nd warning?

 e schmidbauer wrote:
 Please try compiling 

Re: [Ekiga-devel-list] [win32] feedback for version 493

2010-02-03 Thread Eugen Dedu
Hi Thierry,

Thierry Simonnet wrote:
 I used version 496 intensively. Here are my first feedbacks :
 1/ trouble with the fist call. I need to use history or adress book. The
 green phone pic at the right has no effects.
 2/ trouble to end a call. Many time, it is necessary to click twice or
 three time on the red phone pic.
 3/ h263+ is not working

This is known: https://bugzilla.gnome.org/show_bug.cgi?id=606265

 4/ crash on exit.

Could you look for all the other, since it seems they are windows specific?

 Hope this helps.
 
 On 01/29/2010 07:54 PM, Thierry Simonnet wrote:
 Some feedbacks on 493/494 version using logitech QuickCam S5500 under
 winXP SP3:

 works with 5...@ekiga.net more than 40h without quality loss (h261/PCMA)
 I also did some test on my own asterisk PBX. No trouble with h261,
 h263 and h264. H264 needs CPU resources.
 H263+ doesn't work. I will send next week debug logs.

 Chat seems working on ekiga.net. I will be pleased to have some hints
 to activate it on my asterisk.

 I had no crash when quit.

 Delays between local are very short. I will do some measures.

 Let me know if you want some specific tests.
 Snapshots are available at
 http://www.pateam.org/archive/tmp/ekiga-win32/trunk/. Don't hesitate
 to give me any feedbacks.

___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-list] H.264 Codec Availability

2010-02-03 Thread Eugen Dedu
ke...@zawacorp.com wrote:
 I was wondering if anyone knows the status of the availability of h.264.
From what I can tell, this is related to this posting:
 http://mail.gnome.org/archives/ekiga-list/2009-November/msg00147.html
 
 I am on ArchLinux, using the latest ptlib, opal, ekiga from the Arch
 repos. As well as ffmpeg. However, I do not have h264 listed as a codec in
 Ekiga (I DO have iLBC as an audio codec which I believe is in the same
 category of not included by default into Ekiga).
 
 Everything 264 related from a debug level 4:
 
 dyna.cxx(139) DYNASuccessfully loaded 'libavcodec.so'
 dyna.cxx(387) H264DYNAWarning: compiled against libavcodec
 headers from version 52200, loaded 52450
 dyna.cxx(390) H264DYNASuccessfully loaded libavcodec library 
 and
 verified functions
 h264pipe_unix.cxx(301)H264IPC PP: Found GPL process 
 executable in 
 /usr/lib/opal-3.6.6/codecs/video/h264_video_pwplugin_helper
 x264loader_unix.cxx(114)  H264DYNATrying to open x264 library
 x264loader_unix.cxx(114)  H264DYNATrying to open x264 library 
 libx264.so
 x264loader_unix.cxx(131)  H264DYNASuccessfully loaded libx264.so
 x264loader_unix.cxx(57)   H264DYNAFailed to load x264_encoder_open

Latest information is at https://bugzilla.gnome.org/show_bug.cgi?id=596006

-- 
Eugen
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Windows link hacked

2010-02-03 Thread davandg
Hi !
The windows's link link to a trojan !
See :
http://ekiga.org/download-ekiga-binaries-or-source-code

Please change this fast !
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Windows link hacked

2010-02-03 Thread yannick
Le mercredi 03 février 2010 à 14:10 -0500, Darren Albers a écrit :
 Why do you think it is a trojan?   The ekiga-setup scans as clean to
 my AV.Virustotal is down so I can't check it there but it looks
 clean.
 
 On Wed, Feb 3, 2010 at 1:35 PM, davandg dava...@gmail.com wrote:
  Hi !
  The windows's link link to a trojan !
  See :
  http://ekiga.org/download-ekiga-binaries-or-source-code
 
  Please change this fast !
 

It is the intended link:
http://wwwuser.gwdg.de/~mrickma/ekiga/stable/ekiga-setup-3.2.6-release.exe

This place is own by the guy who released the windows version: Mickael
Rickman.

I understand this might be confusing as it is not in the ekiga.net
domain.

Damien, what you think? Should we copy it on ekiga.net ?

  ___
  ekiga-list mailing list
  ekiga-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-list
 
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list
 


-- 
Me joindre en téléphonie IP / vidéoconférence ?
sip:yann...@ekiga.net
Logiciel de VoIP Ekiga : http://www.ekiga.org
http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Windows link hacked

2010-02-03 Thread davandg
I wrote on a chat to a friend : install Ekiga, and then we will able to
talk.
Few minutes latter he says: We should pay ?! it asks some strange
information... Moreover I have 10 new icons on my desktop..
I check the link of the windows installer and see that is not on Ekiga
website.  So I thought that it was a virus-spyware-trojan.
I already had a problem with a hacker who changed link on an open source
software website...
Tomorroy, I see my friend with his computer. I'll be able to know what
happened.

Sorry, next time I will check with more precision if it's really dangerous
or not...

Davandg.


2010/2/3 yannick sev...@free.fr

 Le mercredi 03 février 2010 à 14:10 -0500, Darren Albers a écrit :
  Why do you think it is a trojan?   The ekiga-setup scans as clean to
  my AV.Virustotal is down so I can't check it there but it looks
  clean.
 
  On Wed, Feb 3, 2010 at 1:35 PM, davandg dava...@gmail.com wrote:
   Hi !
   The windows's link link to a trojan !
   See :
   http://ekiga.org/download-ekiga-binaries-or-source-code
  
   Please change this fast !
  

 It is the intended link:
 http://wwwuser.gwdg.de/~mrickma/ekiga/stable/ekiga-setup-3.2.6-release.exehttp://wwwuser.gwdg.de/%7Emrickma/ekiga/stable/ekiga-setup-3.2.6-release.exe

 This place is own by the guy who released the windows version: Mickael
 Rickman.

 I understand this might be confusing as it is not in the ekiga.net
 domain.

 Damien, what you think? Should we copy it on ekiga.net ?

   ___
   ekiga-list mailing list
   ekiga-list@gnome.org
   http://mail.gnome.org/mailman/listinfo/ekiga-list
  
  ___
  ekiga-list mailing list
  ekiga-list@gnome.org
  http://mail.gnome.org/mailman/listinfo/ekiga-list
 


 --
 Me joindre en téléphonie IP / vidéoconférence ?
 sip:yann...@ekiga.net sip%3ayann...@ekiga.net
 Logiciel de VoIP Ekiga : http://www.ekiga.org
 http://wiki.ekiga.org/index.php/Which_programs_work_with_Ekiga_%3F

 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Windows link hacked

2010-02-03 Thread Eugen Dedu
davandg wrote:
 I wrote on a chat to a friend : install Ekiga, and then we will able to
 talk.
 Few minutes latter he says: We should pay ?! it asks some strange
 information... Moreover I have 10 new icons on my desktop..
 I check the link of the windows installer and see that is not on Ekiga
 website.  So I thought that it was a virus-spyware-trojan.
 I already had a problem with a hacker who changed link on an open source
 software website...

To be honest, one of my friends told me the same.  I think the 4th page
in Assistant is not sufficiently clear that you are not obliged to pay:
you just need to check on the checkbox at the bottom of the page...

 Tomorroy, I see my friend with his computer. I'll be able to know what
 happened.
 
 Sorry, next time I will check with more precision if it's really dangerous
 or not...
 
 Davandg.
 
 
 2010/2/3 yannick sev...@free.fr
 
 Le mercredi 03 février 2010 à 14:10 -0500, Darren Albers a écrit :
 Why do you think it is a trojan?   The ekiga-setup scans as clean to
 my AV.Virustotal is down so I can't check it there but it looks
 clean.

 On Wed, Feb 3, 2010 at 1:35 PM, davandg dava...@gmail.com wrote:
 Hi !
 The windows's link link to a trojan !
 See :
 http://ekiga.org/download-ekiga-binaries-or-source-code

 Please change this fast !

 It is the intended link:
 http://wwwuser.gwdg.de/~mrickma/ekiga/stable/ekiga-setup-3.2.6-release.exehttp://wwwuser.gwdg.de/%7Emrickma/ekiga/stable/ekiga-setup-3.2.6-release.exe

 This place is own by the guy who released the windows version: Mickael
 Rickman.

 I understand this might be confusing as it is not in the ekiga.net
 domain.

 Damien, what you think? Should we copy it on ekiga.net ?

 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list

 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Windows link hacked

2010-02-03 Thread Darren Albers
On Wed, Feb 3, 2010 at 2:10 PM, Darren Albers dalb...@gmail.com wrote:
 Why do you think it is a trojan?   The ekiga-setup scans as clean to
 my AV.    Virustotal is down so I can't check it there but it looks
 clean.

 On Wed, Feb 3, 2010 at 1:35 PM, davandg dava...@gmail.com wrote:
 Hi !
 The windows's link link to a trojan !
 See :
 http://ekiga.org/download-ekiga-binaries-or-source-code

 Please change this fast !

 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/ekiga-list



Virustotal is back up so I had it scanned and it had 3 hits:
http://www.virustotal.com/analisis/149ff8fccd0283474f12c9a70b90f7101a98eddc140027f7a49db247fb879790-1265225579

It looks like they are false positives though...
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list