unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51394] [PATCH] Add blop-lv2.
@ 2021-10-25 19:05 Thorsten Wilms
  0 siblings, 0 replies; only message in thread
From: Thorsten Wilms @ 2021-10-25 19:05 UTC (permalink / raw)
  To: 51394; +Cc: Thorsten Wilms

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-26  0:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 19:05 [bug#51394] [PATCH] Add blop-lv2 Thorsten Wilms

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).