unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandros Theodotou <alex@zrythm.org>
To: 38571@debbugs.gnu.org
Subject: [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins.
Date: Thu, 12 Dec 2019 01:18:23 +0000	[thread overview]
Message-ID: <a678a26ae4e0f817195156a326948483f15f0113.camel@zrythm.org> (raw)
In-Reply-To: <cb175ac1bcaf847ec8bb82bca05a7e6168ed5709.camel@zrythm.org>


[-- 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 --]

      reply	other threads:[~2019-12-12  1:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12  1:16 [bug#38571] [PATCH 2/2] gnu: Add lv2-plugins Alexandros Theodotou
2019-12-12  1:18 ` Alexandros Theodotou [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=a678a26ae4e0f817195156a326948483f15f0113.camel@zrythm.org \
    --to=alex@zrythm.org \
    --cc=38571@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 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).