Search Criteria
Package Details: pulseaudio-modules-bt-git 1:14.0.r149.dbb5164-4
Git Clone URL: | https://aur.archlinux.org/pulseaudio-modules-bt-git.git (read-only, click to copy) |
---|---|
Package Base: | pulseaudio-modules-bt-git |
Description: | PulseAudio Bluetooth modules with SBC, AAC, APTX, APTX-HD, Sony LDAC (A2DP codec) support |
Upstream URL: | https://github.com/EHfive/pulseaudio-modules-bt |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | eh5 |
Maintainer: | eh5 |
Last Packager: | eh5 |
Votes: | 63 |
Popularity: | 5.09 |
First Submitted: | 2018-08-09 05:31 |
Last Updated: | 2020-12-22 17:15 |
Dependencies (12)
- bluez (bluez-ps3, bluez-git)
- bluez-libs (bluez-git)
- libfdk-aac.so (fdk-aac-free, libfdk-aac)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-nosystemd-git, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-common-pulse-git, pipewire-pulse)
- sbc
- git (git-git) (make)
- libldac (make)
- libpulse (libpulse-bluedio, pulseaudio-pali, libpulse-airplay, libpulse-nosystemd, libpulse-nosystemd-git, pulseaudio-git, libpulse-hsphfpd, libpulse-nosystemd-minimal-git) (make)
- cmake>=3.0 (cmake-git) (make)
- libavcodec.so>=58 (lib32-ffmpeg-semifull-git, ffmpeg-semifull-git, ffmpeg-full3.4, ffmpeg-tmblock-git, ffmpeg-compat-54, ffmpeg4.0, ffmpeg-compat-55, ffmpeg-git-nc, ffmpeg-compat-57, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg0.10, ffmpeg-svt, ffmpeg2.8, ffmpeg-headless, ffmpeg3.4, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, lib32-ffmpeg-compat-57, lib32-libffmpeg, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg) (make)
- libldac (optional) – LDAC support
- libavcodec.so>=58 (lib32-ffmpeg-semifull-git, ffmpeg-semifull-git, ffmpeg-full3.4, ffmpeg-tmblock-git, ffmpeg-compat-54, ffmpeg4.0, ffmpeg-compat-55, ffmpeg-git-nc, ffmpeg-compat-57, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg0.10, ffmpeg-svt, ffmpeg2.8, ffmpeg-headless, ffmpeg3.4, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, lib32-ffmpeg-compat-57, lib32-libffmpeg, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg) (optional) – aptX Classic, aptX HD support
Required by (3)
- fix-bt-a2dp (requires pulseaudio-bluetooth)
- gnome-bluetooth-pantheon (requires pulseaudio-bluetooth)
- kana-p-git (requires pulseaudio-bluetooth)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
eh5 commented on 2020-12-22 17:15
Sorry guys, I just moved to PipeWire so I didn't test it.
bsdice commented on 2020-12-22 09:40
PKGBUILD indeed needs
cd "$srcdir/pulseaudio-modules-bt/build"
before make in build().
qupfer commented on 2020-12-22 08:04
@eh5,
I think you need a small fix in PKBUILD. Ether remove "make" from build() as make install form package() will build it anyway (i think, please verify :-) ) or add the
cd "$srcdir/pulseaudio-modules-bt/build"
line toomenta commented on 2020-12-21 19:57
@eh5, 'get_pulseaudio_version' probably must be called in pkgver(), too. Otherwise 'pulseaudio_version' will be empty there.
tryptophane commented on 2020-12-20 10:52
thank you @psydvl, so this was an issue with yay and not with this package. Another solution is a manual install.
thabulos commented on 2020-12-17 15:19
@psydvl I was having the same problems as @tryptophane and it worked for me! Thank you so much :)
psydvl commented on 2020-12-17 06:55
@tryptophane try:
tryptophane commented on 2020-12-16 22:48
It doesn't install here. It ends up with this error:
I noticed that the value of the pkgver variable in /home/pp/.cache/yay/pulseaudio-modules-bt-git/PKGBUILD seems to be incomplete:
This is the listing of the cache dir:
eh5 commented on 2020-12-16 08:35
@cspack77 Thanks, it's fixed now.
cspack77 commented on 2020-12-15 20:42
This won't build in a clean chroot environment:
I suspect it's because this command in the PKGBUILD executes before the dependencies are installed: