public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
@ 2008-10-29 11:02 Christian Hoene
  2008-10-29 18:41 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Hoene @ 2008-10-29 11:02 UTC (permalink / raw)
  To: bluez-devel, ekiga-devel-list

Hello,

I just want to hint to the fact that the file in "sbc.c" containing the
Bluetooth audio codec appears twice in the repository of Ekiga/Opal =

> svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk
opal/plugins/audio/SBC/sbc.c
and as file "bluez/sbc/sbc.c" in
git://git.kernel.org/pub/scm/bluetooth/bluez.git.

Maybe, somebody has an idea to keep both versions in sync if one is
changing? Or is it not necessary?

Best regards,

 Christian


--------------------------------------------------------
Dr.-Ing. Christian Hoene
Computer Networks and Internet, University of T=FCbingen
Sand 13, 72076 T=FCbingen, Germany, Phone +49 7071 2970532
http://net.informatik.uni-tuebingen.de/~hoene




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great priz=
es
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=3D100&url=3D/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
  2008-10-29 11:02 [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez Christian Hoene
@ 2008-10-29 18:41 ` Marcel Holtmann
  2008-10-29 19:39   ` Christian Hoene
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2008-10-29 18:41 UTC (permalink / raw)
  To: BlueZ development; +Cc: ekiga-devel-list

Hi Christian,

> I just want to hint to the fact that the file in "sbc.c" containing  
> the
> Bluetooth audio codec appears twice in the repository of Ekiga/Opal
>> svn co https://opalvoip.svn.sourceforge.net/svnroot/opalvoip/opal/trunk
> opal/plugins/audio/SBC/sbc.c
> and as file "bluez/sbc/sbc.c" in
> git://git.kernel.org/pub/scm/bluetooth/bluez.git.
>
> Maybe, somebody has an idea to keep both versions in sync if one is
> changing? Or is it not necessary?

can we first talk about you statically linking MPL and LGPL code  
together. This doesn't look like a good idea to me.

Regards

Marcel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
  2008-10-29 18:41 ` Marcel Holtmann
@ 2008-10-29 19:39   ` Christian Hoene
  2008-10-30 18:06     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Christian Hoene @ 2008-10-29 19:39 UTC (permalink / raw)
  To: 'BlueZ development'; +Cc: ekiga-devel-list

> can we first talk about you statically linking MPL and LGPL code
> together. This doesn't look like a good idea to me.

Actually, it is the SBC codec plugin for Opal that is loaded dynamically.
Does this make things better or worse?

Regards, 
 Christian




> 
> Regards
> 
> Marcel
> 
> 
> -----------------------------------------------------------------------
> --
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
  2008-10-29 19:39   ` Christian Hoene
@ 2008-10-30 18:06     ` Marcel Holtmann
  2008-10-31  0:04       ` Craig Southeren
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2008-10-30 18:06 UTC (permalink / raw)
  To: hoene, BlueZ development; +Cc: ekiga-devel-list

Hi Christian,

>> can we first talk about you statically linking MPL and LGPL code
>> together. This doesn't look like a good idea to me.
>
> Actually, it is the SBC codec plugin for Opal that is loaded  
> dynamically.
> Does this make things better or worse?

that should be fine, but you need to put LGPL on the parts you wrote  
to include the SBC routines and make them work.

Regards

Marcel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
  2008-10-30 18:06     ` Marcel Holtmann
@ 2008-10-31  0:04       ` Craig Southeren
  2008-10-31  7:09         ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Craig Southeren @ 2008-10-31  0:04 UTC (permalink / raw)
  To: BlueZ development; +Cc: ekiga-devel-list

Marcel Holtmann wrote:
> Hi Christian,
> =

>>> can we first talk about you statically linking MPL and LGPL code
>>> together. This doesn't look like a good idea to me.
>> Actually, it is the SBC codec plugin for Opal that is loaded  =

>> dynamically.
>> Does this make things better or worse?
> =

> that should be fine, but you need to put LGPL on the parts you wrote  =

> to include the SBC routines and make them work.

Is there a library that contains the SBC functions that we can link =

against ?

    Craig
-- =


-----------------------------------------------------------------------
  Craig Southeren          Post Increment =96 VoIP Consulting and Software
  craigs@postincrement.com.au                   www.postincrement.com.au

  Phone:  +61 243654666      ICQ: #86852844
  Fax:    +61 243656905      MSN: craig_southeren@hotmail.com
  Mobile: +61 417231046      Jabber: craigs@jabber.org

  "Science is the poetry of reality." Richard Dawkins


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great priz=
es
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=3D100&url=3D/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez
  2008-10-31  0:04       ` Craig Southeren
@ 2008-10-31  7:09         ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2008-10-31  7:09 UTC (permalink / raw)
  To: BlueZ development; +Cc: ekiga-devel-list

Hi Craig,

>>>> can we first talk about you statically linking MPL and LGPL code
>>>> together. This doesn't look like a good idea to me.
>>> Actually, it is the SBC codec plugin for Opal that is loaded
>>> dynamically.
>>> Does this make things better or worse?
>>
>> that should be fine, but you need to put LGPL on the parts you wrote
>> to include the SBC routines and make them work.
>
> Is there a library that contains the SBC functions that we can link
> against ?

not at the moment. We might do this at some point, but first we have  
to make sure we are not touching the API anymore.

Regards

Marcel


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-31  7:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 11:02 [Bluez-devel] Common file "sbc.c" in Ekiga/Opal and Bluez Christian Hoene
2008-10-29 18:41 ` Marcel Holtmann
2008-10-29 19:39   ` Christian Hoene
2008-10-30 18:06     ` Marcel Holtmann
2008-10-31  0:04       ` Craig Southeren
2008-10-31  7:09         ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox