emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#37567: closed ([PATCH] gnu: pulseaudio: Add option


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37567: closed ([PATCH] gnu: pulseaudio: Add optional X11 inputs.)
Date: Sun, 13 Oct 2019 21:10:02 +0000

Your message dated Sun, 13 Oct 2019 23:09:45 +0200
with message-id <address@hidden>
and subject line Re: [bug#37567] [PATCH] gnu: pulseaudio: Add optional X11 
inputs.
has caused the debbugs.gnu.org bug report #37567,
regarding [PATCH] gnu: pulseaudio: Add optional X11 inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37567: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37567
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: pulseaudio: Add optional X11 inputs. Date: Tue, 01 Oct 2019 12:42:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello Guix,

Pulseaudio is currently built without the optional X11 modules (e.g
module-x11-bell, which makes it possible to customize the x11-bell
sound).  This patch adds those X11 libraries to Pulseaudios's inputs,
which are necessary for the modules to be built.

Regards,

Diego

>From 3bcfda0a26a572b6789a469ea6da4d384db4be47 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <address@hidden>
Date: Tue, 1 Oct 2019 11:31:42 +0200
Subject: [PATCH] gnu: pulseaudio: Add optional X11 inputs.

* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add libxcb, libice, libsm,
  and libxtst.
---
 gnu/packages/pulseaudio.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index fa48d8a7a6..f0f8574078 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -50,7 +50,8 @@
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages python-web)
   #:use-module (gnu packages pkg-config)
-  #:use-module (gnu packages xiph))
+  #:use-module (gnu packages xiph)
+  #:use-module (gnu packages xorg))
 
 (define-public libsndfile
   (package
@@ -187,6 +188,10 @@ rates.")
        ("libltdl" ,libltdl)
        ("fftwf" ,fftwf)
        ("avahi" ,avahi)
+       ("libxcb" ,libxcb)   ; For enabling X11.
+       ("libice" ,libice)   ; For enabling X11.
+       ("libsm" ,libsm)     ; For enabling X11.
+       ("libxtst" ,libxtst) ; For enabling X11.
        ("eudev" ,eudev)))         ;for the detection of hardware audio devices
     (native-inputs
      `(("check" ,check)
-- 
2.23.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37567] [PATCH] gnu: pulseaudio: Add optional X11 inputs. Date: Sun, 13 Oct 2019 23:09:45 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Diego Nicola Barbato <address@hidden> writes:

> Hello Guix,
>
> Pulseaudio is currently built without the optional X11 modules (e.g
> module-x11-bell, which makes it possible to customize the x11-bell
> sound).  This patch adds those X11 libraries to Pulseaudios's inputs,
> which are necessary for the modules to be built.

This patch increases the size of pulseaudio from 187.2 MiB to 189.4 MiB,
which is OK IMO.

Pushed to 'staging' with a minor cosmetic change in 531b63eba7.

Thank you!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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