GNU bug report logs - #49923
[PATCH staging] gnu: pulseaudio: Update to 15.0.

Previous Next

Package: guix-patches;

Reported by: Brice Waegeneire <brice <at> waegenei.re>

Date: Sat, 7 Aug 2021 08:36:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49923 in the body.
You can then email your comments to 49923 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49923; Package guix-patches. (Sat, 07 Aug 2021 08:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brice Waegeneire <brice <at> waegenei.re>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 07 Aug 2021 08:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brice Waegeneire <brice <at> waegenei.re>
To: guix-patches <at> gnu.org
Subject: [PATCH staging] gnu: pulseaudio: Update to 15.0.
Date: Sat,  7 Aug 2021 10:35:34 +0200
The 'bluez5' configuration options is drooped to ease transformation of
the package by users.  It is auto enabled by meson based on the inputs
available, so it's still enabled in this package.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 15.0.
  [arguments]: Fix 'oss-output' value and remove 'bluez5' option.
  [inputs]: Add 'elogind'.
---
 gnu/packages/pulseaudio.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 5ae30033e0..b864af059f 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -51,6 +51,7 @@
   #:use-module (gnu packages boost)
   #:use-module (gnu packages check)
   #:use-module (gnu packages databases)
+  #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages gnome)
@@ -181,7 +182,7 @@ rates.")
 (define-public pulseaudio
   (package
     (name "pulseaudio")
-    (version "14.2")
+    (version "15.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -189,7 +190,7 @@ rates.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1wb6zyln49ca93rl9id8r873b2sb8l79122ck824kr0s5isgglvm"))
+               "1851rg4h6sjwanvd294hn52z321rc6vbs4gbfrlw53597dx8h2x4"))
              (modules '((guix build utils)))
              (snippet
               ;; Disable console-kit support by default since it's deprecated
@@ -206,8 +207,7 @@ rates.")
     (arguments
      `(#:configure-flags
        (let ((out (assoc-ref %outputs "out")))
-         (list "-Doss-output=disable"
-               "-Dbluez5=true"
+         (list "-Doss-output=disabled"
                "-Dlocalstatedir=/var"
                (string-append "-Dudevrulesdir="
                               out "/lib/udev/rules.d")
@@ -245,6 +245,7 @@ rates.")
        ("libxcb" ,libxcb)
        ("libxtst" ,libxtst)
 
+       ("elogind" ,elogind)
        ("eudev" ,eudev)))         ;for the detection of hardware audio devices
     (native-inputs
      `(("check" ,check)

base-commit: e0e572df5adbbd6333c8ce7b19926a27354867b5
-- 
2.32.0





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sun, 10 Oct 2021 04:59:02 GMT) Full text and rfc822 format available.

Notification sent to Brice Waegeneire <brice <at> waegenei.re>:
bug acknowledged by developer. (Sun, 10 Oct 2021 04:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 49923-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 49923-done <at> debbugs.gnu.org
Subject: Re: bug#49923: [PATCH staging] gnu: pulseaudio: Update to 15.0.
Date: Sun, 10 Oct 2021 00:58:41 -0400
Hello Brice,

Brice Waegeneire <brice <at> waegenei.re> writes:

> The 'bluez5' configuration options is drooped to ease transformation of
> the package by users.  It is auto enabled by meson based on the inputs
> available, so it's still enabled in this package.
> * gnu/packages/pulseaudio.scm (pulseaudio): Update to 15.0.
>   [arguments]: Fix 'oss-output' value and remove 'bluez5' option.
>   [inputs]: Add 'elogind'.

I've fixed a typo and normalize the commit message a bit, and pushed as
431e641b83.  Thank you!

Closing,

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 07 Nov 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 163 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.