all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32152] [PATCH] gnu: pulseaudio: Add jack input.
@ 2018-07-14 10:32 Pierre Langlois
  2018-07-15 13:01 ` bug#32152: " Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Langlois @ 2018-07-14 10:32 UTC (permalink / raw)
  To: 32152

[-- Attachment #1: Type: text/plain, Size: 248 bytes --]

Hello Guix!

Here's a patch that adds jack as an input to pulseaudio. It allows
building the jack modules to route pulseaudio to jack.

Since a lot of things depend on pulseaudio, would this typically go to a
staging branch?

Thanks a lot,
Pierre


[-- Attachment #2: 0001-gnu-pulseaudio-Add-jack-input.patch --]
[-- Type: text/x-patch, Size: 1546 bytes --]

From c0da661aa510a4b727e629627e6a441edf598cbd Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sun, 24 Jun 2018 12:13:56 +0100
Subject: [PATCH] gnu: pulseaudio: Add jack input.

Depending on jack allows building the jack-sink and jack-source modules for
routing the audio through the jack server.

* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add jack-1.
---
 gnu/packages/pulseaudio.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index bac92eafa..dfb33a4fd 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,6 +32,7 @@
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
+  #:use-module (gnu packages audio)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages avahi)
   #:use-module (gnu packages check)
@@ -177,6 +179,7 @@ rates.")
        ("speex" ,speex)
        ("libsndfile" ,libsndfile)
        ("libsamplerate" ,libsamplerate)
+       ("jack" ,jack-1) ; For routing the output to jack.
        ("dbus" ,dbus)
        ("glib" ,glib)
        ("intltool" ,intltool)
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#32152: [PATCH] gnu: pulseaudio: Add jack input.
  2018-07-14 10:32 [bug#32152] [PATCH] gnu: pulseaudio: Add jack input Pierre Langlois
@ 2018-07-15 13:01 ` Marius Bakke
  2018-07-15 16:53   ` [bug#32152] " Pierre Langlois
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2018-07-15 13:01 UTC (permalink / raw)
  To: Pierre Langlois, 32152-done

[-- Attachment #1: Type: text/plain, Size: 427 bytes --]

Pierre Langlois <pierre.langlois@gmx.com> writes:

> Hello Guix!
>
> Here's a patch that adds jack as an input to pulseaudio. It allows
> building the jack modules to route pulseaudio to jack.
>
> Since a lot of things depend on pulseaudio, would this typically go to a
> staging branch?

Thank you for this.  I have applied it in my local staging branch (along
with an update for 12.1) and will push when Savannah is back up.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#32152] [PATCH] gnu: pulseaudio: Add jack input.
  2018-07-15 13:01 ` bug#32152: " Marius Bakke
@ 2018-07-15 16:53   ` Pierre Langlois
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Langlois @ 2018-07-15 16:53 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 32152-done


Marius Bakke writes:

> Pierre Langlois <pierre.langlois@gmx.com> writes:
>
>> Hello Guix!
>>
>> Here's a patch that adds jack as an input to pulseaudio. It allows
>> building the jack modules to route pulseaudio to jack.
>>
>> Since a lot of things depend on pulseaudio, would this typically go to a
>> staging branch?
>
> Thank you for this.  I have applied it in my local staging branch (along
> with an update for 12.1) and will push when Savannah is back up.

Awesome, thank you!

Pierre

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-15 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-14 10:32 [bug#32152] [PATCH] gnu: pulseaudio: Add jack input Pierre Langlois
2018-07-15 13:01 ` bug#32152: " Marius Bakke
2018-07-15 16:53   ` [bug#32152] " Pierre Langlois

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.