Debian snapshots reloaded

View: New views
8 Messages — Rating Filter:   Alert me  

Debian snapshots reloaded

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Ekiga snapshots (trunk/master) on debian have just been updated, they
will be available this night UTC.  There are a few changes:

- ekiga now depends on libboost packages, as per code changes, instead
of libsigc++
- all the plugins except pulse are grouped into one -plugins package, as
per official debian packaging; the replacement from -plugins-... to
-plugins should be done automatically
- ekiga is split between one executable, one library and two plugins
(evolution and ldap).  evolution-data-server is not mandatory: if it
exists, ekiga will use it, if not it just does not use it :o)

- temporarily, until some bug involving EchoCanceler is fixed,
opal/ekiga use speex(dsp) libraries not from the system, but the version
from its own code

Note also that the trunk is a bit unstable at the moment.

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

Re: Debian snapshots reloaded

by Damien Sandras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
Hi,

Ekiga snapshots (trunk/master) on debian have just been updated, they
will be available this night UTC.  There are a few changes:

- ekiga now depends on libboost packages, as per code changes, instead
of libsigc++
- all the plugins except pulse are grouped into one -plugins package, as
per official debian packaging; the replacement from -plugins-... to
-plugins should be done automatically
- ekiga is split between one executable, one library and two plugins
(evolution and ldap).  evolution-data-server is not mandatory: if it
exists, ekiga will use it, if not it just does not use it :o)

- temporarily, until some bug involving EchoCanceler is fixed,
opal/ekiga use speex(dsp) libraries not from the system, but the version
from its own code

Note also that the trunk is a bit unstable at the moment.


When pulse is the only audio plugin, does the audio devices page disappear as expected ?
Does it solve Yannick's issues with sound events on transfer ?

-- 
 _     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

Re: Debian snapshots reloaded

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

Reply to Author | View Threaded | Show Only this Message

Damien Sandras a écrit :

> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
>
>> Hi,
>>
>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>> will be available this night UTC.  There are a few changes:
>>
>> - ekiga now depends on libboost packages, as per code changes, instead
>> of libsigc++
>> - all the plugins except pulse are grouped into one -plugins package, as
>> per official debian packaging; the replacement from -plugins-... to
>> -plugins should be done automatically
>> - ekiga is split between one executable, one library and two plugins
>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>> exists, ekiga will use it, if not it just does not use it :o)
>>
>> - temporarily, until some bug involving EchoCanceler is fixed,
>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>> from its own code
>>
>> Note also that the trunk is a bit unstable at the moment.
>>
>
>
> When pulse is the only audio plugin, does the audio devices page
> disappear as expected ?
> Does it solve Yannick's issues with sound events on transfer ?
>

Good job eugen! I will port those packages to Ubuntu after I finished
the work on Ekiga.org (and before starting working on ekiga.net, as I
consider testing a high priority).

After releasing those packages for Ubuntu, I will test the issue with
events on transfer.

Best regards,
Yannick
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Debian snapshots reloaded

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Damien Sandras wrote:

> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
>
>> Hi,
>>
>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>> will be available this night UTC.  There are a few changes:
>>
>> - ekiga now depends on libboost packages, as per code changes, instead
>> of libsigc++
>> - all the plugins except pulse are grouped into one -plugins package, as
>> per official debian packaging; the replacement from -plugins-... to
>> -plugins should be done automatically
>> - ekiga is split between one executable, one library and two plugins
>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>> exists, ekiga will use it, if not it just does not use it :o)
>>
>> - temporarily, until some bug involving EchoCanceler is fixed,
>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>> from its own code
>>
>> Note also that the trunk is a bit unstable at the moment.
>>
>
>
> When pulse is the only audio plugin, does the audio devices page
> disappear as expected ?

Yes (sorry for the delay).

Note that with the snapshots (and debian officials too by the way) you
cannot have only pulse as audio plugin, because you need to install the
-plugins package anyway, which has video and the other audio codecs.

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

Re: Debian snapshots reloaded

by Damien Sandras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le lundi 19 octobre 2009 à 20:09 +0200, Eugen Dedu a écrit :
Damien Sandras wrote:
> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
> 
>> Hi,
>>
>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>> will be available this night UTC.  There are a few changes:
>>
>> - ekiga now depends on libboost packages, as per code changes, instead
>> of libsigc++
>> - all the plugins except pulse are grouped into one -plugins package, as
>> per official debian packaging; the replacement from -plugins-... to
>> -plugins should be done automatically
>> - ekiga is split between one executable, one library and two plugins
>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>> exists, ekiga will use it, if not it just does not use it :o)
>>
>> - temporarily, until some bug involving EchoCanceler is fixed,
>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>> from its own code
>>
>> Note also that the trunk is a bit unstable at the moment.
>>
> 
> 
> When pulse is the only audio plugin, does the audio devices page
> disappear as expected ?

Yes (sorry for the delay).

Note that with the snapshots (and debian officials too by the way) you
cannot have only pulse as audio plugin, because you need to install the
-plugins package anyway, which has video and the other audio codecs.


If we want to test pulse, it should change (if pulse is the official default).



Damien Sandras

http://www.ekiga.org
http://www.beip.be



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

Re: Debian snapshots reloaded

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Damien Sandras wrote:

> Le lundi 19 octobre 2009 à 20:09 +0200, Eugen Dedu a écrit :
>
>> Damien Sandras wrote:
>>> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
>>>
>>>> Hi,
>>>>
>>>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>>>> will be available this night UTC.  There are a few changes:
>>>>
>>>> - ekiga now depends on libboost packages, as per code changes, instead
>>>> of libsigc++
>>>> - all the plugins except pulse are grouped into one -plugins package, as
>>>> per official debian packaging; the replacement from -plugins-... to
>>>> -plugins should be done automatically
>>>> - ekiga is split between one executable, one library and two plugins
>>>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>>>> exists, ekiga will use it, if not it just does not use it :o)
>>>>
>>>> - temporarily, until some bug involving EchoCanceler is fixed,
>>>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>>>> from its own code
>>>>
>>>> Note also that the trunk is a bit unstable at the moment.
>>>>
>>>
>>> When pulse is the only audio plugin, does the audio devices page
>>> disappear as expected ?
>> Yes (sorry for the delay).
>>
>> Note that with the snapshots (and debian officials too by the way) you
>> cannot have only pulse as audio plugin, because you need to install the
>> -plugins package anyway, which has video and the other audio codecs.
>>
>
>
> If we want to test pulse, it should change (if pulse is the official
> default).

I do not understand well...  We could just tell people using snapshots
to use it (even if the other audio plugins are present), isn't it?

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

Re: Debian snapshots reloaded

by Damien Sandras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le lundi 19 octobre 2009 à 21:08 +0200, Eugen Dedu a écrit :
Damien Sandras wrote:
> Le lundi 19 octobre 2009 à 20:09 +0200, Eugen Dedu a écrit :
> 
>> Damien Sandras wrote:
>>> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
>>>
>>>> Hi,
>>>>
>>>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>>>> will be available this night UTC.  There are a few changes:
>>>>
>>>> - ekiga now depends on libboost packages, as per code changes, instead
>>>> of libsigc++
>>>> - all the plugins except pulse are grouped into one -plugins package, as
>>>> per official debian packaging; the replacement from -plugins-... to
>>>> -plugins should be done automatically
>>>> - ekiga is split between one executable, one library and two plugins
>>>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>>>> exists, ekiga will use it, if not it just does not use it :o)
>>>>
>>>> - temporarily, until some bug involving EchoCanceler is fixed,
>>>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>>>> from its own code
>>>>
>>>> Note also that the trunk is a bit unstable at the moment.
>>>>
>>>
>>> When pulse is the only audio plugin, does the audio devices page
>>> disappear as expected ?
>> Yes (sorry for the delay).
>>
>> Note that with the snapshots (and debian officials too by the way) you
>> cannot have only pulse as audio plugin, because you need to install the
>> -plugins package anyway, which has video and the other audio codecs.
>>
> 
> 
> If we want to test pulse, it should change (if pulse is the official
> default).

I do not understand well...  We could just tell people using snapshots
to use it (even if the other audio plugins are present), isn't it?


Will they do it ?



Damien Sandras

http://www.ekiga.org
http://www.beip.be



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

Re: Debian snapshots reloaded

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Damien Sandras wrote:

> Le lundi 19 octobre 2009 à 21:08 +0200, Eugen Dedu a écrit :
>
>> Damien Sandras wrote:
>>> Le lundi 19 octobre 2009 à 20:09 +0200, Eugen Dedu a écrit :
>>>
>>>> Damien Sandras wrote:
>>>>> Le vendredi 16 octobre 2009 à 18:35 +0200, Eugen Dedu a écrit :
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Ekiga snapshots (trunk/master) on debian have just been updated, they
>>>>>> will be available this night UTC.  There are a few changes:
>>>>>>
>>>>>> - ekiga now depends on libboost packages, as per code changes, instead
>>>>>> of libsigc++
>>>>>> - all the plugins except pulse are grouped into one -plugins package, as
>>>>>> per official debian packaging; the replacement from -plugins-... to
>>>>>> -plugins should be done automatically
>>>>>> - ekiga is split between one executable, one library and two plugins
>>>>>> (evolution and ldap).  evolution-data-server is not mandatory: if it
>>>>>> exists, ekiga will use it, if not it just does not use it :o)
>>>>>>
>>>>>> - temporarily, until some bug involving EchoCanceler is fixed,
>>>>>> opal/ekiga use speex(dsp) libraries not from the system, but the version
>>>>>> from its own code
>>>>>>
>>>>>> Note also that the trunk is a bit unstable at the moment.
>>>>>>
>>>>> When pulse is the only audio plugin, does the audio devices page
>>>>> disappear as expected ?
>>>> Yes (sorry for the delay).
>>>>
>>>> Note that with the snapshots (and debian officials too by the way) you
>>>> cannot have only pulse as audio plugin, because you need to install the
>>>> -plugins package anyway, which has video and the other audio codecs.
>>>>
>>>
>>> If we want to test pulse, it should change (if pulse is the official
>>> default).
>> I do not understand well...  We could just tell people using snapshots
>> to use it (even if the other audio plugins are present), isn't it?
>>
>
>
> Will they do it ?

If they agree to use snapshots, then they could try pulse as well :o)

We will tell them.  I will do it for next snapshots, ok?

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