[pulseaudio-commits] Changes to 'bluez5'

Tanu Kaskinen tanuk at kemper.freedesktop.org
Thu Aug 15 08:24:07 PDT 2013


New branch 'bluez5' available with the following commits:
commit 5be14cbb092420178073a518c639751f0328d755
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:55 2013 -0300

    bluetooth: Register BlueZ 4 endpoints in a separate object path
    
    We need diferent object paths for BlueZ 4 and BlueZ 5 endpoints to avoid
    crashing the daemon in the case both modules are loaded in parallel.

commit f7b7861d2ef5cb78d78b33577ac21c7add0c4ab9
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:54 2013 -0300

    bluetooth: Name BlueZ 4 symbols accordingly
    
    We need diferent symbol prefixing for the current BlueZ 4 support and
    the new BlueZ 5 support which is about to enter the codebase, to avoid
    symbol clashing and crashing the daemon in the case both modules are
    loaded at the same time.
    
    This commit replaces all pa_bluetooth_ and pa_bt_ (for consistency)
    prefixes with pa_bluez4_, for both lower-case and upper-case, what was
    done with the following sed commands:
    
     $ sed -i s/pa_bluetooth_/pa_bluez4_/g src/modules/bluetooth/*bluez4*
     $ sed -i s/PA_BLUETOOTH_/PA_BLUEZ4_/g src/modules/bluetooth/*bluez4*
     $ sed -i s/pa_bt_/pa_bluez4_/g src/modules/bluetooth/*bluez4*
     $ sed -i s/PA_BT_/PA_BLUEZ4_/g src/modules/bluetooth/*bluez4*

commit 53089eeeb6136516a6bf2f43aa479dcdd9decdbc
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:53 2013 -0300

    bluetooth: Rename shared struct to make it BlueZ 4 specific

commit 12b9a5131f27581daf711c910a32f3736589b69d
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:52 2013 -0300

    bluetooth: Rename bluetooth modules to BlueZ 4

commit 37fa6c4cfbc58223856391df3f0e4c53828bbfff
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:51 2013 -0300

    bluetooth: Update modules description and copyright
    
    The current set of bluetooth modules only support up to BlueZ 4. Since
    the BlueZ API when through a big change with the release of BlueZ 5 the
    modules will be forked into a new set for BlueZ 5.
    
    This commit also fixes the spelling of Bluetooth (it's a trademark which
    should always be spelled with capital B) and the spelling of my name,
    and also update the copyright note dates throughout the Bluetooth
    modules.

commit 6dd79da8c2b97fecc15a95af81053966f7c859aa
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:50 2013 -0300

    Revert "bluetooth: Detect BlueZ 5"
    
    This reverts commit 2247b187393ef68879162faee8b422da9f5e556f.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 8a451829b1515c9008e7faca58d17aae06ce35b7
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:49 2013 -0300

    Revert "bluetooth: Parse the tree returned by ObjectManager"
    
    This reverts commit c4bd51a34547ed0991ff3c7219c2d5de49669ca8.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 3342d57e83f101b7e191fee15d7a8ab2e1e80b89
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:48 2013 -0300

    Revert "bluetooth: Fix error checking style"
    
    This reverts commit d9ed42c40f744b273c8d466e95dd4a06e41364b9.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 0145ad24c0640767eea7a6ff1673f3c9225496e5
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:47 2013 -0300

    Revert "bluetooth: BlueZ 5 interface rename to org.bluez.MediaEndpoint1"
    
    This reverts commit d22ea7ff7630bef83a3bf8c26cc56c196dec33a1.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 15af235002fbaff532a2fafcf6c457af97e2a572
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:46 2013 -0300

    Revert "bluetooth: BlueZ 5 interface rename to org.bluez.Media1"
    
    This reverts commit 61e8fd8854308cb2d41e6313f25ae7131c912ea8.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 51bbe2febce0564b38279f68d4310aeff0385962
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:45 2013 -0300

    Revert "bluetooth: BlueZ 5 interface rename to org.bluez.MediaTransport1"
    
    This reverts commit cfb96b2530690df113e1aceb5b82fc166f9d2cfd.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit fa43bc6042ba0ab11845beeae7becb1a4eaae577
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:44 2013 -0300

    Revert "bluetooth: Support ObjectManager interface add/remove"
    
    This reverts commit 114edb0696ce979ad10f5616067afda1b76ae4e2.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 017b41d94eadc467a5c2193dea76872f543be39b
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:43 2013 -0300

    Revert "bluetooth: Support Properties.PropertiesChanged signal"
    
    This reverts commit 235611a7d13ab251689f5b480183d7f39e043a2e.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 578be3270388268878c8220010dcfec52738181c
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:42 2013 -0300

    Revert "bluetooth: Parse media transport's properties"
    
    This reverts commit 2f79fb580ad583b2492b567d32630e7e03883855.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit c13027865ee11a0cf12d228569d2f7cad5e39bab
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:41 2013 -0300

    Revert "bluetooth: Support media transport's State property"
    
    This reverts commit 6fdf2b05b8867d4597c497243b469ecd0d8c2426.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit e35c1bee0d00519a0ab24d364a922aec47b7d278
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:40 2013 -0300

    Revert "bluetooth: Update to new BlueZ 5 transport acquire/release API"
    
    This reverts commit 9615def4b96f0bab365ddc03f6c003f382a54752.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.

commit 755f9620b96f5db27121fb68d7c201288748f016
Author: João Paulo Rechi Vita <jprvita at openbossa.org>
Date:   Tue Aug 13 01:53:39 2013 -0300

    Revert "bluetooth: Support transport auto-release"
    
    This reverts commit 0e4c16e120f95b122c7139deb046192927d1b6c7.
    
    This is part of the reversion of BlueZ 5 support so it can be added back
    in a separate set of modules. This makes the code easier to maintain and
    decrease PulseAudio's binary size.



More information about the pulseaudio-commits mailing list