unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins.
@ 2019-12-12  1:16 Alexandros Theodotou
  2019-12-12  1:18 ` Alexandros Theodotou
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2019-12-12  1:16 UTC (permalink / raw)
  To: 38571

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

This is a meta package for easily installing all LV2 plugins available
in Guix. I left out a couple because I had some build problems, but can
be added later.

Thanks,
Alex

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins.
  2019-12-12  1:16 [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins Alexandros Theodotou
@ 2019-12-12  1:18 ` Alexandros Theodotou
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandros Theodotou @ 2019-12-12  1:18 UTC (permalink / raw)
  To: 38571


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

Oops, forgot patch

On Thu, 2019-12-12 at 01:16 +0000, Alexandros Theodotou wrote:
> This is a meta package for easily installing all LV2 plugins
> available
> in Guix. I left out a couple because I had some build problems, but
> can
> be added later.
> 
> Thanks,
> Alex

[-- Attachment #1.2: 0002-gnu-Add-lv2-plugins.patch --]
[-- Type: text/x-patch, Size: 2462 bytes --]

From 7cf0a9bb3e42081eb7b0ec23d0b7a486bb2676f5 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 12 Dec 2019 01:08:19 +0000
Subject: [PATCH 2/2] gnu: Add lv2-plugins.

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

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ac32660454..028071b82e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4969,3 +4969,48 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
     (description "Helm is a cross-platform polyphonic synthesizer available standalone
 and as an LV2 plugin.")
     (license license:gpl3+)))
+
+(define-public lv2-plugins
+  (package
+    (name "lv2-plugins")
+    (version "1.0")
+    (source #f)
+    (build-system trivial-build-system)
+    (arguments '(#:builder (begin (mkdir %output) #t)))
+    (propagated-inputs
+      `(("lv2" ,lv2)
+        ("swh-plugins-lv2" ,swh-plugins-lv2)
+        ("rkrlv2" ,rkrlv2)
+        ("lv2-mda-piano" ,lv2-mda-piano)
+        ("lv2-mda-epiano" ,lv2-mda-epiano)
+        ("caps-plugins-lv2" ,caps-plugins-lv2)
+        ("avldrums-lv2" ,avldrums-lv2)
+        ("ams-lv2" ,ams-lv2)
+        ("geonkick" ,geonkick)
+        ("gx-plugins-lv2" ,gx-plugins-lv2)
+        ("gx-tone-mender-lv2" ,gx-tone-mender-lv2)
+        ("gx-switchless-wah-lv2" ,gx-switchless-wah-lv2)
+        ("gx-push-pull-lv2" ,gx-push-pull-lv2)
+        ("gx-overdriver-lv2" ,gx-overdriver-lv2)
+        ("x42-plugins" ,x42-plugins)
+        ("noise-repellent" ,noise-repellent)
+        ("mod-utilities" ,mod-utilities)
+        ("infamous-plugins" ,infamous-plugins)
+        ("calf" ,calf)
+        ("bsequencer" ,bsequencer)
+        ("artyfx" ,artyfx)
+        ("zam-plugins" ,zam-plugins)
+        ("helm" ,helm)
+        ("dpf-plugins" ,dpf-plugins)
+        ("azr3" ,azr3)
+        ("zynaddsubfx" ,zynaddsubfx)
+        ("sherlock-lv2" ,sherlock-lv2)))
+    (home-page "https://lv2plug.in/")
+    (synopsis "LV2 plugin bundle")
+    (description
+      "This bundle provides all LV2 plugins available in Guix.")
+    ;; Various licenses used by each package
+    (license
+      (list license:gpl2 license:isc license:lgpl3+ license:gpl2+
+            license:gpl3+ license:lgpl2.1+ license:gpl3
+            license:lgpl3 license:expat license:artistic2.0))))
-- 
2.24.0


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-12  1:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-12  1:16 [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins Alexandros Theodotou
2019-12-12  1:18 ` Alexandros Theodotou

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