From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oDihJvt1A2VxRAEAG6o9tA:P1 (envelope-from ) for ; Thu, 14 Sep 2023 23:07:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id oDihJvt1A2VxRAEAG6o9tA (envelope-from ) for ; Thu, 14 Sep 2023 23:07:07 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CDACA4CACE for ; Thu, 14 Sep 2023 23:07:06 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=XPFcTl9e; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694725626; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=awTU2MeW0bcx0SFU6/KQafRRQiqaf5AGvtZWKBS3Eug=; b=UkeaQhYgtQBArvMqi73Nh4A7AHg69M3U2RKAbX7DHcmIkgqE1QeQzRH05CAPVvVTbPhZLS dQ9l8Q1Q6MnBXTacfN0YVThnHjGzPq2DTK763TDDEcHFP9uav0IJmWwec4kHyQLA3pZf+g j6lG9CXLUUdLJ5zgvyb8PNmIWq7llCDfJ+06WdlkCbVaass717huM954nF4erhwN5/Wo3H bapivPQhKWzw/CjUvKpBG4kAPjiO3Sa7Dji1aM+zF62P6jlBP7qvVqvfVDurg0FtIIKf+x 6sx1t89/qJVR4pcRWv0Yyv25OB0WkhKLw2ci/JWsSvn0UsOTb7BO9c7VSrWwkA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=XPFcTl9e; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694725626; a=rsa-sha256; cv=none; b=rFQuA6rVNKnRxKCosHfzriVfcYPH1m2/hDLTskqUXLhTqnrbr667bH4AZsrO7HYZNjfQf+ x+rM8Rbaz3Ct5i4wPxjiMEQ/gbqudn72Y/ob2wdhrJi9aeULCSU91lO26m4exm9dEOnhh7 HvWq2GsbZ364ViH66MK3wG9PvRthEp6u/rdEVjshBPOyAiIhlVmC4bYlCBBqUR15QxsjRs DKJIaZdxIPQynTj7gAdA9aPoUYtU5zzwm9RndcLfHxtDN2yImt5zqn7cj+SZcKTCbO/HNH PjULVtmuSUt28Q5ORilOQdC5A1G9q6SXGjqmZIwKq0yINsfnxYVQlRUi5NeIMQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qgtYB-0005QD-EO; Thu, 14 Sep 2023 17:06:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgtY9-0005Pt-CG for guix-patches@gnu.org; Thu, 14 Sep 2023 17:06:57 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qgtY9-00055s-3d for guix-patches@gnu.org; Thu, 14 Sep 2023 17:06:57 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qgtYE-0004vY-Iu for guix-patches@gnu.org; Thu, 14 Sep 2023 17:07:02 -0400 Subject: bug#64109: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 14 Sep 2023 21:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64109 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sughosha Cc: "64109@debbugs.gnu.org" <64109-done@debbugs.gnu.org> Mail-Followup-To: 64109@debbugs.gnu.org, ludo@gnu.org, Sughosha@proton.me Received: via spool by 64109-done@debbugs.gnu.org id=D64109.169472556418854 (code D ref 64109); Thu, 14 Sep 2023 21:07:02 +0000 Received: (at 64109-done) by debbugs.gnu.org; 14 Sep 2023 21:06:04 +0000 Received: from localhost ([127.0.0.1]:41280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgtXH-0004u1-HE for submit@debbugs.gnu.org; Thu, 14 Sep 2023 17:06:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qgtXB-0004tS-Jn for 64109-done@debbugs.gnu.org; Thu, 14 Sep 2023 17:06:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qgtWx-0004ZY-LR; Thu, 14 Sep 2023 17:05:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=awTU2MeW0bcx0SFU6/KQafRRQiqaf5AGvtZWKBS3Eug=; b=XPFcTl9esrpxVGhUA17/ 26mPC2ZI3fTFY2FkGuHMM9+XNlOZyjem5FWrjD/13m1momN/daZkOkzmHDZQ2xzVIxsvQfAXhHA5s zGmkP1xJMv9FYaflFpgxVX8t9GAgDfKc1OtDO7DpDGKhKnxHlA8zmRff2utXv6a7inesZTgC/yhHg I40y+UEK6FAAbMuqbdGFaFzmDa+me2uX0gVntEX2nvT/445fJxy87nWDMONCRz8aOS/WDGHcR9EtG a2TGMDAB09RyGu5RD4ZyYAbQagSzi44kl8TejkOWVhwL5CrIdWyq8qbFKJK2Z5dvcE4NFqGtL3VvO 1kUJbYt7ngDUZg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 14 Sep 2023 23:05:40 +0200 In-Reply-To: (Sughosha@proton.me's message of "Fri, 16 Jun 2023 14:46:42 +0000") Message-ID: <875y4c5uu3.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -2.11 X-Spam-Score: -2.11 X-Migadu-Queue-Id: CDACA4CACE X-TUID: 2L0JDRnYX7gV Hi, I applied the first patch (upgrade). Sughosha skribis: >>>From a74eb4c58d45d30450ba8b70e4faddee52b37f13 Mon Sep 17 00:00:00 2001 > Message-Id: > In-Reply-To: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sug= hosha@proton.me> > References: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sugh= osha@proton.me> > From: Sughosha > Date: Fri, 16 Jun 2023 16:39:21 +0200 > Subject: [PATCH 2/2] gnu: dpf-plugins: Add native-search-paths. > > * gnu/packages/music.scm (dpf-plugins): Add native-search-paths. [...] > @@ -6372,6 +6372,25 @@ (define-public dpf-plugins > liblo ; for dssi plugins > jack-1 ; for standalone applications > mesa)) > + (native-search-paths > + (list (search-path-specification > + (variable "CLAP_PATH") > + (files '("lib/clap"))) > + (search-path-specification > + (variable "DSSI_PATH") > + (files '("lib/dssi"))) > + (search-path-specification > + (variable "LADSPA_PATH") > + (files '("lib/ladspa"))) > + (search-path-specification > + (variable "LV2_PATH") > + (files '("lib/lv2"))) > + (search-path-specification > + (variable "VST2_PATH") > + (files '("lib/vst"))) > + (search-path-specification > + (variable "VST3_PATH") > + (files '("lib/vst3"))))) At first sight I think this is incorrect: search paths should be specified in the patch that honors them. See . Am I right that =E2=80=98dnf-plugins=E2=80=99 does not honor them, but inst= ead =E2=80=98ladspa=E2=80=99 (maybe?) does? (I=E2=80=99m no expert here.) Ludo=E2=80=99.