unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29744] [PATCH] gnu: Add qjackrcd.
@ 2017-12-16 22:43 Ricardo Wurmus
  2017-12-18  9:59 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-16 22:43 UTC (permalink / raw)
  To: 29744; +Cc: Ricardo Wurmus

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 81ea1b136..b13c2f4d3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1993,6 +1993,38 @@ and ALSA.")
 into various outputs and to start, stop and configure jackd")
     (license license:gpl2+)))
 
+(define-public qjackrcd
+  (package
+    (name "qjackrcd")
+    (version "1.2.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/qjackrcd/stable/"
+                                  "qjackrcd-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0xpnhzbwg5c60n5dhwln5p7qm191nvmf23la88zxfqx1jv0mmxxb"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (replace 'configure
+           (lambda* (#:key outputs #:allow-other-keys)
+             (zero? (system* "qmake"
+                             (string-append "PREFIX="
+                                            (assoc-ref outputs "out")))))))))
+    (native-inputs
+     `(("qtbase" ,qtbase))) ; for qmake
+    (inputs
+     `(("jack" ,jack-1)
+       ("libsndfile" ,libsndfile)
+       ("qtbase" ,qtbase)))
+    (home-page "https://sourceforge.net/projects/qjackrcd/")
+    (synopsis "Stereo audio recorder for JACK")
+    (description "QJackRcd is a simple graphical stereo recorder for JACK
+supporting silence processing for automatic pause, file splitting, and
+background file post-processing.")
+    (license license:gpl2+)))
 
 (define-public raul
   (package
-- 
2.15.0

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

* [bug#29744] [PATCH] gnu: Add qjackrcd.
  2017-12-16 22:43 [bug#29744] [PATCH] gnu: Add qjackrcd Ricardo Wurmus
@ 2017-12-18  9:59 ` Ludovic Courtès
  2017-12-18 11:28   ` bug#29744: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-12-18  9:59 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 29744

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/packages/audio.scm (qjackrcd): New variable.

LGTM!

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

* bug#29744: [PATCH] gnu: Add qjackrcd.
  2017-12-18  9:59 ` Ludovic Courtès
@ 2017-12-18 11:28   ` Ricardo Wurmus
  0 siblings, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-18 11:28 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29744-done


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

> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> * gnu/packages/audio.scm (qjackrcd): New variable.
>
> LGTM!

Thanks.  Pushed to master.

-- 
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:[~2017-12-18 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-16 22:43 [bug#29744] [PATCH] gnu: Add qjackrcd Ricardo Wurmus
2017-12-18  9:59 ` Ludovic Courtès
2017-12-18 11:28   ` bug#29744: " 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).