guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add non-timeline.


From: Ricardo Wurmus
Subject: 02/04: gnu: Add non-timeline.
Date: Mon, 15 May 2017 17:40:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4511e0db23b32d78675816da2343454f32fb2bf8
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 8 19:16:26 2017 +0200

    gnu: Add non-timeline.
    
    * gnu/packages/music.scm (non-timeline): New variable.
---
 gnu/packages/music.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c05a047..d4a72df 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -812,6 +812,31 @@ alone or in concert with Non Timeline and Non Sequencer to 
form a complete
 studio.")
     (license license:gpl2+)))
 
+(define-public non-timeline
+  (package (inherit non-sequencer)
+    (name "non-timeline")
+    (arguments
+     (substitute-keyword-arguments (package-arguments non-sequencer)
+       ((#:configure-flags flags)
+        `(cons "--project=timeline"
+               (delete "--project=sequencer" ,flags)))))
+    (inputs
+     `(("jack" ,jack-1)
+       ("liblo" ,liblo)
+       ("libsndfile" ,libsndfile)
+       ("ntk" ,ntk)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://non.tuxfamily.org/wiki/Non%20Timeline";)
+    (synopsis "Modular digital audio timeline arranger")
+    (description
+     "The Non Timeline is a powerful, reliable and fast modular digital audio
+timeline arranger.  It utilizes JACK for inter-application audio I/O and the
+NTK GUI toolkit for a fast and lightweight user interface.  Non Timeline can
+be used alone or in concert with Non Mixer and Non Sequencer to form a
+complete studio.")
+    (license license:gpl2+)))
+
 (define-public solfege
   (package
     (name "solfege")



reply via email to

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