GNU bug report logs - #51406
[PATCH] gnu: Add fomp-lv2.

Previous Next

Package: guix-patches;

Reported by: Thorsten Wilms <t_w_ <at> freenet.de>

Date: Tue, 26 Oct 2021 09:24:02 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 51406 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51406; Package guix-patches. (Tue, 26 Oct 2021 09:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thorsten Wilms <t_w_ <at> freenet.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 26 Oct 2021 09:24:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thorsten Wilms <t_w_ <at> freenet.de>
To: guix-patches <at> gnu.org
Cc: Thorsten Wilms <t_w_ <at> freenet.de>
Subject: [PATCH] gnu: Add fomp-lv2.
Date: Tue, 26 Oct 2021 11:23:29 +0200
* gnu/packages/audio.scm (fomp-lv2): New variable.
---
 gnu/packages/audio.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..1dcdebc300 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2018 Clément Lassieur <clement <at> lassieur.org>
 ;;; Copyright © 2018 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke <at> fastmail.com>
-;;; Copyright © 2018 Thorsten Wilms <t_w_ <at> freenet.de>
+;;; Copyright © 2018, 2021 Thorsten Wilms <t_w_ <at> freenet.de>
 ;;; Copyright © 2018 Eric Bavier <bavier <at> member.fsf.org>
 ;;; Copyright © 2018 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois <at> gmx.com>
@@ -5566,3 +5566,26 @@ (define-public mda-lv2
      "MDA-LV2 is an LV2 port of the MDA plugins.  It includes effects and a few
 instrument plugins.")
     (license license:gpl3+)))
+
+(define-public fomp-lv2
+  (package
+    (name "fomp-lv2")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "http://download.drobilla.net/fomp-"
+		       version ".tar.bz2"))
+       (sha256
+        (base32 "0vyrx62xiakqdsc11xm8z0wgyn0zdqhsz99l0rxp0fv24y7s4wf6"))))
+    (build-system waf-build-system)
+    (arguments `(#:tests? #f)) ; No check target.
+    (inputs `(("lv2" ,lv2)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (synopsis "Filter, EQ, chorus and oscillator LV2 plugins.
+plugins.")
+    (description "Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins by 
+Fons Adriaensen, consisting of filters, EQ, chorus and oscillators.")
+    (home-page "http://drobilla.net/software/fomp.html")
+    (license license:gpl2+)))
-- 
2.33.1





This bug report was last modified 2 years and 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.