emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29752: closed ([PATCH] gnu: Add aj-snapshot.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29752: closed ([PATCH] gnu: Add aj-snapshot.)
Date: Mon, 18 Dec 2017 15:16:03 +0000

Your message dated Mon, 18 Dec 2017 12:27:28 +0100
with message-id <address@hidden>
and subject line Re: [bug#29752] [PATCH] gnu: Add aj-snapshot.
has caused the debbugs.gnu.org bug report #29752,
regarding [PATCH] gnu: Add aj-snapshot.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29752: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29752
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add aj-snapshot. Date: Sun, 17 Dec 2017 09:09:20 +0100
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#29752] [PATCH] gnu: Add aj-snapshot. Date: Mon, 18 Dec 2017 12:27:28 +0100 User-agent: mu4e 1.0-alpha3; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> 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




--- End Message ---

reply via email to

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