unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29752] [PATCH] gnu: Add aj-snapshot.
@ 2017-12-17  8:09 Ricardo Wurmus
  2017-12-18 10:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-17  8:09 UTC (permalink / raw)
  To: 29752; +Cc: Ricardo Wurmus

* 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 39e80f9cb..cb2eda997 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")
-- 
2.15.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29752] [PATCH] gnu: Add aj-snapshot.
  2017-12-17  8:09 [bug#29752] [PATCH] gnu: Add aj-snapshot Ricardo Wurmus
@ 2017-12-18 10:00 ` Ludovic Courtès
  2017-12-18 11:27   ` bug#29752: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-12-18 10:00 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 29752

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/packages/music.scm (aj-snapshot): New variable.

LGTM!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29752: [PATCH] gnu: Add aj-snapshot.
  2017-12-18 10:00 ` Ludovic Courtès
@ 2017-12-18 11:27   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-18 11:27 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29752-done


Ludovic Courtès <ludo@gnu.org> writes:

> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> * gnu/packages/music.scm (aj-snapshot): New variable.
>
> LGTM!

Pushed to master.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-18 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-17  8:09 [bug#29752] [PATCH] gnu: Add aj-snapshot Ricardo Wurmus
2017-12-18 10:00 ` Ludovic Courtès
2017-12-18 11:27   ` bug#29752: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).