pulseaudio-modules-bt
needs to be rebuild against new pulseaudio version 13.99.2 (just arrived at unstable)
Updated PKGBUILD
# Maintainer: Jonathon Fernyhough <jonathon@@manjaro..org>
# Contributor: Yamada Hayao <hayao@fascode.net>
# Contributor: EHfive <eh5@sokka.cn>
pkgname=pulseaudio-modules-bt
pkgver=1.4
_pulseaudio_ver=13.99.2
pkgrel=2.0
pkgdesc="PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/EHfive/pulseaudio-modules-bt"
license=('GPL3')
depends=("pulseaudio>=12.0" "bluez" "bluez-libs" "sbc" "libfdk-aac.so")
makedepends=("cmake>=3.0" "libavcodec.so>=58" "libldac")
optdepends=("libavcodec.so>=58: aptX Classic, aptX HD support"
"libldac: LDAC support")
provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth" "pulseaudio-modules-bt-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"pulseaudio-$_pulseaudio_ver.tar.gz::https://github.com/pulseaudio/pulseaudio/archive/v$_pulseaudio_ver.tar.gz")
b2sums=('98b21d8fced5b88d59e45ca4fa2505d3606616a8a09dd95eb91e30b0d31c8a0ec7e52e4c2fd1b601130f69a997871064849fa0c8847ec0686fb42a2ccd7ac43b'
'8bfe899d55f35790e216ea5bc02aff5a852d7abb7464ac059adab23c9b33276abcb904ba0939908759e00d6fd37021adbd6009e63a9c28f1803571c9f1bc580f')
prepare() {
cd $pkgname-$pkgver
rm -rf pa
ln -sf -T ../pulseaudio-$_pulseaudio_ver pa
}
build() {
mkdir build && cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
../$pkgname-$pkgver
make
}
package() {
cd build
make DESTDIR="$pkgdir" install
}
btw. Maintainer is still Jonathon… (I’d be willing to take over if nobody wants to)