[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: Add gx-hyperion-lv2.
From: |
Ricardo Wurmus |
Subject: |
08/14: gnu: Add gx-hyperion-lv2. |
Date: |
Thu, 13 Oct 2016 20:51:21 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 894122382e10073b8b4ed53caa0c620a557b1677
Author: Ricardo Wurmus <address@hidden>
Date: Wed Oct 12 20:06:57 2016 +0200
gnu: Add gx-hyperion-lv2.
* gnu/packages/music.scm (gx-hyperion-lv2): New variable.
---
gnu/packages/music.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 55b8b9f..41ed88b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2127,3 +2127,23 @@ pedal."))))
(synopsis "Saturation effect")
(description "This package provides the LV2 plugin \"GxSaturator\", a
saturation effect."))))
+
+(define-public gx-hyperion-lv2
+ (let ((commit "7d993bc77f9946b3df0e481632c61b2dcbb6549f")
+ (revision "1"))
+ (package (inherit gx-guvnor-lv2)
+ (name "gx-hyperion-lv2")
+ (version (string-append "0-" revision "." (string-take commit 9)))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/brummer10/GxHyperion.lv2")
+ (commit commit)))
+ (sha256
+ (base32
+ "12klcyc6l9v93ii3478mqz44jzvh5np1sk8zzdmz42jp0w8qd429"))
+ (file-name (string-append name "-" version "-checkout"))))
+ (home-page "https://github.com/brummer10/GxHyperion.lv2")
+ (synopsis "Simulation of the Hyperion Fuzz pedal")
+ (description "This package provides the LV2 plugin \"GxHyperion\", a
+simulation of the Hyperion Fuzz pedal."))))
- 07/14: gnu: Add gx-saturator-lv2., (continued)
- 07/14: gnu: Add gx-saturator-lv2., Ricardo Wurmus, 2016/10/13
- 06/14: gnu: Add gx-suppa-tone-bender-lv2., Ricardo Wurmus, 2016/10/13
- 11/14: gnu: Add gx-vintage-fuzz-master-lv2., Ricardo Wurmus, 2016/10/13
- 04/14: gnu: Add gx-tone-mender-lv2., Ricardo Wurmus, 2016/10/13
- 09/14: gnu: Add gx-voodoo-fuzz-lv2., Ricardo Wurmus, 2016/10/13
- 14/14: gnu: Add jack-keyboard., Ricardo Wurmus, 2016/10/13
- 03/14: gnu: Add gx-overdriver-lv2., Ricardo Wurmus, 2016/10/13
- 05/14: gnu: Add gx-push-pull-lv2., Ricardo Wurmus, 2016/10/13
- 01/14: gnu: Add gx-guvnor-lv2., Ricardo Wurmus, 2016/10/13
- 02/14: gnu: Add gx-vbass-preamp-lv2., Ricardo Wurmus, 2016/10/13
- 08/14: gnu: Add gx-hyperion-lv2.,
Ricardo Wurmus <=
- 10/14: gnu: Add gx-super-fuzz-lv2., Ricardo Wurmus, 2016/10/13
- 13/14: gnu: Add gx-switchless-wah-lv2., Ricardo Wurmus, 2016/10/13
- 12/14: gnu: Add gx-slow-gear-lv2., Ricardo Wurmus, 2016/10/13