[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add bjumblr.
From: |
guix-commits |
Subject: |
05/06: gnu: Add bjumblr. |
Date: |
Mon, 20 Jul 2020 19:00:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 7b866af58ccb0c1de5c3d28ced5885e599206c15
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Wed Jul 8 22:32:39 2020 +0100
gnu: Add bjumblr.
* gnu/packages/music.scm (bjumblr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/music.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9d77bdd..c3bf54d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1270,6 +1270,31 @@ B.Choppr is the successor of B.Slizr.")
(home-page "https://github.com/sjaehn/BShapr";)
(license license:gpl3+)))
+(define-public bjumblr
+ (package
+ (inherit bsequencer)
+ (name "bjumblr")
+ (version "0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sjaehn/BJumblr";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "14z8113zkwykbhm1a8h2xs972dgifvlfij92b08jckyc7cbz84ys"))))
+ (inputs
+ `(("cairo", cairo)
+ ("libsndfile", libsndfile)
+ ("lv2", lv2)))
+ (synopsis "Pattern-controlled audio stream/sample re-sequencer LV2 plugin")
+ (description "B.Jumblr is a pattern-controlled audio stream / sample
+re-sequencer LV2 plugin.")
+ (home-page "https://github.com/sjaehn/BJumblr";)
+ (license license:gpl3+)))
+
(define-public solfege
(package
(name "solfege")
- branch master updated (07a0be8 -> 8aca4f6), guix-commits, 2020/07/20
- 02/06: gnu: carla: Add gtk2 dependency., guix-commits, 2020/07/20
- 01/06: gnu: carla: Update to 2.1.1., guix-commits, 2020/07/20
- 05/06: gnu: Add bjumblr.,
guix-commits <=
- 06/06: gnu: Add ttaenc., guix-commits, 2020/07/20
- 04/06: gnu: Add bshapr., guix-commits, 2020/07/20
- 03/06: gnu: Add ninjas2., guix-commits, 2020/07/20