Search Criteria
Package Details: bluez-alsa-git 3.1.0.r97.gd5abf39-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bluez-alsa-git.git (read-only, click to copy) |
---|---|
Package Base: | bluez-alsa-git |
Description: | Bluetooth audio ALSA backend |
Upstream URL: | https://github.com/Arkq/bluez-alsa |
Keywords: | alsa bluetooth bluez |
Licenses: | MIT |
Submitter: | nheird |
Maintainer: | morgenstern |
Last Packager: | morgenstern |
Votes: | 26 |
Popularity: | 0.35 |
First Submitted: | 2016-10-28 17:41 (UTC) |
Last Updated: | 2022-02-25 04:04 (UTC) |
Dependencies (15)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- bluez-libs (bluez-git)
- glib2 (glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- libfdk-aac (fdk-aac-free)
- sbc
- systemd (systemd-homed-containers, systemd-selinux, systemd-git, systemd-pr23511)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- python-docutils (python-docutils1) (make)
- lame (lame-svn, lame-altivec) (optional) – build with mp3 support
- libbsd (libbsd-git) (optional) – build with hcitop tool
- libopenaptx-git (optional) – build with libopenaptx for apt-X
- mpg123 (mpg321, mpg123-svn) (optional) – build with mpg123 decoding support
- ncurses (ncurses-nohex, ncurses-git) (optional) – build with hcitop tool
- readline (readline-athame-git, readline-git) (optional) – build with bluealsa-rfcomm tool
- spandsp (spandsp-fs) (optional) – build mSBC codec support
Latest Comments
neoresin commented on 2022-07-26 20:11 (UTC)
@morgenstern My mistake! Not sure how I missed the message.
morgenstern commented on 2022-07-26 20:09 (UTC)
@neorsein do not flag VCS packages as out-of-date. Please re-run makepkg if you need the latest version.
morgenstern commented on 2022-02-25 03:58 (UTC) (edited on 2022-02-25 20:17 (UTC) by morgenstern)
@BrainDamage this is a build issue, not a dependency issue. See the upstream report here. Should be fixed soon.
I will add spandsp to the
optdepends
array.EDIT: Fixed upstream.
BrainDamage commented on 2022-02-24 17:10 (UTC)
package fails to build a clean chroot with:
In file included from sco.c:29: codec-msbc.h:25:10: fatal error: spandsp.h: No such file or directory 25 | #include <spandsp.h> | ^~~~~~~~~~~
I guess spandsp is missing from the deps
nheird commented on 2022-01-17 14:57 (UTC)
I have disowned this packet since I don't require bluez alsa anymore on Arch.
BumptiousNoob commented on 2021-07-01 11:44 (UTC)
It's good idea add
backup=('etc/default/bluealsa')
I suppose, otherwise it lose all setting on every update
keithspg commented on 2021-02-20 23:11 (UTC)
This package has no sysusers.d file. It will run, but always leaves a message in the journal about a missing user. Personally, I have tried this one:
morgenstern commented on 2021-02-15 22:27 (UTC)
@Busindre for systemd and dbus issues, see the upstream wiki.
Busindre commented on 2020-08-20 22:32 (UTC)
It doesn't work, the service can't be started. This is the error message.
systemctl start bluealsa Failed to start bluealsa.service: Unit dbus-org.bluez.service not found.
SeerLite commented on 2020-06-28 19:48 (UTC) (edited on 2020-06-28 19:49 (UTC) by SeerLite)
I can't start the service, systemctl just hangs. Anyone else with this problem?
I had it working fine but then after a reinstall I can't get it to work anymore for some reason
israel24961 commented on 2020-04-14 20:39 (UTC) (edited on 2020-04-14 20:42 (UTC) by israel24961)
Guys, you are better off, just going to the github and follow the instructions there. Otherwise you will have permissions problems. Tested in archlinux 5.6.3-arch1-1.
nheird commented on 2020-01-05 19:50 (UTC)
@darek-arch: I can't reproduce. This file is installed by the Makefile upstream, with respect to
./configure ... --sysconfdir=/etc ...
.Can you give more details ? Basically, the build should looks like https://0x0.st/zn5W.log following by https://0x0.st/zn5J.log for packaging.
darek-arch commented on 2020-01-05 19:22 (UTC)
I had to manually move the config file, 20-bluealsa.conf, from /usr/etc/alsa/conf.d to /etc/alsa/conf.d.
morgenstern commented on 2019-12-23 10:53 (UTC) (edited on 2019-12-23 10:58 (UTC) by morgenstern)
This package is not out-of-date. The version is provided by the pkver() function. Simply rebuild to update.
See here and here for more information.
capoeira commented on 2019-09-15 10:46 (UTC) (edited on 2019-09-15 10:46 (UTC) by capoeira)
Took me long to make it work, too
I have this in my .asoundrc:
defaults.bluealsa.service "org.bluealsa"
defaults.bluealsa.device "20:74:CF:24:1C:A2"
defaults.bluealsa.profile "a2dp"
pezcurrel commented on 2019-09-15 10:29 (UTC)
Thanks for maintaing this package :) I think that for the greatest compatibility the "bluealsa.service" file should state...
ExecStart=bluealsa -p a2dp-source -p a2dp-sink -p hfp-hf -p hfp-ag -p hsp-hs -p hsp-ag
It took me long to find out that in order for bluez-alsa to work for streaming from my phone to the pc I had to run "bluealsa" with "-p a2dp-sink" ;)
See also https://github.com/Arkq/bluez-alsa/issues/137#issuecomment-416743426
keithspg commented on 2019-08-27 09:51 (UTC)
please add armv6h (pi1/Zero) to the architecture list. it builds and works on that platform as well.
keithspg commented on 2019-03-31 22:28 (UTC) (edited on 2019-03-31 22:30 (UTC) by keithspg)
I am able to build this, but it does not run. I posted to the bluealsa package as well, but am wondering if this is an Arch systemd permission issue? The current version builds as: bluez-alsa-git 1.4.0.r9.g1557602-1
Also, the tmpfiles references /var/run and should be changed to /run in the package...
I have installed the bluetooth-raspberrypi AUR as well as installed the standard bluez packages:
bluetooth-raspberrypi 6-2 bluez 5.50-6 bluez-alsa-git 1.4.0.r9.g1557602-1 bluez-libs 5.50-6 bluez-utils 5.50-6
Every launch of the service gives this error in the journal:
Mar 31 17:17:48 rune dbus-daemon[270]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.51" (uid=974 pid=1385 comm="/usr/bin/bluealsa ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (uid=0 pid=272 comm="/usr/lib/bluetooth/bluetoothd ") Mar 31 17:17:48 rune bluealsa[1385]: /usr/bin/bluealsa: Couldn't get managed objects: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.51" (uid=974 pid=1385 comm="/usr/bin/bluealsa ") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (uid=0 pid=272 comm="/usr/lib/bluetooth/bluetoothd ") Mar 31 17:17:48 rune bluealsa[1385]: /usr/bin/bluealsa: Couldn't acquire D-Bus name: org.bluealsa Mar 31 17:17:48 rune systemd[1]: bluealsa.service: Main process exited, code=exited, status=1/FAILURE Mar 31 17:17:48 rune systemd[1]: bluealsa.service: Failed with result 'exit-code'.
azmeuk commented on 2019-03-17 20:12 (UTC)
Hi. The installation fails with this error message:
install: cannot stat '/tmp/yaourt-tmp-azmeuk/aur-bluez-alsa-git/src/bluez-alsa-git/LICENSE.txt': No such file or directory
capoeira commented on 2019-03-10 16:16 (UTC)
Hi folks. Even with the service loading at boot my audio devices wont connect. They connect fine with pulseaudio installed. any hints? it's the standard "Failed to connect: org.bluez.Error.Failed" error
actionless commented on 2019-01-02 00:22 (UTC)
hi! package version shouldn't start from
v
, just numbernheird commented on 2018-10-29 13:51 (UTC)
Hi @kempniu, thanks for the report. I added sysconfdir as you mentioned.
kempniu commented on 2018-10-29 13:04 (UTC)
Hi! Thank you for maintaining this package. Please note that upstream commit dae0699, which was committed roughly a week ago, necessitates adding "--sysconfdir /etc" to the list of ./configure options used, otherwise the 20-bluealsa.conf file lands in /usr/etc/alsa/conf.d, which breaks things. Could you please take a look? Thanks!
chowbok commented on 2018-08-05 03:03 (UTC)
Hi... can you add "aarch64" to the supported architectures? It builds fine.
yodor commented on 2018-03-16 09:07 (UTC)
Thank you for maintaining this package
hexvalid commented on 2018-03-07 17:08 (UTC)
thanks for maintaining
nheird commented on 2017-09-20 19:41 (UTC)
phantom_quartz commented on 2017-09-20 19:30 (UTC)