From fca93624fb3bd5cf32618182184cc2ad156e7d68 Mon Sep 17 00:00:00 2001 From: Denys Nykula Date: Fri, 17 Jul 2020 22:32:16 +0300 Subject: [PATCH] bluez-alsa: Update wip/bluez-alsa to 2.1.0 Changes: * Add option for SBC XQ (SBC Dual Channel HD mode) * Cache PCM setup - format, channels and sampling * D-Bus API for transport audio codec selection * Detect oFono presence and disable native HFP * Do not send battery update if host is AC powered * Fix PCM samples scaling for MPEG sink * Fix SCO playback underrun during capture exit * Fix mSBC responsiveness * Get MTU value from the SCO socket options * Implement AG indicators reporting state update * Improve RFCOMM handling for HFP headset mode * Integration with UPower D-Bus service * Parse AT+CMER command received from AG * Properly setup missing fields in the SDP record * Report to HF that noise reduction is not supported * Route Broadcom SCO data via transport interface * Setup accessory identification for Apple devices * Take endianness into account during H2 detection --- bluez-alsa/Makefile | 4 ++-- bluez-alsa/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bluez-alsa/Makefile b/bluez-alsa/Makefile index aa548b42dc..596675f10e 100644 --- a/bluez-alsa/Makefile +++ b/bluez-alsa/Makefile @@ -1,9 +1,9 @@ # $NetBSD$ -DISTNAME= bluez-alsa-2.0.0 +DISTNAME= bluez-alsa-2.1.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=Arkq/} -GITHUB_TAG= v2.0.0 +GITHUB_TAG= v2.1.0 MAINTAINER= nykula@ukr.net HOMEPAGE= https://github.com/Arkq/bluez-alsa diff --git a/bluez-alsa/distinfo b/bluez-alsa/distinfo index 1bebc175bf..be1de16ccf 100644 --- a/bluez-alsa/distinfo +++ b/bluez-alsa/distinfo @@ -1,6 +1,6 @@ $NetBSD$ -SHA1 (bluez-alsa-2.0.0.tar.gz) = 8c52e5c4d4485c474d7668dbadf3290c14f91722 -RMD160 (bluez-alsa-2.0.0.tar.gz) = e102e28600ccadb29d5323028a4b034485910305 -SHA512 (bluez-alsa-2.0.0.tar.gz) = 21152be594421cd00056e94065dcf767ca01f7b040117974315f97aab45db020264e33dabddac7fee12834a4ada9073b9ff680c25d8775b47604cb0bec638a7b -Size (bluez-alsa-2.0.0.tar.gz) = 116895 bytes +SHA1 (bluez-alsa-2.1.0.tar.gz) = 45dc962fb2098dace551e57e3c8bf5bb2c100aef +RMD160 (bluez-alsa-2.1.0.tar.gz) = 132de06b75d2781610cfd597762a3e4a6469caff +SHA512 (bluez-alsa-2.1.0.tar.gz) = 8b6d520f5733799b1c509052ac527377cbe5e0106b75180f783f83071246937b5dc7a22c2d27f3e9e331c52c74be59f3bc6d78caab97b41f06cfd6ed5191b584 +Size (bluez-alsa-2.1.0.tar.gz) = 129650 bytes