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

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

bug#49511: closed ([PATCH] gnu: add a2jmidid)


From: GNU bug Tracking System
Subject: bug#49511: closed ([PATCH] gnu: add a2jmidid)
Date: Wed, 14 Jul 2021 06:26:02 +0000

Your message dated Wed, 14 Jul 2021 09:24:20 +0300
with message-id <YO6DFNoUOUdHW7KA@3900XT>
and subject line Re: [PATCH] gnu: add a2jmidid.
has caused the debbugs.gnu.org bug report #49511,
regarding [PATCH] gnu: add a2jmidid
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49511: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49511
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: add a2jmidid Date: Sat, 10 Jul 2021 15:42:25 -0400 User-agent: Roundcube Webmail/1.3.15
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 28661c5667..cd120a9dae 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -39,6 +39,7 @@
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
 ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey@gmail.com>
+;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6679,3 +6680,27 @@ It is provided as an LV2 plugin and as a standalone Jack application.")
   framework.")
       (home-page "http://shiru.untergrund.net/software.shtml";)
       (license license:wtfpl2))))
+
+(define-public a2jmidid
+  (package
+    (name "a2jmidid")
+    (version "9")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/jackaudio/a2jmidid";)
+                    (commit version)))
+ (sha256 (base32 "1x6rcl3f4nklnx4p5jln9a7fpj9y7agjxs9rw7cccmwnski7pnsq"))
+              (file-name (string-append "a2jmidid-" version))))
+    (arguments `(#:tests? #f))
+    (build-system meson-build-system)
+    (inputs `(("jack" ,jack-1)
+              ("alsa-lib" ,alsa-lib)
+              ("dbus" ,dbus)))
+    (native-inputs `(("pkg-config" ,pkg-config)
+                     ("cmake" ,cmake)))
+ (synopsis "Bridge program to create jack midi devices for each alsa midi device")
+    (description
+ "a2jmidid is a daemon that implements automatic bridging of alsa midi devices to jack midi devices")
+    (home-page "https://github.com/jackaudio/a2jmidid";)
+    (license license:gpl2)))



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: add a2jmidid. Date: Wed, 14 Jul 2021 09:24:20 +0300
On Tue, Jul 13, 2021 at 01:38:53PM -0400, terramorpha@cock.li wrote:
> I can confirm it works.

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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