Re: Upgrade of bluez breaks A2DP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

things got sorted out ;). As said they changed the way the bluetooth
subsystem talks to PulseAudio (using D-Bus instead of sockets). However
they forgotten to change some of the code. There is a fix, which can be
found under [1], which works just fine. This should be included into the
next upstream release.

Until then you'll have to patch it manually. I'm attaching a diff file
of the appropriate PKGBUILD, as well as the "diff.patch", which patches
the BlueZ sources.

Thanks for your replies, which reinforced my conception of this being a
bug in the first place ;).

Best regards,
Karol Babioch

[1] http://marc.info/?l=linux-bluetooth&m=132759819329771&w=2
*** a/PKGBUILD	2012-01-27 06:06:59.000000000 +0100
--- b/PKGBUILD	2012-01-26 19:09:37.021488055 +0100
***************
*** 27,40 ****
          'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
  source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
          'bluetooth.conf.d'
!         'rc.bluetooth')
  md5sums=('4aca8a0929250212e9a75fb60dd75b05'
           '7412982b440f29fa7f76a41a87fef985'
!          '8f9498707f809506928b2e480d3b6789')
  
  build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
  
    ./configure --prefix=/usr \
      --sysconfdir=/etc \
      --localstatedir=/var \
--- 27,44 ----
          'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
  source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";
          'bluetooth.conf.d'
!         'rc.bluetooth'
! 	    'diff.patch')
  md5sums=('4aca8a0929250212e9a75fb60dd75b05'
           '7412982b440f29fa7f76a41a87fef985'
!          '8f9498707f809506928b2e480d3b6789'
!          'f1d11356d44f0be080c61f3700e1e46b')
  
  build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
  
+   patch -Np1 -i "${srcdir}/diff.patch"
+ 
    ./configure --prefix=/usr \
      --sysconfdir=/etc \
      --localstatedir=/var \

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux