GNU bug report logs - #49511
[PATCH] gnu: add a2jmidid

Previous Next

Package: guix;

Reported by: terramorpha <at> cock.li

Date: Sat, 10 Jul 2021 19:43:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49511 in the body.
You can then email your comments to 49511 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#49511; Package guix. (Sat, 10 Jul 2021 19:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to terramorpha <at> cock.li:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 10 Jul 2021 19:43:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: terramorpha <at> cock.li
To: bug-guix <at> gnu.org
Subject: [PATCH] gnu: add a2jmidid
Date: Sat, 10 Jul 2021 15:42:25 -0400
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 <at> bonfacemunyoki.com>
 ;;; Copyright © 2021 Frank Pursel <frank.pursel <at> gmail.com>
 ;;; Copyright © 2021 Rovanion Luckey <rovanion.luckey <at> gmail.com>
+;;; Copyright © 2021 Justin Veilleux <terramorpha <at> 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)))




Information forwarded to bug-guix <at> gnu.org:
bug#49511; Package guix. (Tue, 13 Jul 2021 10:12:02 GMT) Full text and rfc822 format available.

Message #8 received at 49511 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: terramorpha <at> cock.li
Cc: 49511 <at> debbugs.gnu.org
Subject: Re: bug#49511: [PATCH] gnu: add a2jmidid
Date: Tue, 13 Jul 2021 13:10:05 +0300
[Message part 1 (text/plain, inline)]
I made some changes to the package but I don't use jack so I can't test
it out. Can you see if this works?


-- 
Efraim Flashner   <efraim <at> 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
[0001-bug-49511-PATCH-gnu-add-a2jmidid.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#49511; Package guix. (Tue, 13 Jul 2021 17:40:02 GMT) Full text and rfc822 format available.

Message #11 received at 49511 <at> debbugs.gnu.org (full text, mbox):

From: terramorpha <at> cock.li
To: 49511 <at> debbugs.gnu.org
Cc: efraim <at> flashner.co.il
Subject: [PATCH] gnu: add a2jmidid.
Date: Tue, 13 Jul 2021 13:38:53 -0400
I can confirm it works.

Cheers.




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Wed, 14 Jul 2021 06:26:02 GMT) Full text and rfc822 format available.

Notification sent to terramorpha <at> cock.li:
bug acknowledged by developer. (Wed, 14 Jul 2021 06:26:02 GMT) Full text and rfc822 format available.

Message #16 received at 49511-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: terramorpha <at> cock.li
Cc: 49511-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: add a2jmidid.
Date: Wed, 14 Jul 2021 09:24:20 +0300
[Message part 1 (text/plain, inline)]
On Tue, Jul 13, 2021 at 01:38:53PM -0400, terramorpha <at> cock.li wrote:
> I can confirm it works.

Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 11 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.