unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: terramorpha@cock.li
To: 49511@debbugs.gnu.org
Subject: bug#49511: [PATCH] gnu: add a2jmidid
Date: Sat, 10 Jul 2021 15:42:25 -0400	[thread overview]
Message-ID: <1a5e86a159e7092b643359333a12c6ca@cock.li> (raw)

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)))




             reply	other threads:[~2021-07-11 22:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-10 19:42 terramorpha [this message]
2021-07-13 10:10 ` bug#49511: [PATCH] gnu: add a2jmidid Efraim Flashner
2021-07-13 17:38 ` terramorpha
2021-07-14  6:24   ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a5e86a159e7092b643359333a12c6ca@cock.li \
    --to=terramorpha@cock.li \
    --cc=49511@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).