unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29751] [PATCH] gnu: Add jack-capture.
@ 2017-12-17  7:48 Ricardo Wurmus
  2017-12-18 10:00 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2017-12-17  7:48 UTC (permalink / raw)
  To: 29751; +Cc: Ricardo Wurmus

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ff48d0c59..39e80f9cb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2045,6 +2045,43 @@ on the library.")
 allows you to send JACK MIDI events (i.e. play) using your PC keyboard.")
     (license license:bsd-2)))
 
+(define-public jack-capture
+  (package
+    (name "jack-capture")
+    (version "0.9.73")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/kmatheussen/jack_capture.git")
+                    (commit version)))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "0jcqky96q8xgya6wqv1p8pj9fkf2wh7ynl67ah7x5bn3basgfclf"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:make-flags
+       (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       #:tests? #f ; there are none
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("which" ,which)))
+    (inputs
+     `(("gtk+" ,gtk+-2)
+       ("jack" ,jack-1)
+       ("libogg" ,libogg)
+       ("liblo" ,liblo)
+       ("lame" ,lame)
+       ("libsndfile" ,libsndfile)))
+    (home-page "https://github.com/kmatheussen/jack_capture")
+    (synopsis "Program for recording sound files with JACK")
+    (description "This is a program for recording sound files with JACK.  It
+can connect to any JACK port and record the output into a stereo WAV file.")
+    (license license:gpl2+)))
+
 (define-public cursynth
   (package
     (name "cursynth")
-- 
2.15.0

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

* [bug#29751] [PATCH] gnu: Add jack-capture.
  2017-12-17  7:48 [bug#29751] [PATCH] gnu: Add jack-capture Ricardo Wurmus
@ 2017-12-18 10:00 ` Ludovic Courtès
  2017-12-18 11:28   ` bug#29751: " Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-12-18 10:00 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 29751

Ricardo Wurmus <rekado@elephly.net> skribis:

> * gnu/packages/music.scm (jack-capture): New variable.

LGTM!

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

* bug#29751: [PATCH] gnu: Add jack-capture.
  2017-12-18 10:00 ` 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: 29751-done


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

> Ricardo Wurmus <rekado@elephly.net> skribis:
>
>> * gnu/packages/music.scm (jack-capture): New variable.
>
> LGTM!

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-17  7:48 [bug#29751] [PATCH] gnu: Add jack-capture Ricardo Wurmus
2017-12-18 10:00 ` Ludovic Courtès
2017-12-18 11:28   ` bug#29751: " 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).