unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Thorsten Wilms <t_w_@freenet.de>
To: 49224@debbugs.gnu.org
Cc: Thorsten Wilms <t_w_@freenet.de>
Subject: [bug#49224] [PATCH v2] gnu: Add distrho-ports-lv2.
Date: Tue, 26 Oct 2021 10:18:31 +0200	[thread overview]
Message-ID: <20211026081831.7438-1-t_w_@freenet.de> (raw)
In-Reply-To: <20210625131118.2657-1-t_w_@freenet.de>

* gnu/packages/audio.scm (distrho-ports-lv2): New variable.
---
This time without superfluous search-path-specification and with proper
indentation.

 gnu/packages/audio.scm | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..d6ed470435 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2018 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
+;;; Copyright © 2018, 2021 Thorsten Wilms <t_w_@freenet.de>
 ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2018 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois@gmx.com>
@@ -5566,3 +5566,41 @@ (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 distrho-ports-lv2
+  (package
+    (name "distrho-ports-lv2")
+    (version "2021-03-15")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+	(string-append "https://github.com/DISTRHO/DISTRHO-Ports/archive/refs/tags/"
+                       version ".tar.gz"))
+       (sha256
+	(base32 "0cl10zvmg4zkiapza8aqj8p0brsfacvrxsr1fc7yy0b521q40xbj"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:configure-flags
+       (list
+	"-Dbuild-vst2=false"
+	"-Dbuild-vst3=false"
+	(string-append "--prefix=" (assoc-ref %outputs "out")))))
+    (inputs
+     `(("alsa" ,alsa-lib)
+       ("fftwf" ,fftwf)
+       ("freetype" ,freetype)
+       ("libx11" ,libx11)
+       ("libxcursor" ,libxcursor)
+       ("libxext" ,libxext)
+       ("lv2" ,lv2)
+       ("mesa" ,mesa)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://distrho.sourceforge.io/ports.php")
+    (synopsis "Audio plug-in pack for LV2")
+    (description
+     "DISTHRO Ports is a collection of LV2-versions of audio plugins that have
+been made with the JUCE-framework.")
+    ;; non-copyleft for drow (MIT). agpl3 for HiReSam.
+    (license (list license:gpl2 license:gpl2+ license:gpl3+ license:agpl3 license:non-copyleft))))
-- 
2.33.1





      reply	other threads:[~2021-10-26  8:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-25 13:11 [bug#49224] [PATCH] gnu: Add distrho-ports-lv2 Thorsten Wilms
2021-10-26  8:18 ` Thorsten Wilms [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=20211026081831.7438-1-t_w_@freenet.de \
    --to=t_w_@freenet.de \
    --cc=49224@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).