guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: portaudio: Build with jack-1.


From: Ricardo Wurmus
Subject: 04/04: gnu: portaudio: Build with jack-1.
Date: Sun, 26 Jul 2015 20:09:01 +0000

rekado pushed a commit to branch master
in repository guix.

commit bcbc02fd09c0b18c84b17ddcadc54fb6ec8b6c6b
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 18 22:09:13 2015 +0200

    gnu: portaudio: Build with jack-1.
    
    * gnu/packages/audio.scm (portaudio)[inputs]: Replace "jack-2" with 
"jack-1".
---
 gnu/packages/audio.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2d92729..6721263 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -691,6 +691,9 @@ synchronous execution of all clients, and low latency 
operation.")
     ;; licensed under the LGPL in order to allow for proprietary usage.
     (license (list license:gpl2+ license:lgpl2.1+))))
 
+;; Packages depending on JACK should always prefer jack-1.  Both jack-1 and
+;; jack-2 implement the same API.  JACK2 is provided primarily as a client
+;; program for users who might benefit from the D-BUS features.
 (define-public jack-2
   (package (inherit jack-1)
     (name "jack2")
@@ -1633,7 +1636,7 @@ portions of LAME.")
     (inputs
      ;; TODO: Add ASIHPI.
      `(("alsa-lib" ,alsa-lib)
-       ("jack" ,jack-2)))
+       ("jack" ,jack-1)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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