GNU bug report logs - #51395
[PATCH] gnu: mda-lv2: Remove unnecessary search-path-specification.

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 Mon, 25 Oct 2021 19:16:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

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


Received: (at 51395) by debbugs.gnu.org; 23 Apr 2022 12:46:15 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Apr 23 08:46:15 2022
Received: from localhost ([127.0.0.1]:55382 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-0008Tf-MF
	for submit <at> debbugs.gnu.org; Sat, 23 Apr 2022 08:46:15 -0400
Received: from andre.telenet-ops.be ([195.130.132.53]:41830)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <maximedevos@HIDDEN>) id 1niF9F-0008Oo-Ft
 for 51395 <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: 51395
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#51395; Package guix-patches. Full text available.

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


Received: (at submit) by debbugs.gnu.org; 25 Oct 2021 19:15:29 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon Oct 25 15:15:29 2021
Received: from localhost ([127.0.0.1]:44316 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1mf5RR-0008B0-9G
	for submit <at> debbugs.gnu.org; Mon, 25 Oct 2021 15:15:29 -0400
Received: from lists.gnu.org ([209.51.188.17]:44014)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <prvs=093284d3fe=t_w_@HIDDEN>) id 1mf5RP-0008At-W9
 for submit <at> debbugs.gnu.org; Mon, 25 Oct 2021 15:15:28 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:42534)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <prvs=093284d3fe=t_w_@HIDDEN>)
 id 1mf5RP-0002A2-JK
 for guix-patches@HIDDEN; Mon, 25 Oct 2021 15:15:27 -0400
Received: from mout3.freenet.de ([2001:748:100:40::2:5]:42700)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <prvs=093284d3fe=t_w_@HIDDEN>)
 id 1mf5RK-0001hL-ML
 for guix-patches@HIDDEN; Mon, 25 Oct 2021 15:15:24 -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 1mf5RH-000701-4O
 for guix-patches@HIDDEN; Mon, 25 Oct 2021 21:15:19 +0200
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freenet.de; 
 s=mjaymdexmjqk;
 h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:
 Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=HJ13g6KOWwWYVF+lDDlQIX5s1cqyNdZTMw4uRQQFBY4=; b=BvCo8sLAIBGX1h2k+ro/lwgB+I
 rNPhctP2VyysIaa/1UIkRODOpwv6Co0QxO1f0KFPU2OQj/6ai1UJx/kMzttLDMnxW6vH4b8bkDp5g
 OTb/xvwf1yHDmG3A48fe74nST2/JJb6KpCUVyjcBi4q8MfFCsuctL/45dGvnXwRj072pehSEFAh14
 PCCFedhjKrj34ER6KyK6KwVMDLfwyXPnmCfMy67XtbfP6UDfb8i+iRf9McwpTCB7KEE80JXJyfpY9
 VgbXrIHag5ax5lCH6+JCN6fpeGeEi4kwq1G/PhorKTLzsoPF3uBmsOjmC6Lo5SgIoC3wRcipV0yD6
 QnDXRM6A==;
Received: from p200300e4f7124200e84c01d4ed77e508.dip0.t-ipconnect.de
 ([2003:e4:f712:4200:e84c:1d4:ed77:e508]:55676 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 1mf5RH-00020c-1y; Mon, 25 Oct 2021 21:15:19 +0200
From: Thorsten Wilms <t_w_@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: mda-lv2: Remove unnecessary search-path-specification.
Date: Mon, 25 Oct 2021 21:15:14 +0200
Message-Id: <20211025191514.9850-1-t_w_@HIDDEN>
X-Mailer: git-send-email 2.33.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Originated-At: 2003:e4:f712:4200:e84c:1d4:ed77:e508!55676
X-FNSign: v=2
 s=9F1A2C19B41F97DDE3BC4B01195E22A287ED308D8F51FE6479B21D40DECFDD7F
X-Scan-TS: Mon, 25 Oct 2021 21:15:19 +0200
Received-SPF: pass client-ip=2001:748:100:40::2:5;
 envelope-from=prvs=093284d3fe=t_w_@HIDDEN; helo=mout3.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.0 (/)
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: -2.3 (--)

---
 gnu/packages/audio.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index faf106fc68..f43964a804 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5556,10 +5556,6 @@ (define-public mda-lv2
      `(("lv2" ,lv2)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://drobilla.net/software/mda-lv2")
     (synopsis "Audio plug-in pack for LV2")
     (description
-- 
2.33.1





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#51395; 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.