unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add qmidiarp.
@ 2016-12-04 18:38 Ricardo Wurmus
  2016-12-04 19:54 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2016-12-04 18:38 UTC (permalink / raw)
  To: guix-devel

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index dc8c54e..f748b57 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2639,6 +2639,38 @@ plugin on any system where Ingen is installed.  This allows users to visually
 develop custom plugins for use in other applications without programming.")
       (license license:agpl3+))))
 
+(define-public qmidiarp
+  (package
+    (name "qmidiarp")
+    (version "0.6.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/qmidiarp/qmidiarp/"
+                                  version "/qmidiarp-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1gkfv8ajgf86kbn6j5ilfc1zlz17gdi9yxzywqd6jwff4xlm75hx"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       (list "--enable-qt5"
+             "CXXFLAGS=-std=gnu++11")))
+    (inputs
+     `(("qtbase" ,qtbase)
+       ("alsa-lib" ,alsa-lib)
+       ("jack" ,jack-1)
+       ("liblo" ,liblo)
+       ("lv2" ,lv2)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("qttools" ,qttools)))
+    (home-page "http://qmidiarp.sourceforge.net/")
+    (synopsis "MIDI arpeggiator")
+    (description "QMidiArp is an advanced MIDI arpeggiator, programmable step
+sequencer and LFO.  It can hold any number of arpeggiator, sequencer, or LFO
+modules running in parallel.")
+    (license license:gpl2+)))
+
 (define-public python-discogs-client
   (package
     (name "python-discogs-client")
-- 
2.10.2

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

* Re: [PATCH] gnu: Add qmidiarp.
  2016-12-04 18:38 [PATCH] gnu: Add qmidiarp Ricardo Wurmus
@ 2016-12-04 19:54 ` Leo Famulari
  2016-12-04 22:17   ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2016-12-04 19:54 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

On Sun, Dec 04, 2016 at 07:38:08PM +0100, Ricardo Wurmus wrote:
> * gnu/packages/music.scm (qmidiarp): New variable.

> +    (description "QMidiArp is an advanced MIDI arpeggiator, programmable step
> +sequencer and LFO.  It can hold any number of arpeggiator, sequencer, or LFO
> +modules running in parallel.")

AWESOME :)

LGTM

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

* Re: [PATCH] gnu: Add qmidiarp.
  2016-12-04 19:54 ` Leo Famulari
@ 2016-12-04 22:17   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2016-12-04 22:17 UTC (permalink / raw)
  To: Leo Famulari; +Cc: guix-devel


Leo Famulari <leo@famulari.name> writes:

> On Sun, Dec 04, 2016 at 07:38:08PM +0100, Ricardo Wurmus wrote:
>> * gnu/packages/music.scm (qmidiarp): New variable.
>
>> +    (description "QMidiArp is an advanced MIDI arpeggiator, programmable step
>> +sequencer and LFO.  It can hold any number of arpeggiator, sequencer, or LFO
>> +modules running in parallel.")
>
> AWESOME :)
>
> LGTM

Pushed to master as b3410b44b267b2164be1914a172b82e2a9144dbb.
Have fun!

-- 
Ricardo

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

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

end of thread, other threads:[~2016-12-04 22:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-04 18:38 [PATCH] gnu: Add qmidiarp Ricardo Wurmus
2016-12-04 19:54 ` Leo Famulari
2016-12-04 22:17   ` Ricardo Wurmus

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