diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2017-05-08 19:16:26 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2017-05-15 23:01:24 +0200 |
| commit | 4511e0db23b32d78675816da2343454f32fb2bf8 (patch) | |
| tree | 580c010d1a80056ac9a4e150348950928fefefd3 /gnu | |
| parent | 46bb58b8641cb6c9c07a1169e15e2843910297ba (diff) | |
gnu: Add non-timeline.
* gnu/packages/music.scm (non-timeline): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c05a047615a..d4a72df1d8b 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 | |||
| 812 | studio.") | 812 | studio.") |
| 813 | (license license:gpl2+))) | 813 | (license license:gpl2+))) |
| 814 | 814 | ||
| 815 | (define-public non-timeline | ||
| 816 | (package (inherit non-sequencer) | ||
| 817 | (name "non-timeline") | ||
| 818 | (arguments | ||
| 819 | (substitute-keyword-arguments (package-arguments non-sequencer) | ||
| 820 | ((#:configure-flags flags) | ||
| 821 | `(cons "--project=timeline" | ||
| 822 | (delete "--project=sequencer" ,flags))))) | ||
| 823 | (inputs | ||
| 824 | `(("jack" ,jack-1) | ||
| 825 | ("liblo" ,liblo) | ||
| 826 | ("libsndfile" ,libsndfile) | ||
| 827 | ("ntk" ,ntk))) | ||
| 828 | (native-inputs | ||
| 829 | `(("pkg-config" ,pkg-config))) | ||
| 830 | (home-page "http://non.tuxfamily.org/wiki/Non%20Timeline") | ||
| 831 | (synopsis "Modular digital audio timeline arranger") | ||
| 832 | (description | ||
| 833 | "The Non Timeline is a powerful, reliable and fast modular digital audio | ||
| 834 | timeline arranger. It utilizes JACK for inter-application audio I/O and the | ||
| 835 | NTK GUI toolkit for a fast and lightweight user interface. Non Timeline can | ||
| 836 | be used alone or in concert with Non Mixer and Non Sequencer to form a | ||
| 837 | complete studio.") | ||
| 838 | (license license:gpl2+))) | ||
| 839 | |||
| 815 | (define-public solfege | 840 | (define-public solfege |
| 816 | (package | 841 | (package |
| 817 | (name "solfege") | 842 | (name "solfege") |
