Re: [Ekiga-devel-list] [Win32] Trouble with glib/gio

2014-01-13 Thread Chris Vine
On Mon, 13 Jan 2014 20:18:49 +0100
Damien Sandras  wrote:
> Ouch...
> 
> Before porting, I read that there were available packages for WIN32
> and other platforms.
> 
> Clutter-GST is the GStreamer Clutter backend. I think it is part of 
> GStreamer itself.

No.  You can get it from
http://ftp.gnome.org/pub/gnome/sources/clutter-gst/2.0/

Since both clutter and gstreamer will reputedly compile on windows, it
is a reasonable bet that clutter-gst will too.  But the proof of the
pudding is in the eating.

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


Re: [Ekiga-devel-list] testing a modied ekiga at another machine

2012-03-12 Thread Chris Vine
On Mon, 12 Mar 2012 17:09:51 +0530
Vineet Menon  wrote:
> So, there isn't a way to just "compile at one end-execute at another
> end" approach for what I am doing?
> 
> Regards,
> 
> Vineet Menon

Sure there is: use your distribution's packaging system.  Or if you
don't have one, install your binary into a temporary directory with the
DESTDIR environmental variable, make a binary tarball from it, copy it
into '/' on your remote machine and unpack it.  Or you could install it
directly on the remote machine via a network file system using DESTDIR.

However, if you are weak on the details I strongly suggest you use your
distribution's packaging system.

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


Re: [Ekiga-devel-list] testing a modied ekiga at another machine

2012-03-12 Thread Chris Vine
On Mon, 12 Mar 2012 16:34:06 +0530
Vineet Menon  wrote:
> Okay..I guess u got me wrong!!
> So, lemme say that again,
> What i was doing was this,
> 
> ON MAIN MACHINE
> ***for ptlib***
> ./configure
> make
> make install
> 
> *for opal*
> ./configure
> make
> make install
> ** for ekiga**
> ./configure
> make
> make install
> 
> ON REMOTE MACHINE
> 
> *copy files entirely including ptlib, opal and ekiga
> precompiled*** scp [main-machine-ip] [remote-machine-ip]
> 
> 
> ***ptlib***
> /* since it was precompiled*/
> make install  $$ could do
> that successfully$$$
> 
> **opal**
> /* since it was precompiled*/
> make install $$ resulted
> in errors "unable to find ptlib"$$

Quite possibly you have different PKG_CONFIG_PATH values in the two
machines.

However, what you are doing is 50% pointless, because ptlib is an opal
dependency and opal will recompile itself at the 'make install'
stage on the remote machine, because your installation of ptlib will
trigger opal's time stamps.

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


Re: [Ekiga-devel-list] Hi wanted to know if ekiga could be ported to a mobile phone

2010-06-08 Thread Chris Vine
On Tue, 08 Jun 2010 11:56:28 +0200
Julien Puydt  wrote:
> Le 07/06/2010 07:13, Nikolai Gauntlet Cassanova a écrit :
> > Hi someone on the ekiga mailing list told me to ask my question over
> > here at the ekiga developer mailing list, so here it is: I wanted to
> > know if ekiga could be ported to a mobile phone like an android
> > smart phone and run similar to skype or Google voice?
> 
> It basically should be possible.
> 
> I fear our gui is too big to fit, but I'm not so sure (there are some 
> pretty powerful phones out there).
> 
> Snark

If you can't get it to fit then you could try linphone-android (do a
google search to find it), the latest version of which will work
with standards-conforming sip phones on the other side, and more or less
work with ekiga clients on the other side.

Chris


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