[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Add sherlock-lv2.
From: |
guix-commits |
Subject: |
03/12: gnu: Add sherlock-lv2. |
Date: |
Wed, 13 Nov 2019 18:18:50 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 5182fbe0632a565c257c94a10e1e4ea681466c8b
Author: Alexandros Theodotou <address@hidden>
Date: Fri Nov 8 10:59:52 2019 +0000
gnu: Add sherlock-lv2.
* gnu/packages/music.scm: (sherlock-lv2): New variable.
Signed-off-by: Marius Bakke <address@hidden>
---
gnu/packages/music.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cc41c04..8c46287 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4737,3 +4737,32 @@ for integration into status line generators or other
command-line tools.")
effects. It contains a bitcrusher, delay, distortion, equalizer, compressor,
and reverb.")
(license license:gpl2+)))
+
+(define-public sherlock-lv2
+ (package
+ (name "sherlock-lv2")
+ (version "0.20.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://git.open-music-kontrollers.ch/lv2/"
+ "sherlock.lv2/snapshot/sherlock.lv2-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1c5xajpss9h8lbyx160bbzg8va50n2d74qwnxig9sf468rzmha1y"))))
+ (build-system meson-build-system)
+ (inputs
+ `(("libx11" ,libx11)
+ ("mesa" ,mesa)
+ ("sratom" ,sratom)))
+ (native-inputs
+ `(("flex" ,flex)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Investigative LV2 plugin bundle")
+ (description "The Sherlock plugin bundle contains LV2 plugins for
+visualizing LV2 atom, MIDI and OSC events. They can be used for monitoring
+and debugging of event signal flows inside plugin graphs.")
+ (home-page "https://open-music-kontrollers.ch/lv2/sherlock/")
+ (license license:artistic2.0)))
- branch master updated (35338b5 -> bcf851b), guix-commits, 2019/11/13
- 01/12: gnu: sratom: Propagate required inputs., guix-commits, 2019/11/13
- 03/12: gnu: Add sherlock-lv2.,
guix-commits <=
- 02/12: gnu: sratom: Adjust indentation., guix-commits, 2019/11/13
- 04/12: gnu: Add libltc., guix-commits, 2019/11/13
- 06/12: gnu: Add zam-plugins., guix-commits, 2019/11/13
- 07/12: gnu: Add redkite., guix-commits, 2019/11/13
- 09/12: gnu: Add geonkick., guix-commits, 2019/11/13
- 05/12: gnu: Add x42-plugins., guix-commits, 2019/11/13
- 11/12: gnu: Add dpf-plugins., guix-commits, 2019/11/13
- 12/12: gnu: Add avldrums-lv2., guix-commits, 2019/11/13
- 08/12: gnu: redkite: Do not use unstable tarball., guix-commits, 2019/11/13
- 10/12: gnu: geonkick: Do not use unstable source tarball., guix-commits, 2019/11/13