[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: gx-voodoo-fuzz-lv2: Update to 0.1.
From: |
Ricardo Wurmus |
Subject: |
04/13: gnu: gx-voodoo-fuzz-lv2: Update to 0.1. |
Date: |
Mon, 10 Apr 2017 12:49:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit cf44ebebc45264fb9b95c775f606f2fc33c10dae
Author: Ricardo Wurmus <address@hidden>
Date: Mon Apr 10 17:54:16 2017 +0200
gnu: gx-voodoo-fuzz-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-voodoo-fuzz-lv2): Update to 0.1.
---
gnu/packages/music.scm | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c384f8b..6d9d398 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2490,26 +2490,24 @@ saturation effect."))))
simulation of the Hyperion Fuzz pedal.")))
(define-public gx-voodoo-fuzz-lv2
- (let ((commit "aec7889b489385e8add06126e7a36ae2e26254b1")
- (revision "2"))
- (package (inherit gx-guvnor-lv2)
- (name "gx-voodoo-fuzz-lv2")
- (version (string-append "0-" revision "." (string-take commit 9)))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/brummer10/GxVoodoFuzz.lv2")
- (commit commit)))
- (sha256
- (base32
- "0mc41ldlv89069iaysnfiqxy5h5sr8mdi5cxm3ij5q5v4jv3viwx"))
- (file-name (string-append name "-" version "-checkout"))))
- (home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
- (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
- (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
+ (package (inherit gx-guvnor-lv2)
+ (name "gx-voodoo-fuzz-lv2")
+ (version "0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/brummer10/"
+ "GxVoodoFuzz.lv2/archive/v"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0cc8sg7q493bs6pcq4ipqp6czpxv04nh9yvn8kq2x65ni2208n2f"))
+ (file-name (string-append name "-" version ".tar.gz"))))
+ (home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
+ (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
+ (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
simulation modelled after the Voodoo Lab SuperFuzz pedal. It's basically a
Bosstone circuit, followed by the tone control of the FoxToneMachine in
-parallel with a DarkBooster, followed by a volume control."))))
+parallel with a DarkBooster, followed by a volume control.")))
(define-public gx-super-fuzz-lv2
(let ((commit "f40389575812c909007d140d327ce579930b71f7")
- branch master updated (35f909d -> f1d8156), Ricardo Wurmus, 2017/04/10
- 04/13: gnu: gx-voodoo-fuzz-lv2: Update to 0.1.,
Ricardo Wurmus <=
- 01/13: gnu: gx-suppa-tone-bender-lv2: Update to 0.1., Ricardo Wurmus, 2017/04/10
- 02/13: gnu: gx-hyperion-lv2: Update to 0.1., Ricardo Wurmus, 2017/04/10
- 05/13: gnu: gx-super-fuzz-lv2: Update to 0.1., Ricardo Wurmus, 2017/04/10
- 07/13: gnu: gx-vintage-fuzz-master-lv2: Update to 0.1., Ricardo Wurmus, 2017/04/10
- 11/13: gnu: suil: Update to 0.8.4., Ricardo Wurmus, 2017/04/10
- 09/13: gnu: sord: Update to 0.16.0., Ricardo Wurmus, 2017/04/10
- 03/13: gnu: Fix build for packages inheriting from gx-guvnor-lv2., Ricardo Wurmus, 2017/04/10
- 13/13: gnu: jalv: Update to 1.6.0., Ricardo Wurmus, 2017/04/10
- 06/13: gnu: gx-super-fuzz-lv2: Fix description., Ricardo Wurmus, 2017/04/10
- 08/13: gnu: serd: Update to 0.26.0., Ricardo Wurmus, 2017/04/10