unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Add Qsynth.
@ 2015-06-13 17:54 Ricardo Wurmus
  2015-06-15 20:26 ` Mark H Weaver
  2015-06-15 20:31 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2015-06-13 17:54 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-Add-Qsynth.patch --]
[-- Type: text/x-patch, Size: 1415 bytes --]

From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Sat, 13 Jun 2015 19:53:48 +0200
Subject: [PATCH] gnu: Add Qsynth.

* gnu/packages/audio.scm (qsynth): New variable.
---
 gnu/packages/audio.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3b2d4e1..bb844bb 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1488,6 +1488,29 @@ to record and/or play sound using a callback function or a blocking read/write
 interface.")
     (license license:expat)))
 
+(define-public qsynth
+  (package
+    (name "qsynth")
+    (version "0.3.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://sourceforge/qsynth/qsynth-" version ".tar.gz"))
+       (sha256
+        (base32 "08kyn6cl755l9i1grzjx8yi3f8mgiz4gx0hgqad1n0d8yz85087b"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f)) ; no "check" phase
+    (inputs
+     `(("qt" ,qt)
+       ("fluidsynth" ,fluidsynth)))
+    (home-page "http://qsynth.sourceforge.net")
+    (synopsis "Graphical user interface for FluidSynth")
+    (description
+     "Qsynth is a GUI front-end application for FluidSynth written in C++.")
+    (license license:gpl2+)))
+
 (define-public rsound
   (package
     (name "rsound")
-- 
2.2.1

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

* Re: [PATCH] Add Qsynth.
  2015-06-13 17:54 [PATCH] Add Qsynth Ricardo Wurmus
@ 2015-06-15 20:26 ` Mark H Weaver
  2015-06-15 20:31 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Mark H Weaver @ 2015-06-15 20:26 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <rekado@elephly.net> writes:

> From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Sat, 13 Jun 2015 19:53:48 +0200
> Subject: [PATCH] gnu: Add Qsynth.

Looks good, thanks!

     Mark

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

* Re: [PATCH] Add Qsynth.
  2015-06-13 17:54 [PATCH] Add Qsynth Ricardo Wurmus
  2015-06-15 20:26 ` Mark H Weaver
@ 2015-06-15 20:31 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2015-06-15 20:31 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <rekado@elephly.net> skribis:

> From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Sat, 13 Jun 2015 19:53:48 +0200
> Subject: [PATCH] gnu: Add Qsynth.
>
> * gnu/packages/audio.scm (qsynth): New variable.

[...]

> +    (description
> +     "Qsynth is a GUI front-end application for FluidSynth written in C++.")

Maybe s/for FluidSynth/for the FluidSynth foo baring application/.

Otherwise LGTM!

Ludo’.

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

end of thread, other threads:[~2015-06-15 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 17:54 [PATCH] Add Qsynth Ricardo Wurmus
2015-06-15 20:26 ` Mark H Weaver
2015-06-15 20:31 ` 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).