GNU bug report logs - #51394
[PATCH] Add blop-lv2.

Previous Next

Package: guix-patches;

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

Date: Mon, 25 Oct 2021 19:07:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 51394 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#51394; Package guix-patches. (Mon, 25 Oct 2021 19:07:01 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. (Mon, 25 Oct 2021 19:07: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] Add blop-lv2.
Date: Mon, 25 Oct 2021 21:05:38 +0200
* gnu/packages/audio.scm (blop-lv2): New variable.
---
 gnu/packages/audio.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..7c0c7958a9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -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 blop-lv2
+  (package
+    (name "blop-lv2")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "http://download.drobilla.net/blop-lv2-"
+		       version ".tar.bz2"))
+       (sha256
+        (base32 "06gqrzbrc8vx75d570l3mgkmq8b261qjzffxh4zcqi7136nk231y"))))
+    (build-system waf-build-system)
+    (arguments `(#:tests? #f)) ; No check target.
+    (inputs `(("lv2" ,lv2)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (synopsis "Oscillator and utility LV2 plugins for modular audio synthesis.")
+    (description "BLOP.lv2 is a port of the BLOP LADSPA plugins (version 0.2.8) 
+by Mike Rawes to LV2.  This set includes bandlimited, wavetable-based 
+oscillators, envelopes and utility plugins for modular audio synthesis.")
+    (home-page "https://drobilla.net/software/blop-lv2.html")
+    (license license:gpl3+)))
-- 
2.33.1





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

Previous Next


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