[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: Add aj-snapshot.
From: |
Ricardo Wurmus |
Subject: |
05/16: gnu: Add aj-snapshot. |
Date: |
Mon, 18 Dec 2017 06:02:17 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 13edf1b9ea17fcb184730c69d879abaf0e8da66e
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 17 09:08:55 2017 +0100
gnu: Add aj-snapshot.
* gnu/packages/music.scm (aj-snapshot): New variable.
---
gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 39e80f9..cb2eda9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2108,6 +2108,34 @@ synthesis engine. Notes and parameter changes may be
entered via MIDI or the
computer's keyboard.")
(license license:gpl3+)))
+(define-public aj-snapshot
+ (package
+ (name "aj-snapshot")
+ (version "0.9.7")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/aj-snapshot/"
+ "aj-snapshot-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0yxccgp9qw2cyqv719wlbq8wfsr5ga8czvwa7bmb8dh5s11n3rn8"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("minixml" ,minixml)
+ ("jack" ,jack-1)
+ ("alsa-lib" ,alsa-lib)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (home-page "http://aj-snapshot.sourceforge.net/")
+ (synopsis "Snapshot connections between ALSA and JACK clients")
+ (description "Aj-snapshot is a small program that can be used to make
+snapshots of the connections made between JACK and/or ALSA clients. Because
+JACK can provide both audio and MIDI support to programs, aj-snapshot can
+store both types of connections for JACK. ALSA, on the other hand, only
+provides routing facilities for MIDI clients. Aj-snapshot is meant to be used
+from the command line.")
+ (license license:gpl3+)))
+
(define-public qtractor
(package
(name "qtractor")
- branch master updated (5a5d1a7 -> f1a2b1c), Ricardo Wurmus, 2017/12/18
- 03/16: gnu: Add qjackrcd., Ricardo Wurmus, 2017/12/18
- 10/16: gnu: Add r-dtw., Ricardo Wurmus, 2017/12/18
- 11/16: gnu: Add r-sdmtools., Ricardo Wurmus, 2017/12/18
- 02/16: gnu: Add whysynth., Ricardo Wurmus, 2017/12/18
- 09/16: gnu: Add r-ica., Ricardo Wurmus, 2017/12/18
- 05/16: gnu: Add aj-snapshot.,
Ricardo Wurmus <=
- 15/16: gnu: Add r-diffusionmap., Ricardo Wurmus, 2017/12/18
- 08/16: gnu: r-seurat: Fix ModularityOptimizer.jar., Ricardo Wurmus, 2017/12/18
- 01/16: gnu: Add sonivox-eas., Ricardo Wurmus, 2017/12/18
- 04/16: gnu: Add jack-capture., Ricardo Wurmus, 2017/12/18
- 13/16: gnu: Add r-ggridges., Ricardo Wurmus, 2017/12/18
- 12/16: gnu: Add r-scatterplot3d., Ricardo Wurmus, 2017/12/18
- 06/16: gnu: Add noise-repellent., Ricardo Wurmus, 2017/12/18
- 07/16: gnu: qmidiarp: Update to 0.6.5., Ricardo Wurmus, 2017/12/18
- 14/16: gnu: Add r-ggjoy., Ricardo Wurmus, 2017/12/18
- 16/16: gnu: r-seurat: Update to 2.1.0., Ricardo Wurmus, 2017/12/18