unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brice Waegeneire <brice@waegenei.re>
To: 49923@debbugs.gnu.org
Subject: [bug#49923] [PATCH staging] gnu: pulseaudio: Update to 15.0.
Date: Sat,  7 Aug 2021 10:35:34 +0200	[thread overview]
Message-ID: <20210807083534.8571-1-brice@waegenei.re> (raw)

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	other threads:[~2021-08-07  8:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-07  8:35 Brice Waegeneire [this message]
2021-10-10  4:58 ` bug#49923: [PATCH staging] gnu: pulseaudio: Update to 15.0 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210807083534.8571-1-brice@waegenei.re \
    --to=brice@waegenei.re \
    --cc=49923@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).