[PATCH] gnu: lmms: Add input jack-1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Pkill -9
Owner
unassigned
Submitted by
Pkill -9
Severity
normal

Debbugs page

Pkill -9 wrote 5 years ago
(address . bug-guix@gnu.org)(name . Pkill -9)(address . pkill9@runbox.com)
20200102222838.13463-1-pkill9@runbox.com
* gnu/packages/music.scm (lmms): Add input jack-1.
---
This adds support to LMMS for the low-latency jack audio server.

gnu/packages/music.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9cd1c17a99..6fa6ec4e7e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3838,7 +3838,8 @@ are a C compiler and glib. Full API documentation and examples are included.")
("libsndfile1" ,libsndfile)
("libxft" ,libxft)
("freetype2" ,freetype)
- ("fftw3f" ,fftwf)))
+ ("fftw3f" ,fftwf)
+ ("jack" ,jack-1)))
(home-page "https://lmms.io/")
(synopsis "Music composition tool")
(description "LMMS is a digital audio workstation. It includes tools for sequencing
--
2.24.0
Ludovic Courtès wrote 5 years ago
(name . Pkill -9)(address . pkill9@runbox.com)(address . 38879-done@debbugs.gnu.org)
87k15wqple.fsf@gnu.org
Pkill -9 <pkill9@runbox.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/music.scm (lmms): Add input jack-1.

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38879@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38879
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help