From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 02 03:57:09 2021 Received: (at 49533) by debbugs.gnu.org; 2 Sep 2021 07:57:09 +0000 Received: from localhost ([127.0.0.1]:39645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLhav-00006y-HI for submit@debbugs.gnu.org; Thu, 02 Sep 2021 03:57:09 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLhat-00006q-HB for 49533@debbugs.gnu.org; Thu, 02 Sep 2021 03:57:07 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1630569411; cv=none; d=zohomail.com; s=zohoarc; b=XYfRddF04p7KUaYRossNwSfgcBV9Jw9RgrSusOroLKONlpYmbF1kjfOqD4h23ooBJ1K9Hn7KQoD4r3DnME8ghDcpeux/dcZ5lwSRk6mzO+qhSYij2RdPciSE6YVfz5kKDg6IDyG2mCynGiZRf8G+w+sdm/hPYv4qBGwYBHS4LoQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1630569411; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=6HH0YV7AbgZY1vDLP9uPNVG4GMRs8IefNW6c7PH0zgw=; b=gxbhUmWnIQRAF22EHrotFCWRSbBxMgsO4jo6+jEqLRXkx/hgryRTHKjN+aIulbyMTyCU2Wa9ogj5CKYVOo27/vU2HaGmSNo5QflckgN2ax0m+YVRkCOhV5dbvFFc3XM2qrTHuPVPxIdFZ5By9vXyEWntJOoWmGeRRDGpczskJfo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1630569411; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=6HH0YV7AbgZY1vDLP9uPNVG4GMRs8IefNW6c7PH0zgw=; b=EUabiFsLRJcI1f5/5QVek92peT7riSzolfJiSGI+oax6pP6JT33607KPK6hsfDhx 1Az7ugBuuaSNBVXuH8NMbIW6xcD4a84NcwM9XfVWtJpUg3SwiE7XYX9rL1QnBlmJhLN 9k8lQIXe+0bzdkA1MpTFc4+qdfgG86VxIjqxpLn4= Received: from localhost (p54ad490f.dip0.t-ipconnect.de [84.173.73.15]) by mx.zohomail.com with SMTPS id 1630569408726718.7353169545539; Thu, 2 Sep 2021 00:56:48 -0700 (PDT) References: <86fsw7rnln.fsf@mgsn.dev> <20210724194117.8372-1-t_w_@freenet.de> <874kcc28xz.fsf_-_@gnu.org> User-agent: mu4e 1.4.15; emacs 27.2 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#49533: [PATCH] gnu: Add omins-lv2. In-reply-to: <874kcc28xz.fsf_-_@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 02 Sep 2021 09:56:44 +0200 Message-ID: <87bl5b8l6r.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49533 Cc: 49533@debbugs.gnu.org, Thorsten Wilms , Sarah Morgensen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ludovic Court=C3=A8s writes: >> + (native-search-paths >> + (list (search-path-specification >> + (variable "LV2_PATH") >> + (files '("lib/lv2"))))) > > I=E2=80=99m surprised this is here (in the plugin) rather than in the=20 > package > that loads this plugin. There are other LV2 plugins doing that=20 > though. > Ricardo, WDYT? Yes, this looks wrong. Plugins don=E2=80=99t need to set LV2_PATH; only hosts (such as Ardour,=20 jalv, and others) do. This must have been an early mistake that=20 has been copied for other plugins. None of the LV2 hosts that we=20 offer set LV2_PATH. --=20 Ricardo