ANNOUNCE - Ekiga 3.2.5 [STABLE] available

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is the five stable release of the 3.2 version of Ekiga.


* What is it ?
==============

Ekiga is a free Voice over IP softphone allowing you to do free calls
over the Internet.

Ekiga is the first Open Source application to support both H.323 and
SIP, as well as audio and video. Ekiga was formerly known as
GnomeMeeting.

More information can be found at http://www.ekiga.org


* Where to get it ?
===================

Ekiga is available at:
ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/

Required librairies can be found at:
ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/
ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/


* What's changed ?
==================

* Important points:
- fixes an important bug (introduced in the previous version) of having
only 1-2 video images/sec
- most of the known crashes have been fixed
- next release goals: crash fixing and register/call error fixing

* Changes in ekiga 3.2.5 (2009-07-06)
- Fixed very low rate of sent images during video conversations
- Fixed crash in LDAP
- Fixed crash in presence
- Fixed simultaneous reads from different threads in jitter code
- Fixed crash during idle times
- Fixed crash when accepting a call
- Fixed deadlock in SIP handler
- Fixed freeze upon calling and showing of pc:udp$... in the URI bar
- Fixed crash in G726-16 audio codec
- Allows multiple registrations with the same registrar using
   different user names
- Allows user to choose system iLBC
- Fixed window resizing in chat when entering very long words
- Fixed linking of sbc plugin with libsamplerate
- Fixed compilation with gtk 2.12
- Fixed compilation with gcc 4.4
- Windows and Solaris specific fixes
- Added a small script, ekiga-debug-analyser, not installed, which
   retrieves only the packets exchanged from a Ekiga debug output
- Other minor fixes
- Updated translations: bn_IN, el, or
- Updated help translations: el

Special thanks to Robert Jonglobed, from ptlib/opal team, for various
crash fixes.

On behalf of Ekiga/ptlib/opal teams,
Eugen Dedu
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Mateusz Kaduk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am looking forward to see it in Debian sid

2009/7/6 Eugen Dedu <Eugen.Dedu@...>:
> This is the five stable release of the 3.2 version of Ekiga.
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It will be as soon as possible...

Mateusz Kaduk wrote:
> I am looking forward to see it in Debian sid
>
> 2009/7/6 Eugen Dedu <Eugen.Dedu@...>:
>> This is the five stable release of the 3.2 version of Ekiga.
> _______________________________________________
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Bret Busby :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, 6 Jul 2009, Mateusz Kaduk wrote:

> Date: Mon, 6 Jul 2009 22:02:20 +0200
> From: Mateusz Kaduk <mateusz.kaduk@...>
> Reply-To: Ekiga mailing list <ekiga-list@...>
> To: Ekiga mailing list <ekiga-list@...>
> Subject: Re: [Ekiga-list] ANNOUNCE - Ekiga 3.2.5 [STABLE] available
>
> I am looking forward to see it in Debian sid
>
> 2009/7/6 Eugen Dedu <Eugen.Dedu@...>:
>> This is the five stable release of the 3.2 version of Ekiga.
>

And I, in Debian 4.0 and 5.0, and Ubuntu 8.04 ...

--
Bret Busby
Armadale
West Australia
..............

"So once you do know what the question actually is,
  you'll know what the answer means."
- Deep Thought,
   Chapter 28 of Book 1 of
   "The Hitchhiker's Guide to the Galaxy:
   A Trilogy In Four Parts",
   written by Douglas Adams,
   published by Pan Books, 1992

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Volker Bradley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Installed it easily in Kubuntu Jaunty:
wget ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.5.tar.bz2
wget ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-3.6.4.tar.bz2
wget ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/ptlib-2.6.4.tar.bz2
sudo dpkg -r libopal3.6.1-dev libopal3.6.1
sudo dpkg -r libpt2.6.1-dev libpt2.6.1 libpt2.6.1-plugins-v4l2 libpt2.6.1-plugins-alsa
sudo dpkg -r ekiga
tar jxvf ptlib-2.6.4.tar.bz2
cd ptlib-2.6.4
.configure
make
sudo checkinstall
cd ..
tar jxvf opal-3.6.4.tar.bz2
cd opal-3.6.4
./configure
make
sudo checkinstall
cd ..
sudo apt-get install intltool libgtk2.0-dev libgconf2-dev libsigc++-2.0-dev libgconf2-dev libebook1.2-dev libldap2-dev libsasl2-dev libxv-dev libdbus-glib-1-dev -y
tar jxvf ekiga-3.2.5.tar.bz2
cd ekiga-3.2.5
./configure
make
sudo checkinstall
sudo cp /usr/local/lib/libpt.so.2.6.4 /usr/lib
sudo cp /usr/local/lib/libopal.so.3.6.4 /usr/lib
Installed in minutes.
Volker



On Tue, Jul 7, 2009 at 2:42 AM, Bret Busby <bret@...> wrote:
On Mon, 6 Jul 2009, Mateusz Kaduk wrote:

Date: Mon, 6 Jul 2009 22:02:20 +0200
From: Mateusz Kaduk <mateusz.kaduk@...>
Reply-To: Ekiga mailing list <ekiga-list@...>
To: Ekiga mailing list <ekiga-list@...>
Subject: Re: [Ekiga-list] ANNOUNCE - Ekiga 3.2.5 [STABLE] available


I am looking forward to see it in Debian sid

2009/7/6 Eugen Dedu <Eugen.Dedu@...>:
This is the five stable release of the 3.2 version of Ekiga.


And I, in Debian 4.0 and 5.0, and Ubuntu 8.04 ...

--
Bret Busby
Armadale
West Australia
..............

"So once you do know what the question actually is,
 you'll know what the answer means."
- Deep Thought,
 Chapter 28 of Book 1 of
 "The Hitchhiker's Guide to the Galaxy:
 A Trilogy In Four Parts",
 written by Douglas Adams,
 published by Pan Books, 1992

....................................................

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


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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Volker Bradley wrote:

> Installed it easily in Kubuntu Jaunty:
> wget ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.5.tar.bz2
> wget ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-3.6.4.tar.bz2
> wget ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/ptlib-2.6.4.tar.bz2
> sudo dpkg -r libopal3.6.1-dev libopal3.6.1
> sudo dpkg -r libpt2.6.1-dev libpt2.6.1 libpt2.6.1-plugins-v4l2
> libpt2.6.1-plugins-alsa
> sudo dpkg -r ekiga
> tar jxvf ptlib-2.6.4.tar.bz2
> cd ptlib-2.6.4
> .configure
> make
> sudo checkinstall
> cd ..
> tar jxvf opal-3.6.4.tar.bz2
> cd opal-3.6.4
> ./configure
> make
> sudo checkinstall
> cd ..
> sudo apt-get install intltool libgtk2.0-dev libgconf2-dev libsigc++-2.0-dev
> libgconf2-dev libebook1.2-dev libldap2-dev libsasl2-dev libxv-dev
> libdbus-glib-1-dev -y
> tar jxvf ekiga-3.2.5.tar.bz2
> cd ekiga-3.2.5
> ./configure
> make
> sudo checkinstall
> sudo cp /usr/local/lib/libpt.so.2.6.4 /usr/lib
> sudo cp /usr/local/lib/libopal.so.3.6.4 /usr/lib
> Installed in minutes.

Very good news!

> Volker
>
>
>
> On Tue, Jul 7, 2009 at 2:42 AM, Bret Busby <bret@...> wrote:
>
>> On Mon, 6 Jul 2009, Mateusz Kaduk wrote:
>>
>>  Date: Mon, 6 Jul 2009 22:02:20 +0200
>>> From: Mateusz Kaduk <mateusz.kaduk@...>
>>> Reply-To: Ekiga mailing list <ekiga-list@...>
>>> To: Ekiga mailing list <ekiga-list@...>
>>> Subject: Re: [Ekiga-list] ANNOUNCE - Ekiga 3.2.5 [STABLE] available
>>>
>>> I am looking forward to see it in Debian sid
>>>
>>> 2009/7/6 Eugen Dedu <Eugen.Dedu@...>:
>>>
>>>> This is the five stable release of the 3.2 version of Ekiga.
>>>>
>>>
>> And I, in Debian 4.0 and 5.0, and Ubuntu 8.04 ...
>>
>> --
>> Bret Busby
>> Armadale
>> West Australia
>> ..............
>>
>> "So once you do know what the question actually is,
>>  you'll know what the answer means."
>> - Deep Thought,
>>  Chapter 28 of Book 1 of
>>  "The Hitchhiker's Guide to the Galaxy:
>>  A Trilogy In Four Parts",
>>  written by Douglas Adams,
>>  published by Pan Books, 1992
>>
>> ....................................................
>>
>> _______________________________________________
>> ekiga-list mailing list
>> ekiga-list@...
>> http://mail.gnome.org/mailman/listinfo/ekiga-list
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Jim Diamond :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul  7, 2009 at 05:53 (-0400), Volker Bradley wrote:

> Installed it easily in Kubuntu Jaunty:
> wget ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.5.tar.bz2
> wget ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-3.6.4.tar.bz2
> wget ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/ptlib-2.6.4.tar.bz2
> sudo dpkg -r libopal3.6.1-dev libopal3.6.1
> sudo dpkg -r libpt2.6.1-dev libpt2.6.1 libpt2.6.1-plugins-v4l2
> libpt2.6.1-plugins-alsa
> sudo dpkg -r ekiga
> tar jxvf ptlib-2.6.4.tar.bz2
> cd ptlib-2.6.4
> .configure
> make
> sudo checkinstall
> cd ..
> tar jxvf opal-3.6.4.tar.bz2
> cd opal-3.6.4
> ./configure
> make
> sudo checkinstall
> cd ..
> sudo apt-get install intltool libgtk2.0-dev libgconf2-dev libsigc++-2.0-dev
> libgconf2-dev libebook1.2-dev libldap2-dev libsasl2-dev libxv-dev
> libdbus-glib-1-dev -y
> tar jxvf ekiga-3.2.5.tar.bz2
> cd ekiga-3.2.5
> ./configure
> make
> sudo checkinstall
> sudo cp /usr/local/lib/libpt.so.2.6.4 /usr/lib
> sudo cp /usr/local/lib/libopal.so.3.6.4 /usr/lib
> Installed in minutes.

Volker,

thanks for the instructions.


Volker et al...


I tried compiling this on Knoppix 6.0.1

In the end I could not convince Knoppix, apt-get and ekiga's configure
script to see eye-to-eye regarding dbus, and had to configure it with
        --disable-dbus
After that it compiled smoothly enough; the entire configure line was
./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --disable-dbus --disable-gnome --disable-gconf --disable-avahi --disable-gdu --disable-eds --disable-xcap --disable-kde --disable-kab --disable-gstreamer --disable-static --build=i486-slackware-linux



Problem 1
---------
Unfortunately, it is unable to see any audio or video devices this
way.  Does it use dbus to figure out the a/v devices, or do the
assembled masses think my problem is unrelated to that?



I also compiled it on Slackware 12.2 (an infinitely simpler process
than for Knoppix, as it turns out, using slight mods of the SlackBuild
scripts on www.slackbuild.org).

Problem 2
---------
On Slackware ekiga refuses to see my ov511 web cam, although it is
happy with my Logitech web cam (a pwc-based web cam).  Has ekiga given
up on older web cams?  This web cam works happily with other video
applications on that system.



Problem 3
---------
Ignoring problems 1 and 2, with the Logitech web cam on the Slackware
system, I connected from the Slackware system to the Knoppix system with
        h323:192.168.1.10
Although the call goes through, the video does not show up on the
Knoppix system.  Instead, the gui on the Slackware system goes
berserk, quickly switching between the small moving logo and the
larger (320x240) image from my web cam.  Since they are different
sizes, the window keeps changing size.

If I connect with sip:user@... the Knoppix end sees a small
version of my video, rather than the 320x240.

In both cases it is using Speex and H261.  The Slackware version was
compiled with other codecs, the Knoppix version only has that video codec.


If I connect from Knoppix to Slackware, with sip it works the same as above.
With h323, there is no flashing as above, but the (small version) of
the video is shown at both ends.


Can anyone suggest any solutions to these problems?


Thanks.
                        Jim
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jim Diamond wrote:

> On Tue, Jul  7, 2009 at 05:53 (-0400), Volker Bradley wrote:
>
>> Installed it easily in Kubuntu Jaunty:
>> wget ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.5.tar.bz2
>> wget ftp://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-3.6.4.tar.bz2
>> wget ftp://ftp.gnome.org/pub/gnome/sources/ptlib/2.6/ptlib-2.6.4.tar.bz2
>> sudo dpkg -r libopal3.6.1-dev libopal3.6.1
>> sudo dpkg -r libpt2.6.1-dev libpt2.6.1 libpt2.6.1-plugins-v4l2
>> libpt2.6.1-plugins-alsa
>> sudo dpkg -r ekiga
>> tar jxvf ptlib-2.6.4.tar.bz2
>> cd ptlib-2.6.4
>> .configure
>> make
>> sudo checkinstall
>> cd ..
>> tar jxvf opal-3.6.4.tar.bz2
>> cd opal-3.6.4
>> ./configure
>> make
>> sudo checkinstall
>> cd ..
>> sudo apt-get install intltool libgtk2.0-dev libgconf2-dev libsigc++-2.0-dev
>> libgconf2-dev libebook1.2-dev libldap2-dev libsasl2-dev libxv-dev
>> libdbus-glib-1-dev -y
>> tar jxvf ekiga-3.2.5.tar.bz2
>> cd ekiga-3.2.5
>> ./configure
>> make
>> sudo checkinstall
>> sudo cp /usr/local/lib/libpt.so.2.6.4 /usr/lib
>> sudo cp /usr/local/lib/libopal.so.3.6.4 /usr/lib
>> Installed in minutes.
>
> Volker,
>
> thanks for the instructions.
>
>
> Volker et al...
>
>
> I tried compiling this on Knoppix 6.0.1
>
> In the end I could not convince Knoppix, apt-get and ekiga's configure
> script to see eye-to-eye regarding dbus, and had to configure it with
> --disable-dbus

The main error is here.  What is the error with dbus enabled?

> After that it compiled smoothly enough; the entire configure line was
> ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --disable-dbus --disable-gnome --disable-gconf --disable-avahi --disable-gdu --disable-eds --disable-xcap --disable-kde --disable-kab --disable-gstreamer --disable-static --build=i486-slackware-linux
>
>
>
> Problem 1
> ---------
> Unfortunately, it is unable to see any audio or video devices this
> way.  Does it use dbus to figure out the a/v devices, or do the
> assembled masses think my problem is unrelated to that?

I think dbus is mandatory for device discovery.  Could someone confirm?

> I also compiled it on Slackware 12.2 (an infinitely simpler process
> than for Knoppix, as it turns out, using slight mods of the SlackBuild
> scripts on www.slackbuild.org).
>
> Problem 2
> ---------
> On Slackware ekiga refuses to see my ov511 web cam, although it is
> happy with my Logitech web cam (a pwc-based web cam).  Has ekiga given
> up on older web cams?  This web cam works happily with other video
> applications on that system.

Have you libv4l library installed?  If yes, please send the -d 4 output...

> Problem 3
> ---------
> Ignoring problems 1 and 2, with the Logitech web cam on the Slackware
> system, I connected from the Slackware system to the Knoppix system with
> h323:192.168.1.10
> Although the call goes through, the video does not show up on the
> Knoppix system.  Instead, the gui on the Slackware system goes
> berserk, quickly switching between the small moving logo and the
> larger (320x240) image from my web cam.  Since they are different
> sizes, the window keeps changing size.
>
> If I connect with sip:user@... the Knoppix end sees a small
> version of my video, rather than the 320x240.
>
> In both cases it is using Speex and H261.  The Slackware version was
> compiled with other codecs, the Knoppix version only has that video codec.
>
>
> If I connect from Knoppix to Slackware, with sip it works the same as above.
> With h323, there is no flashing as above, but the (small version) of
> the video is shown at both ends.
>
>
> Can anyone suggest any solutions to these problems?
>
>
> Thanks.
> Jim
> _______________________________________________
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>


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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Jim Diamond :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul  7, 2009 at 21:31 (+0200), Eugen Dedu wrote:

Thanks for the quick response.

> Jim Diamond wrote:

>> I tried compiling this on Knoppix 6.0.1

>> In the end I could not convince Knoppix, apt-get and ekiga's configure
>> script to see eye-to-eye regarding dbus, and had to configure it with
>> --disable-dbus

> The main error is here.  What is the error with dbus enabled?

Here is the end of the output from configure:

------------------
checking for XV... yes
checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.36 dbus-glib-1 >= 0.36) were not met:

No package 'dbus-1' found
No package 'dbus-glib-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
------------------

OK, I'll just try installing dubs-1:

------------------
sudo apt-get install dbus-1
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package dbus-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  dbus
E: Package dbus-1 has no installation candidate
------------------

It may well just be that I am not debian-compliant, but I don't know
what to install, and a (quick) web search did not help me on this one.


If someone can tell me how to make configure happy, I'd be even
happier.  Or tell me which packages to install...


I tried fooling configure by saying
env DBUS_LIB=" " DBUS_CFLAGS=" " ./configure ...
but some compile or link eventually crashed and burned.



>> Problem 1
>> ---------
>> Unfortunately, it is unable to see any audio or video devices this
>> way.  Does it use dbus to figure out the a/v devices, or do the
>> assembled masses think my problem is unrelated to that?

> I think dbus is mandatory for device discovery.  Could someone confirm?

>> I also compiled it on Slackware 12.2 (an infinitely simpler process
>> than for Knoppix, as it turns out, using slight mods of the SlackBuild
>> scripts on www.slackbuild.org).

>> Problem 2
>> ---------
>> On Slackware ekiga refuses to see my ov511 web cam, although it is
>> happy with my Logitech web cam (a pwc-based web cam).  Has ekiga given
>> up on older web cams?  This web cam works happily with other video
>> applications on that system.

> Have you libv4l library installed?  If yes, please send the -d 4 output...
I have libv4l-0.5.7 compiled and installed with the Slackware 12.2 slackbuild.

The output is a bit large to include here.  You can get it from
        http://cs.acadiau.ca/~jdiamond/ekiga-d4.out

As I recall, older versions of ekiga (or maybe gnomemeeting) got you
to select V4L or V4L2.  I don't see that choice any more.  The camera
that works required, as I recall, V4L2 whereas this one required V4L.
So maybe the code to deal with V4L vs. V4L2 has an issue.


Thanks.
                                Jim
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jim Diamond wrote:

> On Tue, Jul  7, 2009 at 21:31 (+0200), Eugen Dedu wrote:
>
> Thanks for the quick response.
>
>> Jim Diamond wrote:
>
>>> I tried compiling this on Knoppix 6.0.1
>
>>> In the end I could not convince Knoppix, apt-get and ekiga's configure
>>> script to see eye-to-eye regarding dbus, and had to configure it with
>>> --disable-dbus
>
>> The main error is here.  What is the error with dbus enabled?
>
> Here is the end of the output from configure:
>
> ------------------
> checking for XV... yes
> checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.36 dbus-glib-1 >= 0.36) were not met:
>
> No package 'dbus-1' found
> No package 'dbus-glib-1' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables DBUS_CFLAGS
> and DBUS_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> ------------------
>
> OK, I'll just try installing dubs-1:
>
> ------------------
> sudo apt-get install dbus-1
> Reading package lists... Done
> Building dependency tree      
> Reading state information... Done
> Package dbus-1 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>   dbus
> E: Package dbus-1 has no installation candidate
> ------------------

According to http://slackfind.net/en/packages/search/?name=dbus, on
slackware the package is named simply dbus.

I'll check why ekiga configure shows dbus-1, not dbus...

> It may well just be that I am not debian-compliant, but I don't know
> what to install, and a (quick) web search did not help me on this one.
>
>
> If someone can tell me how to make configure happy, I'd be even
> happier.  Or tell me which packages to install...
>
>
> I tried fooling configure by saying
> env DBUS_LIB=" " DBUS_CFLAGS=" " ./configure ...
> but some compile or link eventually crashed and burned.
>
>
>
>>> Problem 1
>>> ---------
>>> Unfortunately, it is unable to see any audio or video devices this
>>> way.  Does it use dbus to figure out the a/v devices, or do the
>>> assembled masses think my problem is unrelated to that?
>
>> I think dbus is mandatory for device discovery.  Could someone confirm?
>
>>> I also compiled it on Slackware 12.2 (an infinitely simpler process
>>> than for Knoppix, as it turns out, using slight mods of the SlackBuild
>>> scripts on www.slackbuild.org).
>
>>> Problem 2
>>> ---------
>>> On Slackware ekiga refuses to see my ov511 web cam, although it is
>>> happy with my Logitech web cam (a pwc-based web cam).  Has ekiga given
>>> up on older web cams?  This web cam works happily with other video
>>> applications on that system.
>
>> Have you libv4l library installed?  If yes, please send the -d 4 output...
> I have libv4l-0.5.7 compiled and installed with the Slackware 12.2 slackbuild.
>
> The output is a bit large to include here.  You can get it from
> http://cs.acadiau.ca/~jdiamond/ekiga-d4.out
>
> As I recall, older versions of ekiga (or maybe gnomemeeting) got you
> to select V4L or V4L2.  I don't see that choice any more.  The camera
> that works required, as I recall, V4L2 whereas this one required V4L.
> So maybe the code to deal with V4L vs. V4L2 has an issue.
>
>
> Thanks.
> Jim
> _______________________________________________
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Joseph Comfort :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

ptlib and opal compile fine on SuSE 11.1 with gcc 4.3.3.

Ekiga is going very well (after disabling ldap) until:
Making all in help
make[2]: Entering directory `/usr/local/ekiga-3.2.5/help'
xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga
--stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
"-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
--stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam
db2omf.help_dir "/usr/local/share/gnome/help" --stringparam
db2omf.omf_in "/usr/local/ekiga-3.2.5/help/ekiga.omf.in"
`/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || {
rm -f "ekiga-C.omf"; exit 1; }
compilation error: file C/ekiga.xml line 10 element article
xsltParseStylesheetProcess : document is not a stylesheet
make[2]: *** [ekiga-C.omf] Error 1
make[2]: Leaving directory `/usr/local/ekiga-3.2.5/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/ekiga-3.2.5'
make: *** [all] Error 2

I've seen this before and could not get around it.  Any fix?

Joe Comfort
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Jim Diamond :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul  7, 2009 at 23:18 (+0200), Eugen Dedu wrote:

> Jim Diamond wrote:
>> On Tue, Jul  7, 2009 at 21:31 (+0200), Eugen Dedu wrote:

>> Thanks for the quick response.

>>> Jim Diamond wrote:

>>>> I tried compiling this on Knoppix 6.0.1

>>>> In the end I could not convince Knoppix, apt-get and ekiga's configure
>>>> script to see eye-to-eye regarding dbus, and had to configure it with
>>>> --disable-dbus

>>> The main error is here.  What is the error with dbus enabled?

>> Here is the end of the output from configure:

>> ------------------
>> checking for XV... yes
>> checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.36 dbus-glib-1 >= 0.36) were not met:

>> No package 'dbus-1' found
>> No package 'dbus-glib-1' found

>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix.

>> Alternatively, you may set the environment variables DBUS_CFLAGS
>> and DBUS_LIBS to avoid the need to call pkg-config.
>> See the pkg-config man page for more details.
>> ------------------

>> OK, I'll just try installing dubs-1:

>> ------------------
>> sudo apt-get install dbus-1
>> Reading package lists... Done
>> Building dependency tree       Reading state information... Done
>> Package dbus-1 is not available, but is referred to by another package.
>> This may mean that the package is missing, has been obsoleted, or
>> is only available from another source
>> However the following packages replace it:
>> dbus
>> E: Package dbus-1 has no installation candidate
>> ------------------

> According to http://slackfind.net/en/packages/search/?name=dbus, on  
> slackware the package is named simply dbus.

The missing dbus (and devices) are on Knoppix 6.0.1.
Compiling it on Slackware was trivial.

Slackware doesn't show up on the problem parade until #2 :-)

> I'll check why ekiga configure shows dbus-1, not dbus...


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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Yannick-GNU/Linux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joseph Comfort a écrit :

> ptlib and opal compile fine on SuSE 11.1 with gcc 4.3.3.
>
> Ekiga is going very well (after disabling ldap) until:
> Making all in help
> make[2]: Entering directory `/usr/local/ekiga-3.2.5/help'
> xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga
> --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
> "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
> --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam
> db2omf.help_dir "/usr/local/share/gnome/help" --stringparam
> db2omf.omf_in "/usr/local/ekiga-3.2.5/help/ekiga.omf.in"
> `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || {
> rm -f "ekiga-C.omf"; exit 1; }
> compilation error: file C/ekiga.xml line 10 element article
> xsltParseStylesheetProcess : document is not a stylesheet
> make[2]: *** [ekiga-C.omf] Error 1
> make[2]: Leaving directory `/usr/local/ekiga-3.2.5/help'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/ekiga-3.2.5'
> make: *** [all] Error 2
>
> I've seen this before and could not get around it.  Any fix?

probably if you disable documentation (disable-doc or something like
that, check in configure)

>
> Joe Comfort
> _______________________________________________
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>
>

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Christian Schäfer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jim Diamond wrote:
> The missing dbus (and devices) are on Knoppix 6.0.1.
> Compiling it on Slackware was trivial.

Try installing libdbus-1-3, libdbus-1-dev, libdbus-glib-1-2,
libdbus-glib-1-dev and see if that helps (the exact numbers may differ,
though, 'apt-cache search libdbus' should give information on the exact
names).

Chris

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Joseph Comfort :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



yannick wrote:

> Joseph Comfort a écrit :
>> ptlib and opal compile fine on SuSE 11.1 with gcc 4.3.3.
>>
>> Ekiga is going very well (after disabling ldap) until:
>> Making all in help
>> make[2]: Entering directory `/usr/local/ekiga-3.2.5/help'
>> xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga
>> --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
>> "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
>> --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam
>> db2omf.help_dir "/usr/local/share/gnome/help" --stringparam
>> db2omf.omf_in "/usr/local/ekiga-3.2.5/help/ekiga.omf.in"
>> `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || {
>> rm -f "ekiga-C.omf"; exit 1; }
>> compilation error: file C/ekiga.xml line 10 element article
>> xsltParseStylesheetProcess : document is not a stylesheet
>> make[2]: *** [ekiga-C.omf] Error 1
>> make[2]: Leaving directory `/usr/local/ekiga-3.2.5/help'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/usr/local/ekiga-3.2.5'
>> make: *** [all] Error 2
>>
>> I've seen this before and could not get around it.  Any fix?
>
> probably if you disable documentation (disable-doc or something like
> that, check in configure)
>
> ekiga-list mailing list
> ekiga-list@...
> http://mail.gnome.org/mailman/listinfo/ekiga-list
>
No, sorry, there is nothing that works.  I tried
--disable-schemas-install (a listed option); --disable-documentation;
--disable-doc; --disable-help; and --without-help


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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Jim Diamond :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jul  7, 2009 at 17:29 (-0400), Christian Schäfer wrote:

> Jim Diamond wrote:
>> The missing dbus (and devices) are on Knoppix 6.0.1.
>> Compiling it on Slackware was trivial.

> Try installing libdbus-1-3, libdbus-1-dev, libdbus-glib-1-2,  
> libdbus-glib-1-dev and see if that helps (the exact numbers may differ,  
> though, 'apt-cache search libdbus' should give information on the exact  
> names).

Chris,

thanks very much for those hints.  It turns out that by installing
those (actually, I think it said I didn't need libdbus-glib-1-2, it
was already there), I was able to get through the configure and compile.

Unfortunately, it still doesn't notice that I have a camera attached
to the system...

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Christian Schäfer-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jim Diamond wrote:

>> Try installing libdbus-1-3, libdbus-1-dev, libdbus-glib-1-2,  
>> libdbus-glib-1-dev and see if that helps (the exact numbers may differ,  
>> though, 'apt-cache search libdbus' should give information on the exact  
>> names).
> thanks very much for those hints.  It turns out that by installing
> those (actually, I think it said I didn't need libdbus-glib-1-2, it
> was already there), I was able to get through the configure and compile.
>
> Unfortunately, it still doesn't notice that I have a camera attached
> to the system...

It may be the same problem, i.e. missing dev-packages. Perhaps
libv4l-dev is missing on your system. When configuring ptlib, make sure
it recognizes v4l2 in the output of ./configure. Afterwards, configure
and compile ekiga (and opal to be on the safe side) again. Generally, it
is always as good idea to check for missing things during the configure run.
Hope that helps.

Chris

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joseph Comfort wrote:

>
> yannick wrote:
>> Joseph Comfort a écrit :
>>> ptlib and opal compile fine on SuSE 11.1 with gcc 4.3.3.
>>>
>>> Ekiga is going very well (after disabling ldap) until:
>>> Making all in help
>>> make[2]: Entering directory `/usr/local/ekiga-3.2.5/help'
>>> xsltproc -o ekiga-C.omf --stringparam db2omf.basename ekiga
>>> --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd
>>> "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang C
>>> --stringparam db2omf.omf_dir "/usr/local/share/omf" --stringparam
>>> db2omf.help_dir "/usr/local/share/gnome/help" --stringparam
>>> db2omf.omf_in "/usr/local/ekiga-3.2.5/help/ekiga.omf.in"
>>> `/usr/bin/pkg-config --variable db2omf gnome-doc-utils` C/ekiga.xml || {
>>> rm -f "ekiga-C.omf"; exit 1; }
>>> compilation error: file C/ekiga.xml line 10 element article
>>> xsltParseStylesheetProcess : document is not a stylesheet
>>> make[2]: *** [ekiga-C.omf] Error 1
>>> make[2]: Leaving directory `/usr/local/ekiga-3.2.5/help'
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory `/usr/local/ekiga-3.2.5'
>>> make: *** [all] Error 2
>>>
>>> I've seen this before and could not get around it.  Any fix?
>> probably if you disable documentation (disable-doc or something like
>> that, check in configure)
>>
>> ekiga-list mailing list
>> ekiga-list@...
>> http://mail.gnome.org/mailman/listinfo/ekiga-list
>>
> No, sorry, there is nothing that works.  I tried
> --disable-schemas-install (a listed option); --disable-documentation;
> --disable-doc; --disable-help; and --without-help

Could you try http://markmail.org/message/xxrsax2lkrutlfbd and
subsequent answers in the list?  They tell to make a modification
related to pkg-config.

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jim Diamond wrote:

> On Tue, Jul  7, 2009 at 21:31 (+0200), Eugen Dedu wrote:
>
> Thanks for the quick response.
>
>> Jim Diamond wrote:
>
>>> I tried compiling this on Knoppix 6.0.1
>
>>> In the end I could not convince Knoppix, apt-get and ekiga's configure
>>> script to see eye-to-eye regarding dbus, and had to configure it with
>>> --disable-dbus
>
>> The main error is here.  What is the error with dbus enabled?
>
> Here is the end of the output from configure:
>
> ------------------
> checking for XV... yes
> checking for DBUS... configure: error: Package requirements (dbus-1 >= 0.36 dbus-glib-1 >= 0.36) were not met:
>
> No package 'dbus-1' found
> No package 'dbus-glib-1' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables DBUS_CFLAGS
> and DBUS_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> ------------------
>
> OK, I'll just try installing dubs-1:
>
> ------------------
> sudo apt-get install dbus-1
> Reading package lists... Done
> Building dependency tree      
> Reading state information... Done
> Package dbus-1 is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>   dbus
> E: Package dbus-1 has no installation candidate
> ------------------
>
> It may well just be that I am not debian-compliant, but I don't know
> what to install, and a (quick) web search did not help me on this one.
>
>
> If someone can tell me how to make configure happy, I'd be even
> happier.  Or tell me which packages to install...
>
>
> I tried fooling configure by saying
> env DBUS_LIB=" " DBUS_CFLAGS=" " ./configure ...
> but some compile or link eventually crashed and burned.
>
>
>
>>> Problem 1
>>> ---------
>>> Unfortunately, it is unable to see any audio or video devices this
>>> way.  Does it use dbus to figure out the a/v devices, or do the
>>> assembled masses think my problem is unrelated to that?
>
>> I think dbus is mandatory for device discovery.  Could someone confirm?
>
>>> I also compiled it on Slackware 12.2 (an infinitely simpler process
>>> than for Knoppix, as it turns out, using slight mods of the SlackBuild
>>> scripts on www.slackbuild.org).
>
>>> Problem 2
>>> ---------
>>> On Slackware ekiga refuses to see my ov511 web cam, although it is
>>> happy with my Logitech web cam (a pwc-based web cam).  Has ekiga given
>>> up on older web cams?  This web cam works happily with other video
>>> applications on that system.
>
>> Have you libv4l library installed?  If yes, please send the -d 4 output...
> I have libv4l-0.5.7 compiled and installed with the Slackware 12.2 slackbuild.
>
> The output is a bit large to include here.  You can get it from
> http://cs.acadiau.ca/~jdiamond/ekiga-d4.out
>
> As I recall, older versions of ekiga (or maybe gnomemeeting) got you
> to select V4L or V4L2.  I don't see that choice any more.  The camera
> that works required, as I recall, V4L2 whereas this one required V4L.
> So maybe the code to deal with V4L vs. V4L2 has an issue.

You also need to add --enable-v4l in ptlib to enable v4l, since by
default it is not activated (cf.
http://wiki.ekiga.org/index.php/Compiling_Ekiga#PTLib_2).

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

Re: ANNOUNCE - Ekiga 3.2.5 [STABLE] available

by Damien Sandras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le mardi 07 juillet 2009 à 21:31 +0200, Eugen Dedu a écrit :
> > Problem 1
> > ---------
> > Unfortunately, it is unable to see any audio or video devices this
> > way.  Does it use dbus to figure out the a/v devices, or do the
> > assembled masses think my problem is unrelated to that?
>
> I think dbus is mandatory for device discovery.  Could someone confirm?

It is not. It should work without DBUS too (like the WIN32 release).

Most probably the relevant ALSA and V4L2 plugins are not installed.
--
 _     Damien Sandras
(o-      
//\    Ekiga Softphone : http://www.ekiga.org/
v_/_   Be IP           : http://www.beip.be/
       FOSDEM          : http://www.fosdem.org/
       SIP Phone       : sip:dsandras@...
                       

_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list
< Prev | 1 - 2 | Next >