all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 39213@debbugs.gnu.org
Subject: [bug#39213] [PATCH] gnu: Add regrader.
Date: Tue, 21 Jan 2020 05:36:31 +0000	[thread overview]
Message-ID: <e6af58298cd8d5419ad67c1f9dea5c76b7a202bd.camel@zrythm.org> (raw)
In-Reply-To: <67417190ae2cacc9d103c89cc523b0c6f6fef17f.camel@zrythm.org>


[-- Attachment #1.1: Type: text/plain, Size: 144 bytes --]

Simplified by inheriting since it uses the exact same build procedure
and dependencies as vl1-emulator by the same upstream.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-Add-regrader.patch --]
[-- Type: text/x-patch, Size: 1661 bytes --]

From 345b974a8dc783aa03c2bfd77c1e8dffba284639 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 21 Jan 2020 05:19:03 +0000
Subject: [PATCH] gnu: Add regrader.

* gnu/packages/music.scm (regrader): New variable.
---
 gnu/packages/music.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5e6509e6ca..90774eafe7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5163,3 +5163,29 @@ code by PolyValens, offered as a VST plugin, an LV2 plugin and a standalone
 JACK application.")
     ;; Expat or CC0
     (license (list license:expat license:cc0))))
+
+(define-public regrader
+  (package
+    (inherit vl1-emulator)
+    (name "regrader")
+    (version "1.0.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/linuxmao-org/regrader.git")
+               (commit (string-append "v" version))
+               ;; bundles a specific commit of the DISTRHO plugin framework
+               (recursive? #t)))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "0gl4d5lf2afqknz22jz7hh7029sc9v1xrz6nbz9dlv42bwc0cvl0"))))
+    (home-page "https://github.com/linuxmao-org/regrader")
+    (synopsis "Delay effect plugin")
+    (description
+     "Regrader is a delay effect where the repeats degrade in resolution.
+This is an unofficial port of the Regrader plugin created by Igorski.  It
+is available as an LV2 plugin, a VST plugin and a standalone JACK
+application.")
+    (license license:expat)))
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2020-01-21  5:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21  5:21 [bug#39213] [PATCH] gnu: Add regrader Alexandros Theodotou
2020-01-21  5:36 ` Alexandros Theodotou [this message]
2020-01-21  5:41 ` [bug#39213] fogpad: reverb plugin Alexandros Theodotou
2020-02-25 15:43 ` [bug#39213] [PATCH] gnu: Add regrader Alexandros Theodotou
2020-02-26  6:56   ` bug#39213: " Efraim Flashner

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

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

  git send-email \
    --in-reply-to=e6af58298cd8d5419ad67c1f9dea5c76b7a202bd.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=39213@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.