From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: pulseaudio: Enable support for Bluetooth. Date: Mon, 16 May 2016 23:01:18 +0200 Message-ID: <87lh39vhsx.fsf@gnu.org> References: <1463219008-23189-1-git-send-email-rekado@elephly.net> <1463219008-23189-2-git-send-email-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b2Pdn-0002CV-OU for guix-devel@gnu.org; Mon, 16 May 2016 17:01:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b2Pdj-0000Hb-Bt for guix-devel@gnu.org; Mon, 16 May 2016 17:01:26 -0400 In-Reply-To: <1463219008-23189-2-git-send-email-rekado@elephly.net> (Ricardo Wurmus's message of "Sat, 14 May 2016 11:43:28 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > * gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add > "--enable-bluez5" to configure flags. > [inputs]: Add "bluez" and "sbc". I think it=E2=80=99s a reasonable change. Ideally a =E2=80=98pulseaudio-updates=E2=80=99 branch would be the right th= ing. However, if it builds and works as expected on master (at least make sure =E2=80=98guix gc --references=E2=80=99 shows bluez and SBC), then it= =E2=80=99s OK to commit to =E2=80=98core-updates=E2=80=99 since it looks like a non-disruptive chan= ge. Thanks! Ludo=E2=80=99.