unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29342] [PATCH] gnu: Add qmidiroute.
@ 2017-11-17 19:32 Ricardo Wurmus
       [not found] ` <handler.29342.B.15109471963974.ack@debbugs.gnu.org>
  2017-11-20  9:33 ` [bug#29342] [PATCH] gnu: Add qmidiroute Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-11-17 19:32 UTC (permalink / raw)
  To: 29342; +Cc: Ricardo Wurmus

* gnu/packages/music.scm (qmidiroute): New variable.
---
 gnu/packages/music.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 04a1c934a..b83652657 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2925,6 +2925,36 @@ sequencer and LFO.  It can hold any number of arpeggiator, sequencer, or LFO
 modules running in parallel.")
     (license license:gpl2+)))
 
+(define-public qmidiroute
+  (package
+    (name "qmidiroute")
+    (version "0.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/alsamodular/QMidiRoute/"
+                                  version "/qmidiroute-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "19v1ppbglgl3z9v7xdqc0k33w71cqq8a7d6ihvfs7iz77dygrih9"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list "--enable-qt5"
+             "CXXFLAGS=-std=gnu++11")))
+    (inputs
+     `(("qtbase" ,qtbase)
+       ("alsa-lib" ,alsa-lib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("qttools" ,qttools)))
+    (home-page "http://alsamodular.sourceforge.net/")
+    (synopsis "MIDI event router and filter")
+    (description "QMidiRoute is a MIDI event router and filter.  MIDI note,
+control change, program change and pitch bend events are logged, and can be
+filtered, redirected and transformed into other events according to MIDI maps
+defined as tabs in the main control surface.")
+    (license license:gpl2+)))
+
 (define-public seq24
   (package
     (name "seq24")
-- 
2.15.0

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

* bug#29342: Acknowledgement ([PATCH] gnu: Add qmidiroute.)
       [not found] ` <handler.29342.B.15109471963974.ack@debbugs.gnu.org>
@ 2017-11-17 21:38   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-11-17 21:38 UTC (permalink / raw)
  To: 29342-done

Pushed to master.

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

* [bug#29342] [PATCH] gnu: Add qmidiroute.
  2017-11-17 19:32 [bug#29342] [PATCH] gnu: Add qmidiroute Ricardo Wurmus
       [not found] ` <handler.29342.B.15109471963974.ack@debbugs.gnu.org>
@ 2017-11-20  9:33 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-11-20  9:33 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 29342

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/packages/music.scm (qmidiroute): New variable.

LGTM, thanks!

Ludo'.

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

end of thread, other threads:[~2017-11-20  9:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 19:32 [bug#29342] [PATCH] gnu: Add qmidiroute Ricardo Wurmus
     [not found] ` <handler.29342.B.15109471963974.ack@debbugs.gnu.org>
2017-11-17 21:38   ` bug#29342: Acknowledgement ([PATCH] gnu: Add qmidiroute.) Ricardo Wurmus
2017-11-20  9:33 ` [bug#29342] [PATCH] gnu: Add qmidiroute Ludovic Courtès

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