guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/14: gnu: Add gx-saturator-lv2.


From: Ricardo Wurmus
Subject: 07/14: gnu: Add gx-saturator-lv2.
Date: Thu, 13 Oct 2016 20:51:21 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 664f677fdc37b9f8086832007f05e99ad145af93
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 12 20:06:40 2016 +0200

    gnu: Add gx-saturator-lv2.
    
    * gnu/packages/music.scm (gx-saturator-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 af13712..55b8b9f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2107,3 +2107,23 @@ simulation of a push pull transistor fuzz effect with 
added high octave."))))
       (description "This package provides the LV2 plugin
 \"GxSuppaToneBender\", a simulation modelled after the Vox Suppa Tone Bender
 pedal."))))
+
+(define-public gx-saturator-lv2
+  (let ((commit "361399245d234b4d02f11f066d25ac15d90c6bf8")
+        (revision "1"))
+    (package (inherit gx-guvnor-lv2)
+      (name "gx-saturator-lv2")
+      (version (string-append "0-" revision "." (string-take commit 9)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/brummer10/GxSaturator.lv2";)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "13cf5gxr2wzp5954hdhbl79v98a665ll5434mb3668p4j33sv217"))
+                (file-name (string-append name "-" version "-checkout"))))
+      (home-page "https://github.com/brummer10/GxSaturator.lv2";)
+      (synopsis "Saturation effect")
+      (description "This package provides the LV2 plugin \"GxSaturator\", a
+saturation effect."))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]