unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] qjackctl
@ 2017-03-29  9:48 Mark Meyer
  2017-04-03  8:37 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Meyer @ 2017-03-29  9:48 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Hi list,
this is a patch to package up qjackctl.

Cheers, Mark


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Patch to add qjackctl --]
[-- Type: text/x-patch, Size: 1413 bytes --]

From 93bdb3c4f6b8d74584ec29ea4f6733c373c44ab2 Mon Sep 17 00:00:00 2001
From: Mark Meyer <mark@ofosos.org>
Date: Wed, 29 Mar 2017 10:35:46 +0200
Subject: [PATCH 1/2] Add qjackctl to the audio packages.

---
 gnu/packages/audio.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2b11a32ca..d1f360d3d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1783,6 +1783,32 @@ buffers, and audio capture.")
 and ALSA.")
     (license license:gpl3+)))
 
+(define-public qjackctl
+  (package
+    (name "qjackctl")
+    (version "0.4.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://downloads.sourceforge.net/qjackctl/qjackctl-" version ".tar.gz"))
+              (sha256
+               (base32
+                "19bbljb3iz5ss4s5fmra1dxabg2fnp61sa51d63zsm56xkvv47ak"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f)) ; no check target
+
+    (inputs
+     `(("jack-2" ,jack-2)
+       ("qt" ,qt)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("qttools" ,qttools)))
+    (home-page "https://qtjackctl.sourceforge.io")
+    (synopsis "A Jack server control application")
+    (description "Control a Jack server")
+    (license license:gpl2+)))
+    
+  
 (define-public raul
   (package
     (name "raul")
-- 
2.12.1


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: add a proper description --]
[-- Type: text/x-patch, Size: 872 bytes --]

From 33b194b92c563c370a41cffa485594fb321f2e14 Mon Sep 17 00:00:00 2001
From: Mark Meyer <mark@ofosos.org>
Date: Wed, 29 Mar 2017 11:41:08 +0200
Subject: [PATCH 2/2] Add a proper synopsis

---
 gnu/packages/audio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d1f360d3d..7ebf68ee3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1804,7 +1804,7 @@ and ALSA.")
      `(("pkg-config" ,pkg-config)
        ("qttools" ,qttools)))
     (home-page "https://qtjackctl.sourceforge.io")
-    (synopsis "A Jack server control application")
+    (synopsis "A Jack server control application that allows you to plug various sources into various outputs and to start, stop and configure jackd")
     (description "Control a Jack server")
     (license license:gpl2+)))
     
-- 
2.12.1


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

end of thread, other threads:[~2017-04-04 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-29  9:48 [PATCH] qjackctl Mark Meyer
2017-04-03  8:37 ` Ludovic Courtès
2017-04-03 18:15   ` Mark Meyer
2017-04-04 12:08     ` 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).