GNU bug report logs - #49008
[PATCH] gnu: Add invada-studio-plugins-lv2.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Thorsten Wilms <t_w_@HIDDEN>; Keywords: patch; dated Sun, 13 Jun 2021 19:27:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 49008 <at> debbugs.gnu.org:


Received: (at 49008) by debbugs.gnu.org; 23 Apr 2022 12:46:05 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 23 08:46:05 2022
Received: from localhost ([127.0.0.1]:55380 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1niF9J-0008TD-6F
	for submit <at> debbugs.gnu.org; Sat, 23 Apr 2022 08:46:05 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:41832)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1niF9F-0008On-Fy
 for 49008 <at> debbugs.gnu.org; Sat, 23 Apr 2022 08:46:03 -0400
Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be
 ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a])
 by andre.telenet-ops.be with bizsmtp
 id NClz2700A4UW6Th01ClzY2; Sat, 23 Apr 2022 14:45:59 +0200
Message-ID: <12b95f88fd08ad5d5ca4ab8ce07eac9a8015501e.camel@HIDDEN>
Subject: Re: bug#55069: Add some means to find LV2 plugins
From: Maxime Devos <maximedevos@HIDDEN>
To: Nathan Dehnel <ncdehnel@HIDDEN>, 55069 <at> debbugs.gnu.org, 
 51395 <at> debbugs.gnu.org, 49008 <at> debbugs.gnu.org, 49028 <at> debbugs.gnu.org, 
 46210 <at> debbugs.gnu.org
Date: Sat, 23 Apr 2022 14:45:54 +0200
In-Reply-To: <CAEEhgEs+2WQT=hjbtctXbZZB-Xr7pPesNAettvDPBd2LqL8p0w@HIDDEN>
References: <CAEEhgEs+2WQT=hjbtctXbZZB-Xr7pPesNAettvDPBd2LqL8p0w@HIDDEN>
Content-Type: multipart/signed; micalg="pgp-sha512";
 protocol="application/pgp-signature"; boundary="=-l4SVn1pgbRXZaRAXyW1T"
User-Agent: Evolution 3.38.3-1 
MIME-Version: 1.0
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22;
 t=1650717960; bh=tUBxVFnKjrTvnF156O5zMmyWe7PHiRzT8GIAmQbf+cA=;
 h=Subject:From:To:Date:In-Reply-To:References;
 b=m50byqhbc+CbF61KA1D/vxbkDe6BfnQHF+Wl84qBEN7xPX2cM2TKLh4V2iEJidMXb
 6SfOExujsMp5fQSqptArnP4y4LF99DR7eXe4pyA5S7a8Xm6qiDcsk+o4SE1y7+aNYm
 XVh7PdLhEi3mEO31er4/FOM4GPBaExqxegEqx1QqsQSkM20D31fQnlnyyQiCQNDpIo
 a3tmbQcQDTESsDTOqDJEofV77QaUaPdSrwUJRQxQ/zmwVD0HJSwyMte/wWTzJ5kYvq
 xhqKahpPlDR/EFm1UTOxZfgKcuIoNXeE9j0s7B06y4Cq/Nb5e0PgOuy0VQNHjdp5Gn
 uIMwoHEY3mnCA==
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 49008
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)


--=-l4SVn1pgbRXZaRAXyW1T
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

> [PATCH] gnu: mda-lv2: Remove unnecessary search-path-specification.

Isn't it currently necessary?  Because lv2 doesn't have a LV2_PATH
search path yet.

Nathan Dehnel schreef op vr 22-04-2022 om 17:13 [-0500]:
> It seems DAWs and plugins can't find each other because there is no
> way to find the plugins outside of the store because there is no
> directory where the plugins are aggregated, and $LV2_PATH isn't set.

I think this would be resolved by adding the search path to the 'lv2'
package (and removing it from lv2-mda-piano, mda-lv2 and calf).

> [PATCH] gnu: Add invada-studio-plugins-lv2.
> [PATCH] gnu: Add distrho-ports-lv2.
> [PATCH] gnu: Add omins-lv2.
> [PATCH] Add drumgizmo

The convention is to add the search paths to the users of the plugins,
not the plugins theirselves.  Cf. GUILE_LOAD_PATH, LIBRARY_PATH,
MINETEST_MOD_PATH, EMACSLOADPATH, INFOPATH ...  See
<https://issues.guix.gnu.org/49533#5>.

The benefit is that this avoids forgetting LV2_PATH for some plugins,
as it only needs to be added to relatively few places (lv2 itself,
maybe guitarix, maybe ir, arour ...).

Greetings,
Maxime

--=-l4SVn1pgbRXZaRAXyW1T
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYmP1AhccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7h+eAP49mWmaho4w9vOh+7fFYDXFvQD1
KG3WRZSoOgbk/eEjFQD/Z2mBpR/uc2eFo+5y/S+/+wh/TVNHXtWJffrmesex7AQ=
=rtun
-----END PGP SIGNATURE-----

--=-l4SVn1pgbRXZaRAXyW1T--





Information forwarded to guix-patches@HIDDEN:
bug#49008; Package guix-patches. Full text available.

Message received at 49008 <at> debbugs.gnu.org:


Received: (at 49008) by debbugs.gnu.org; 26 Oct 2021 12:41:08 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Tue Oct 26 08:41:08 2021
Received: from localhost ([127.0.0.1]:45355 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1mfLlG-0006Es-2l
	for submit <at> debbugs.gnu.org; Tue, 26 Oct 2021 08:41:08 -0400
Received: from mout3.freenet.de ([195.4.92.93]:38864)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <prvs=0933223195=t_w_@HIDDEN>) id 1mfLlA-0006EP-4d
 for 49008 <at> debbugs.gnu.org; Tue, 26 Oct 2021 08:41:00 -0400
Received: from [195.4.92.122] (helo=sub3.freenet.de)
 by mout3.freenet.de with esmtpa (ID t_w_@HIDDEN) (port 25) (Exim 4.92
 #3) id 1mfLl8-0000iB-Ir
 for 49008 <at> debbugs.gnu.org; Tue, 26 Oct 2021 14:40:54 +0200
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freenet.de; 
 s=mjaymdexmjqk;
 h=Content-Transfer-Encoding:Content-Type:MIME-Version:
 References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:
 Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
 Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=p1lOgXTr6joO2IPyrVVdCfBfChpGCybqV8vlf9vYpoI=; b=NPj7gjfOhSt+R+iF88Z/J4G9ZW
 0qMAWOwa1CkItHRMSp3ovsoTnZIvqe1j9kmsKjQq9myOSCkriLY8PY3q1yULs7jsxW5jquKyehfhf
 AEEEBKOOMb4L3GbX2g8JPBblTfuQapOrH+HRUjxS0ai2B5ncK9h9S8rfG72rWH0N87KM120jaGOBj
 FaWpGgLVkj6ddtZ0sn8fxl6ISuW3/zUjK4aZCb4VqQUV5g4Wwu+7PCp4rJVdhOHIzb8yCy1TLvvfN
 lrjuO9+VzFFyPCFW1xjf2gD17GHZ9K7/t/nht+5bAl/XqIwTh+nrhOhj8UI6LHbAybNaNtFvb46c4
 5v3/FcNg==;
Received: from p200300e4f7124200b5ca35b4d0342189.dip0.t-ipconnect.de
 ([2003:e4:f712:4200:b5ca:35b4:d034:2189]:45604 helo=charly..)
 by sub3.freenet.de with esmtpsa (ID t_w_@HIDDEN)
 (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (port 465) (Exim 4.92 #3)
 id 1mfLl8-0007cI-G7; Tue, 26 Oct 2021 14:40:54 +0200
From: Thorsten Wilms <t_w_@HIDDEN>
To: 49008 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: Add invada-studio-plugins-lv2.
Date: Tue, 26 Oct 2021 14:40:50 +0200
Message-Id: <20211026124050.11299-1-t_w_@HIDDEN>
X-Mailer: git-send-email 2.33.1
In-Reply-To: <20210613192515.9046-1-t_w_@HIDDEN>
References: <20210613192515.9046-1-t_w_@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Originated-At: 2003:e4:f712:4200:b5ca:35b4:d034:2189!45604
X-FNSign: v=2
 s=56E6D9048EE25127FEA7EA06A3C9567BAB9C0D1D276991F49DB699BE01F5D9B3
X-Scan-TS: Tue, 26 Oct 2021 14:40:54 +0200
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 49008
Cc: Thorsten Wilms <t_w_@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

* gnu/packages/audio.scm (invada-studio-plugins-lv2): New Varaible.
---
 gnu/packages/audio.scm | 45 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..62e8a0532a 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2018 Clément Lassieur <clement@HIDDEN>
 ;;; Copyright © 2018 Brett Gilio <brettg@HIDDEN>
 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@HIDDEN>
-;;; Copyright © 2018 Thorsten Wilms <t_w_@HIDDEN>
+;;; Copyright © 2018. 2021 Thorsten Wilms <t_w_@HIDDEN>
 ;;; Copyright © 2018 Eric Bavier <bavier@HIDDEN>
 ;;; Copyright © 2018 Brendan Tildesley <mail@HIDDEN>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois@HIDDEN>
@@ -5566,3 +5566,46 @@ (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 invada-studio-plugins-lv2
+  (package
+    (name "invada-studio-plugins-lv2")
+    (version "1.3pre")
+    ;; Last release 1.2 is from 2009 and lacks required changes.
+    (source (origin
+              (method bzr-fetch)
+              (uri (bzr-reference
+		    (url "lp:invada-studio")
+		    (revision "108")))
+              (sha256
+               (base32
+		"05flf9b25z14380b54z47jvnbyilq24arm6jysk29zmxq28a6d3l"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:tests? #f ; no check target
+       #:phases
+       (modify-phases
+	   %standard-phases         
+	 (delete 'configure) ; There is no configure script
+	 (add-after 'unpack 'adjust-makefile
+	   (lambda* (#:key outputs #:allow-other-keys)
+	     (substitute* "Makefile"
+	       ;; Set proper LV2 plugin target directory:
+	       (("/usr/local")
+		(assoc-ref outputs "out"))
+	       ;; The default install target just prints a note about
+	       ;; install-user and install-sys, the one we want:
+	       (("install:") "install: install-sys"))
+	     #t)))))
+    (inputs
+     `(("lv2" ,lv2)
+       ("gtk" ,gtk+-2)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "https://launchpad.net/invada-studio/lv2")
+    (synopsis "LV2 audio plugin collection.")
+    (description
+     "Invada Studio Plugins are LV2 audio plugins, including distortion, delay, 
+compressor, filters, Phasers, early-reflections-based reverb, utility and test
+tone generator. ")
+    (license (list license:gpl2+ license:gpl2+))))
-- 
2.33.1





Information forwarded to guix-patches@HIDDEN:
bug#49008; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 13 Jun 2021 19:26:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jun 13 15:26:02 2021
Received: from localhost ([127.0.0.1]:44387 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1lsVk1-0000Qc-Oz
	for submit <at> debbugs.gnu.org; Sun, 13 Jun 2021 15:26:02 -0400
Received: from lists.gnu.org ([209.51.188.17]:35194)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <prvs=079874cc17=t_w_@HIDDEN>) id 1lsVjz-0000QU-Bt
 for submit <at> debbugs.gnu.org; Sun, 13 Jun 2021 15:25:51 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:50454)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <prvs=079874cc17=t_w_@HIDDEN>)
 id 1lsVjy-0003WK-5R
 for guix-patches@HIDDEN; Sun, 13 Jun 2021 15:25:51 -0400
Received: from mout1.freenet.de ([2001:748:100:40::2:3]:41226)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <prvs=079874cc17=t_w_@HIDDEN>)
 id 1lsVju-00066l-KM
 for guix-patches@HIDDEN; Sun, 13 Jun 2021 15:25:49 -0400
Received: from [195.4.92.123] (helo=sub4.freenet.de)
 by mout1.freenet.de with esmtpa (ID t_w_@HIDDEN) (port 25) (Exim 4.92
 #3) id 1lsVjn-0006XB-6S
 for guix-patches@HIDDEN; Sun, 13 Jun 2021 21:25:39 +0200
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freenet.de; 
 s=mjaymdexmjqk;
 h=Content-Transfer-Encoding:Content-Type:MIME-Version:
 Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID:
 Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
 :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:
 List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=QKUGDHe3srH/Dpd/VJHBiQcuqDw2D6H2jjxpGP8oRP0=; b=pwZFaIEfkqsPW55xt0upte4Bba
 lWWbl8Rl91EFHnrcA4Ftzec9BFgAZhT0UBnKQtNbwWmyvGkA96bWr793UFK9/1KUmQRBZc//KNMeQ
 Mo14YIl5XJD43fHbZtpTZLyPvID1ZMPl14FmrRiIyCwB/sOZaPsmvuxFKl6fzo/b5L/HEm98wesEs
 E+pbNasuXILNwtSU3bP/SPE4ln1bRMsCNT2tCGplKgaIiOJxzKK0sDzULWMlokwYkRctofQqt3Abk
 a6f4Iw8nY1R/CmDtC5jVm7xtj8Ydhy32nZ3GOfzatLN2CncNJZpiIHuxOu3n/BiYx4OVau8mkzLbq
 1e23QxiA==;
Received: from p200300e4f7134400c24341da07f9083d.dip0.t-ipconnect.de
 ([2003:e4:f713:4400:c243:41da:7f9:83d]:33972 helo=tango.fritz.box)
 by sub4.freenet.de with esmtpsa (ID t_w_@HIDDEN)
 (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (port 465) (Exim 4.92 #3)
 id 1lsVjn-0003QT-3s; Sun, 13 Jun 2021 21:25:39 +0200
From: Thorsten Wilms <t_w_@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add invada-studio-plugins-lv2.
Date: Sun, 13 Jun 2021 21:25:15 +0200
Message-Id: <20210613192515.9046-1-t_w_@HIDDEN>
X-Mailer: git-send-email 2.32.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Originated-At: 2003:e4:f713:4400:c243:41da:7f9:83d!33972
X-FNSign: v=2
 s=0792A73464340FFEBB47180E5CF6E34313F23566087ECC10C5C9FFC8133F8C98
X-Scan-TS: Sun, 13 Jun 2021 21:25:39 +0200
Received-SPF: pass client-ip=2001:748:100:40::2:3;
 envelope-from=prvs=079874cc17=t_w_@HIDDEN; helo=mout1.freenet.de
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.6 (/)
X-Debbugs-Envelope-To: submit
Cc: Thorsten Wilms <t_w_@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

* gnu/packages/audio.sm (invada-studio-plugins-lv2): New variable.
---
 gnu/packages/audio.scm | 51 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 50 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 70c06f54a1..c4141280dc 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2018 Clément Lassieur <clement@HIDDEN>
 ;;; Copyright © 2018 Brett Gilio <brettg@HIDDEN>
 ;;; Copyright © 2018, 2019 Marius Bakke <mbakke@HIDDEN>
-;;; Copyright © 2018 Thorsten Wilms <t_w_@HIDDEN>
+;;; Copyright © 2018, 2021 Thorsten Wilms <t_w_@HIDDEN>
 ;;; Copyright © 2018 Eric Bavier <bavier@HIDDEN>
 ;;; Copyright © 2018 Brendan Tildesley <mail@HIDDEN>
 ;;; Copyright © 2019, 2021 Pierre Langlois <pierre.langlois@HIDDEN>
@@ -5275,3 +5275,52 @@ Icecast server.")
 generator, generating audio signals out of Linux's /dev/dsp audio
 device.  There is support for mono and/or stereo and 8 or 16 bit samples.")
     (license license:gpl2)))
+
+(define-public invada-studio-plugins-lv2
+  (package
+   (name "invada-studio-plugins-lv2")
+   (version "1.3pre")
+   ;; Last release 1.2 is from 2009 and lacks required changes.
+   (source (origin
+            (method bzr-fetch)
+            (uri (bzr-reference
+		  (url "lp:invada-studio")
+		  (revision "108")))
+            (sha256
+             (base32
+              "05flf9b25z14380b54z47jvnbyilq24arm6jysk29zmxq28a6d3l"))))
+   (build-system gnu-build-system)
+   (arguments
+    `(#:tests? #f ; no check target
+      #:phases
+      (modify-phases
+       %standard-phases         
+       (delete 'configure) ; There is no configure script
+       (add-after 'unpack 'adjust-makefile
+		  (lambda* (#:key outputs #:allow-other-keys)
+			   (substitute* "Makefile"
+					;; Set proper LV2 plugin target
+					;; directory:
+					(("/usr/local")
+					 (assoc-ref outputs "out"))
+					;; The default install target just
+					;; prints a note about install-user and
+					;; install-sys, the one we want:
+					(("install:") "install: install-sys"))
+			   #t)))))
+   (inputs
+    `(("lv2" ,lv2)
+      ("gtk" ,gtk+-2)))
+   (native-inputs
+    `(("pkg-config" ,pkg-config)))
+   (native-search-paths
+    (list (search-path-specification
+           (variable "LV2_PATH")
+           (files '("lib/lv2")))))
+   (home-page "https://launchpad.net/invada-studio/lv2")
+   (synopsis "Audio plug-in pack for LV2")
+   (description
+    "Invada Studio Plugins are LV2 audio plugins, including distortion, delay,
+compressor, filters, Phasers, early-reflections-based reverb, utility and test
+tone generator. ")
+   (license (list license:gpl2+ license:gpl2+))))
-- 
2.32.0





Acknowledgement sent to Thorsten Wilms <t_w_@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#49008; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sat, 23 Apr 2022 13:00:02 UTC

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