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

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

[debbugs-tracker] bug#37534: closed ([PATCH] gnu: conky: Activate Pulsea


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37534: closed ([PATCH] gnu: conky: Activate Pulseaudio support.)
Date: Tue, 01 Oct 2019 16:17:01 +0000

Your message dated Tue, 01 Oct 2019 18:16:32 +0200
with message-id <875zl8saov.fsf@nckx>
and subject line Re: [bug#37534] [PATCH] gnu: conky: Activate Pulseaudio 
support.
has caused the debbugs.gnu.org bug report #37534,
regarding [PATCH] gnu: conky: Activate Pulseaudio support.
to be marked as done.

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


-- 
37534: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37534
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: conky: Activate Pulseaudio support. Date: Fri, 27 Sep 2019 22:32:51 +0200
* gnu/packages/conky.scm (conky):
  [inputs] Add pulseaudio.
---
 gnu/packages/conky.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/conky.scm b/gnu/packages/conky.scm
index 681feb6e43..046d132a9b 100644
--- a/gnu/packages/conky.scm
+++ b/gnu/packages/conky.scm
@@ -2,6 +2,7 @@
 ;;; Copyright ?? 2015 Sini??a Bi??in <address@hidden>
 ;;; Copyright ?? 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright ?? 2019 Pierre Neidhardt <address@hidden>
+;;; Copyright ?? 2019 Vasile Dumitrascu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,6 +32,7 @@
   #:use-module (gnu packages lua)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages xorg))
 
 (define-public conky
@@ -51,7 +53,8 @@
     (arguments
      `(#:tests? #f                      ; there are no tests
        #:configure-flags
-       (list "-DRELEASE=true")
+       (list "-DRELEASE=true"
+             "-DBUILD_PULSEAUDIO=ON")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'add-freetype-to-search-path
@@ -76,6 +79,7 @@
        ("libxext" ,libxext)
        ("libxft" ,libxft)
        ("libxinerama" ,libxinerama)
+       ("pulseaudio", pulseaudio)
        ("lua" ,lua)
        ("ncurses" ,ncurses)
        ("curl" ,curl)))
-- 
2.23.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37534] [PATCH] gnu: conky: Activate Pulseaudio support. Date: Tue, 01 Oct 2019 18:16:32 +0200
Vasile,

Thanks for the patch! I've pushed it as 18edc9db02658c597695905121a9df68e9118ab8 with miniscule changes to the commit message.

Dumitrascu Vasile 写道:
  Hi Tobias
Thank you for the review and sorry to have missed the sorting.

Oh, er, sorry you're sorry; no need to be. All I meant by ‘any hope lost’ was that there's no way to make the entire list sorted without moving unrelated lines around (e.g. curl). But your new compromise is a better compromise. Thank you!

I have re-attached the original patch as a file to this email, as I guess the encoding issues were caused by git send-mail.

‘git send-email’ has one job, so it should do it really well. I send all my patches in-line and have never had trouble.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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