guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: jack-1: Update comment to recommend use of jack-2.


From: guix-commits
Subject: 01/02: gnu: jack-1: Update comment to recommend use of jack-2.
Date: Wed, 25 Jan 2023 12:30:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d1f9519c0047609cb02b5a0db13da9824c754c7e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 25 18:28:16 2023 +0100

    gnu: jack-1: Update comment to recommend use of jack-2.
    
    * gnu/packages/audio.scm (jack-1, jack-2): Update comments.
---
 gnu/packages/audio.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 8505e8fb0d..c39e43c8a1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2015-2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
@@ -2366,6 +2366,8 @@ especially for creating reverb effects.  It supports 
impulse responses with 1,
 2 or 4 channels, in any soundfile format supported by libsndfile.")
     (license license:gpl2+)))
 
+;; Packages depending on JACK should always prefer jack-2.
+;; JACK1 is provided for legacy applications
 (define-public jack-1
   (package
     (name "jack")
@@ -2411,9 +2413,8 @@ 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.
+;; Packages depending on JACK should always prefer jack-2.  Both jack-1 and
+;; jack-2 implement the same API.
 (define-public jack-2
   (package
     (inherit jack-1)



reply via email to

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