guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: pulseaudio: Update to 13.0.


From: guix-commits
Subject: 05/08: gnu: pulseaudio: Update to 13.0.
Date: Wed, 9 Oct 2019 12:54:49 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 4442d4dc409a9361d22760f184b294ef0421c8da
Author: Marius Bakke <address@hidden>
Date:   Wed Oct 9 12:56:49 2019 +0200

    gnu: pulseaudio: Update to 13.0.
    
    * gnu/packages/pulseaudio.scm (pulseaudio): Update to 13.0.
    [arguments]: Remove obsolete phase.
---
 gnu/packages/pulseaudio.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index ff4049d..9777da5 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -130,7 +130,7 @@ rates.")
 (define-public pulseaudio
   (package
     (name "pulseaudio")
-    (version "12.2")
+    (version "13.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -138,7 +138,7 @@ rates.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0ma0p8iry7fil7qb4pm2nx2pm65kq9hk9xc4r5wkf14nqbzni5l0"))
+               "0mw0ybrqj7hvf8lqs5gjzip464hfnixw453lr0mqzlng3b5266wn"))
              (modules '((guix build utils)))
              (snippet
               ;; Disable console-kit support by default since it's deprecated
@@ -160,11 +160,6 @@ rates.")
                                               (assoc-ref %outputs "out")
                                               "/lib/udev/rules.d"))
        #:phases (modify-phases %standard-phases
-                  (add-before 'configure 'fix-alsa-include
-                    (lambda _
-                      (substitute* '("configure" "src/modules/alsa/alsa-ucm.h")
-                        (("use-case\\.h") "alsa/use-case.h"))
-                      #t))
                  (add-before 'check 'pre-check
                    (lambda _
                      ;; 'tests/lock-autospawn-test.c' wants to create a file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]