mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-30 11:10:15 +00:00
add bluetooth ldac/aptx support
Existing users should uninstall the previous pulseaudio-bluetooth
package.
# pacman --remove --nosave --recursive pulseaudio-bluetooth
This commit is contained in:
parent
adf6ac5b16
commit
cc758014cc
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
- name: Install PulseAudio bluetooth with LDAC/aptX support
|
||||
aur: name={{ item }} user={{ user.name }}
|
||||
with_items:
|
||||
- libldac
|
||||
- pulseaudio-modules-bt-git
|
||||
tags:
|
||||
- aur
|
||||
notify:
|
||||
- restart pulse as user
|
||||
|
||||
- name: Install bluetooth libraries and tools
|
||||
pacman: name={{ item }} state=present
|
||||
with_items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue