all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30536] [PATCH] gnu: Add patchmatrix.
@ 2018-02-19 17:42 Ricardo Wurmus
  2018-02-26 17:50 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2018-02-19 17:42 UTC (permalink / raw)
  To: 30536; +Cc: Ricardo Wurmus

* gnu/packages/music.scm (patchmatrix): 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 3709f10d1..10e4af544 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3726,6 +3726,34 @@ notation and includes basic support for digital audio.")
     (home-page "http://www.rosegardenmusic.com/")
     (license license:gpl2)))
 
+(define-public patchmatrix
+  (package
+    (name "patchmatrix")
+    (version "0.12.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/OpenMusicKontrollers/patchmatrix.git")
+                    (commit version)))
+              (file-name (string-append "patchmatrix-" version "-checkout"))
+              (sha256
+               (base32
+                "19ivp7h5vq6r1qhmycjxzvrgg7fc4a3v5vb3n4c7afs4z3pj53zi"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f))          ; no test target
+    (inputs
+     `(("jack" ,jack-1)
+       ("lv2" ,lv2)
+       ("mesa" ,mesa)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://github.com/OpenMusicKontrollers/patchmatrix")
+    (synopsis "Simple JACK patch bay")
+    (description "PatchMatrix is a patch bay for the JACK audio connection
+kit.  It provides a patch bay in flow matrix style for audio, MIDI, CV, and
+OSC connections.")
+    (license license:artistic2.0)))
+
 (define-public sorcer
   (package
     (name "sorcer")
-- 
2.16.2

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

* [bug#30536] [PATCH] gnu: Add patchmatrix.
  2018-02-19 17:42 [bug#30536] [PATCH] gnu: Add patchmatrix Ricardo Wurmus
@ 2018-02-26 17:50 ` Ludovic Courtès
  2018-03-01 20:37   ` bug#30536: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-02-26 17:50 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 30536

Ricardo Wurmus <rekado@elephly.net> skribis:

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

LGTM, thanks!

Ludo'.

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

* bug#30536: [PATCH] gnu: Add patchmatrix.
  2018-02-26 17:50 ` Ludovic Courtès
@ 2018-03-01 20:37   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2018-03-01 20:37 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 30536-done


Ludovic Courtès <ludo@gnu.org> writes:

> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> * gnu/packages/music.scm (patchmatrix): New variable.
>
> LGTM, thanks!

Thanks for the review.  Pushed to master with commit
643817e44534f58b28bb41bf75ebf7ad240e49f4.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

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

end of thread, other threads:[~2018-03-01 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19 17:42 [bug#30536] [PATCH] gnu: Add patchmatrix Ricardo Wurmus
2018-02-26 17:50 ` Ludovic Courtès
2018-03-01 20:37   ` bug#30536: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.