[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/203: gnu: pulseaudio: Update to 15.0.
From: |
guix-commits |
Subject: |
51/203: gnu: pulseaudio: Update to 15.0. |
Date: |
Wed, 3 Nov 2021 21:09:56 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 6288a7d998d33e23586c00bfb55e6dd3be0172d4
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Aug 7 10:35:34 2021 +0200
gnu: pulseaudio: Update to 15.0.
The 'bluez5' configuration options is removed 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 the 'oss-output' value and remove the 'bluez5' option.
[inputs]: Add 'elogind'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
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 be8e1d4..fe02432 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)
@@ -193,7 +194,7 @@ rates.")
(define-public pulseaudio
(package
(name "pulseaudio")
- (version "14.2")
+ (version "15.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -201,7 +202,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
@@ -218,8 +219,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")
@@ -258,6 +258,7 @@ rates.")
("libxcb" ,libxcb)
("libxtst" ,libxtst)
+ ("elogind" ,elogind)
("eudev" ,eudev))) ;for the detection of hardware audio devices
(native-inputs
`(("check" ,check)
- 20/203: gnu: gst-plugins-base: Update to 1.18.4., (continued)
- 20/203: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/03
- 27/203: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/03
- 32/203: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/03
- 40/203: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/03
- 12/203: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 42/203: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/03
- 38/203: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/03
- 43/203: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/03
- 45/203: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/11/03
- 49/203: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/03
- 51/203: gnu: pulseaudio: Update to 15.0.,
guix-commits <=
- 124/203: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/11/03
- 130/203: gnu: webkitgtk: Use libsoup 3 and build with GCC., guix-commits, 2021/11/03
- 133/203: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/03
- 146/203: gnu: nspr: Normalize inputs., guix-commits, 2021/11/03
- 138/203: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/03
- 154/203: gnu: python-dbusmock: Update to 0.24.0., guix-commits, 2021/11/03
- 149/203: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/03
- 158/203: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/03
- 163/203: gnu: python-numpy: Update to 1.21.3 and cleanup., guix-commits, 2021/11/03
- 164/203: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/03