unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: guix-devel@gnu.org
Subject: [PATCH 04/13] gnu: Add gx-tone-mender-lv2.
Date: Wed, 12 Oct 2016 20:12:40 +0200	[thread overview]
Message-ID: <20161012181249.26326-5-rekado@elephly.net> (raw)
In-Reply-To: <20161012181249.26326-1-rekado@elephly.net>

* gnu/packages/music.scm (gx-tone-mender-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 8fff7b9..4a320d1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2046,3 +2046,23 @@ Section."))))
       (synopsis "Overdrive effect with level and tone control")
       (description "This package provides the LV2 plugin \"GxOverDriver\", an
 overdrive effect."))))
+
+(define-public gx-tone-mender-lv2
+  (let ((commit "b6780b4a3e4782b3ed0e5882d6788f178aed138f")
+        (revision "1"))
+    (package (inherit gx-guvnor-lv2)
+      (name "gx-tone-mender-lv2")
+      (version (string-append "0-" revision "." (string-take commit 9)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/brummer10/GxToneMender.lv2")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "07qdcfsvv2vdnfnjh91pfgvjdcs5y91nvwfm8c0z8fp6b4bk7a9q"))
+                (file-name (string-append name "-" version "-checkout"))))
+      (home-page "https://github.com/brummer10/GxToneMender.lv2")
+      (synopsis "Clean boost with a 3-knob tonestack")
+      (description "This package provides the LV2 plugin \"GxToneMender\", a
+clean boost effect with a 3-knob tonestack."))))
-- 
2.10.0

  parent reply	other threads:[~2016-10-12 18:13 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 18:12 [PATCH 00/13] Add a bunch of LV2 audio effects! Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 01/13] gnu: Add gx-guvnor-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 02/13] gnu: Add gx-vbass-preamp-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 03/13] gnu: Add gx-overdriver-lv2 Ricardo Wurmus
2016-10-12 18:12 ` Ricardo Wurmus [this message]
2016-10-12 18:12 ` [PATCH 05/13] gnu: Add gx-push-pull-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 06/13] gnu: Add gx-suppa-tone-bender-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 07/13] gnu: Add gx-saturator-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 08/13] gnu: Add gx-hyperion-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 09/13] gnu: Add gx-voodoo-fuzz-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 10/13] gnu: Add gx-super-fuzz-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 11/13] gnu: Add gx-vintage-fuzz-master-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 12/13] gnu: Add gx-slow-gear-lv2 Ricardo Wurmus
2016-10-12 18:12 ` [PATCH 13/13] gnu: Add gx-switchless-wah-lv2 Ricardo Wurmus
2016-10-12 20:39 ` [PATCH 00/13] Add a bunch of LV2 audio effects! Kei Kebreau
2016-10-12 21:40   ` Ricardo Wurmus
2016-10-13 21:18     ` Ricardo Wurmus
2016-10-14  7:56 ` Andreas Enge
2016-10-14 10:44   ` Ricardo Wurmus
2016-10-14 21:56   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161012181249.26326-5-rekado@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).