Re: [Ekiga-list] [GUADEC 2013 Proposal]

2013-05-15 Thread Víctor M . Jáquez L .
On Wed, May 15, 2013 at 01:55:45PM +0200, Damien Sandras wrote:
 Bad news.
 
 That probably means GNOME has now less or no interest in Ekiga anymore.

Yes, though, it is a fact that we are not keeping the pace of gnome, with it's
library dependencies and user interface design.

vmjl

 
 Le 15/05/13 13:16, Víctor M. Jáquez L. a écrit :
 The talk I submitted about Ekiga has been rejected.
 
 vmjl
 
 - Forwarded message from Emmanuele Bassieba...@gmail.com  -
 
 Date: Wed, 15 May 2013 11:11:18 +0100
 From: Emmanuele Bassieba...@gmail.com
 To: vjaq...@igalia.com
 Cc: GUADEC Paper Review Teamguadec-pap...@gnome.org
 Subject: GUADEC 2013 Proposal
 
 Hi!
 
 I am sorry to inform you that your talk submission Ekiga: past,
 present and future for GUADEC 2013 has been rejected. We want to
 thank you for the time you put in preparing your talk submission for
 GUADEC 2013; we know how difficult can be to put a good proposal
 together in time, and we appreciate the effort in doing that.
 
 It is typical for some accepted speakers to drop out, and we will be
 offering any spare spaces that become available. This means that you
 may still receive an acceptance email after the speakers confirmation
 deadline, which is June 2nd.
 
 We would all very much like to have you attend GUADEC in Brno anyway,
 and have the chance to engage the GNOME community; if you want, you
 can still propose a lightning talk, or a birds of a feather session.
 
 On behalf of the GUADEC papers committee,
   Emmanuele Bassi.
 
 
 --
 W: http://www.emmanuelebassi.name
 B: http://blogs.gnome.org/ebassi/
 
 
 - End forwarded message -
 ___
 ekiga-list mailing list
 ekiga-list@gnome.org
 https://mail.gnome.org/mailman/listinfo/ekiga-list
 

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

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


Re: [Ekiga-list] [GUADEC 2013 Proposal]

2013-05-15 Thread Víctor M . Jáquez L .
On Wed, May 15, 2013 at 06:32:27PM +0200, Genghis Khan wrote:
 Hello,
 
 On Wed, 15 May 2013 14:07:45 +0200
 Víctor M. Jáquez L. vjaq...@igalia.com wrote:
 
  On Wed, May 15, 2013 at 01:55:45PM +0200, Damien Sandras wrote:
   Bad news.
   
   That probably means GNOME has now less or no interest in Ekiga
   anymore.
  
  Yes, though, it is a fact that we are not keeping the pace of gnome,
  with it's library dependencies and user interface design.
 
 What exactly is missing or wrong in Ekiga?

There's nothing missing or wrong in Ekiga per se. 

But if we want to think in Ekiga as a component of GNOME (3.x) we shall admit
that Ekiga doesn't follow the UI design and the migration to GTK+ 3.x,
GSettings, GStreamer, etc., is a bit lagged behind.

vmjl

 
 It seems that many are satisfied with the many improved performances of
 Ekiga in recent year, and is constantly being updated in repositories
 such as Slackware and Salix OS.
 
 http://slackbuilds.org/repository/14.0/network/ekiga/
 
  vmjl
  
___
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Change listen port without gconf-editor?

2013-03-26 Thread Víctor M . Jáquez L .
On Mon, Mar 25, 2013 at 10:19:25PM +, David Woodfall wrote:
 On (25/03/13 21:39), David Woodfall d...@dawoodfall.net put forth the 
 proposition:
 Hi, I would like to change ekiga's listen port, but I'm running
 slackware with no gconf-editor.
 
 Could you tell me please which file(s) to edit to do this manually?
 
 Nevermind, have installed gconf-editor now.

anyway,

$ man gconftool-2

vmjl

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


[Ekiga-list] experiments with Opal + Vala

2012-11-15 Thread Víctor M . Jáquez L .
Hi list,

I've been playing with Ekiga's code last months and I have been wondering if
there's another way to work with Opal.

Yes, I admit it, I'm not a big fan of C++ and I prefer to avoid if it's
possible. So I thought if I could make a GObject binding to Opal, in the
spirit of the WebKitGtk+.

After stealing some time to my life (well, I'm a lazy bastard), I came with a
tiny proposal for a Gtk+/SIP Opal client: gphone.

https://github.com/ceyusa/gphone

Dependencies:

* Opal
* Vala
* Gtk+

Compilation:

I don't like autotools either, I prefer simple make files for simple people.

$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
$ make

Run:

* Create a configuration file in ~/.config/gphone.conf
  The format of this file is:

[General]
STUNServer=stun.ekiga.net

[SIP/Registrars/0001]
RegistrarUsed=true
RegistrarUsername=sipuser
RegistrarDomain=sipdomain
RegistrarAuthID=sipuser
RegistrarPassword=sippaswsord


To-Do:

* GStreamer support for Sound Channel Input/Output devices
* Make the Gopal's initialisation asynchronous avoiding the UI freeze
* Use libsecret for registrars:
  http://developer.gnome.org/libsecret/
* Use GNetworkMonitor to check the network avability
  http://developer.gnome.org/gio/2.32/GNetworkMonitor.html
* Use GSettings instead of configuration files (I'm not sure about it)
* A lot more ...
___
ekiga-list mailing list
ekiga-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] [Opalvoip-devel] experiments with Opal + Vala

2012-11-15 Thread Víctor M . Jáquez L .
On Thu, Nov 15, 2012 at 10:42:22AM +0100, Víctor M. Jáquez L. wrote:
 Hi list,
 
 I've been playing with Ekiga's code last months and I have been wondering if
 there's another way to work with Opal.
 
 Yes, I admit it, I'm not a big fan of C++ and I prefer to avoid if it's
 possible. So I thought if I could make a GObject binding to Opal, in the
 spirit of the WebKitGtk+.
 
 After stealing some time to my life (well, I'm a lazy bastard), I came with a
 tiny proposal for a Gtk+/SIP Opal client: gphone.

I forgot to mention that it is utterly inspired (copied) from Opal's
OpenPhone.

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