From unknown Fri Jun 20 07:23:32 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#64109 <64109@debbugs.gnu.org> To: bug#64109 <64109@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. Reply-To: bug#64109 <64109@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:23:32 +0000 retitle 64109 [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. reassign 64109 guix-patches submitter 64109 Sughosha severity 64109 normal tag 64109 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 16 10:44:24 2023 Received: (at submit) by debbugs.gnu.org; 16 Jun 2023 14:44:24 +0000 Received: from localhost ([127.0.0.1]:50170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAAgZ-00032p-Le for submit@debbugs.gnu.org; Fri, 16 Jun 2023 10:44:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:44618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAAgX-00032h-Ag for submit@debbugs.gnu.org; Fri, 16 Jun 2023 10:44:22 -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 1qAAgV-0004is-Mb for guix-patches@gnu.org; Fri, 16 Jun 2023 10:44:20 -0400 Received: from mail-4324.protonmail.ch ([185.70.43.24]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qAAgS-0002Ga-DI for guix-patches@gnu.org; Fri, 16 Jun 2023 10:44:19 -0400 Date: Fri, 16 Jun 2023 14:44:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1686926652; x=1687185852; bh=PIDBpiaks+cG9IIgk6gnNlp57X+TP5q2jvga/Fbho7A=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=RiEu30YAITaMXbjrMw9pfS/j/53JdzyOCcFxPjouR0Ct77aSPGlN6edytXTepmlGV EGyoxJeOB75Jqul6VMaGcQKxrr5mcnn7o33TmCh9tyYCj6JA303MMfS0UcY6eMGvmf b6Vnf5uOdhyPm1YMIuSXyDOoq1Dr+o9f13sS43J/IuIttP0dJVhUVomjcQbLkN+XCB 5j9uF60LqXKOvwLBhkRxT8CABK9vtW1Cu9jLotxcBLWgjWc6F/bE5ttTkX7MUnAhkI qHXDqf9Rw23y0PCVVkxRxYTnKs8+uHIMIy6quQZeszZVE7gEkGTow28YyeHCHNmgr+ b41XuLk8T2KkQ== To: "guix-patches@gnu.org" From: Sughosha Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.24; envelope-from=Sughosha@proton.me; helo=mail-4324.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -2.3 (--) >From 23da89c3cbf2358ac70d387ebd714abe03b6758e Mon Sep 17 00:00:00 2001 Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughos= ha@proton.me> From: Sughosha Date: Fri, 16 Jun 2023 16:22:57 +0200 Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. * gnu/packages/music.scm (dpf-plugins): Update to 1.7. --- gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 2e7eddafb0..c767da803f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -6347,7 +6347,7 @@ (define-public mamba (define-public dpf-plugins (package (name "dpf-plugins") - (version "1.4") + (version "1.7") (source (origin (method git-fetch) @@ -6357,7 +6357,7 @@ (define-public dpf-plugins (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww")))) + (base32 "082f3f78x6k58j78mqr57qhw40f5s8fmcbkhl36nn3vbcsa07bzg")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no "check" target base-commit: 8f0698dde351790e0bc9e905e4cd71902fd55d5f --=20 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 16 10:47:02 2023 Received: (at 64109) by debbugs.gnu.org; 16 Jun 2023 14:47:02 +0000 Received: from localhost ([127.0.0.1]:50176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAAj8-00037Y-7k for submit@debbugs.gnu.org; Fri, 16 Jun 2023 10:47:02 -0400 Received: from mail-40138.protonmail.ch ([185.70.40.138]:52757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qAAj5-00037E-S2 for 64109@debbugs.gnu.org; Fri, 16 Jun 2023 10:47:00 -0400 Date: Fri, 16 Jun 2023 14:46:42 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1686926813; x=1687186013; bh=ZMHiS598Owj9lRQMzhCe7VJnmhPP8n5uUHbqrqxpZow=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=bktbsnMNHbLdzPf1OpA65jBR/2u8EC4miuHcJ+RLqOwxKAeqWkeBiBBq4yuepWzRC XXMQPztrwdRS4TubruYhCQlWN0fdDUrE4LNnerFVg/41gDSsaX0DvuSOAPatiO42RQ fvp9muccE2dTXZ1o1iyRGP7M0ZiZKecz631Q2hElglpImaOcTTjqC7SSkleIb00tqb nFbY0EXbvC/uS4He9i1Jk8e4nmHziwsNmRsXx9NTm/ScGhor5ozVngDm9WJJODYzc5 OgCo1B0Sh+Fg+ZYJxNvPdOiOXHnYgI7E5MaUURkUkXkD4qU+XlDUMnaBykvE0cfog6 Pp9oDLiO3zQ/w== To: "64109@debbugs.gnu.org" <64109@debbugs.gnu.org> From: Sughosha Subject: [PATCH 2/2] gnu: dpf-plugins: Add native-search-paths. Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64109 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 (-) >From a74eb4c58d45d30450ba8b70e4faddee52b37f13 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sugho= sha@proton.me> References: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughos= ha@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. --- gnu/packages/music.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index c767da803f..3498cad887 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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"))))) (native-inputs (list pkg-config dssi lv2)) (home-page "https://github.com/DISTRHO/DPF-Plugins") --=20 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 17:06:03 2023 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: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Sughosha Subject: Re: bug#64109: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. 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-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64109-done Cc: "64109@debbugs.gnu.org" <64109-done@debbugs.gnu.org> 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: -3.3 (---) 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. From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 15 03:35:55 2023 Received: (at 64109-done) by debbugs.gnu.org; 15 Sep 2023 07:35:55 +0000 Received: from localhost ([127.0.0.1]:41950 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qh3Mp-00076s-6V for submit@debbugs.gnu.org; Fri, 15 Sep 2023 03:35:55 -0400 Received: from mout3.freenet.de ([2001:748:100:40::2:5]:46404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qh3Mk-00076h-ND for 64109-done@debbugs.gnu.org; Fri, 15 Sep 2023 03:35:54 -0400 Received: from [195.4.92.120] (helo=sub1.freenet.de) by mout3.freenet.de with esmtpa (ID t_w_@freenet.de) (port 25) (Exim 4.94.2 #2) id 1qh3Ma-00CtSu-Ei; Fri, 15 Sep 2023 09:35:40 +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:Subject:Cc:To:From:Date: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=u061X29OhuAvkY1a6tkvdqCZjE3KkK8A43CaxWPqpRE=; b=AatQ037atTWHCKR0dG4CI+FgAo uUxbnlENmghO8OAe2WbUTpDTdBaXloEZmrwTZ7Aoh+DeH6j6mqQQV6Y0gtKHK7MHKRGfAcf7SlDBI dgLoScEqCprcK1iC7IYIW+k5BE9K4/NGgUbvGV8jyszlga3jbmLydWDhb3j4ApWsho1dNbdA/iG0g nM+F6HxXFXTSK8V0c1I/tFTufGxRe92ZoBk6ga9KZE7zPgeVGVgN1Srd6SeZ9x47wpYZC1ex6B3dh mnmIcihXGJST0h8NoCTVjriOma35ReGQo6+cQZZYqWc7UV4aTJ+Ilbqnop9AFY6blajBUuHZXBYnQ AUamBl4w==; Received: from p200300e4f73df500e56a9ad9aacb7318.dip0.t-ipconnect.de ([2003:e4:f73d:f500:e56a:9ad9:aacb:7318]:58260 helo=charly) by sub1.freenet.de with esmtpsa (ID t_w_@freenet.de) (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (port 587) (Exim 4.94.2 #2) id 1qh3Ma-0012gn-5u; Fri, 15 Sep 2023 09:35:40 +0200 Date: Fri, 15 Sep 2023 09:35:39 +0200 From: Thorsten Wilms To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: bug#64109: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7. Message-Id: <20230915093539.53ed5445a84c9362ded8d3e5@freenet.de> In-Reply-To: <875y4c5uu3.fsf_-_@gnu.org> References: <875y4c5uu3.fsf_-_@gnu.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-FN-MUUID: 1694763340C6AD62651F5FO X-Originated-At: 2003:e4:f73d:f500:e56a:9ad9:aacb:7318!58260 X-Scan-TS: Fri, 15 Sep 2023 09:35:40 +0200 X-Spam-Score: -2.2 (--) X-Debbugs-Envelope-To: 64109-done Cc: Sughosha , "64109@debbugs.gnu.org" <64109-done@debbugs.gnu.org> 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: -3.2 (---) On Thu, 14 Sep 2023 23:05:40 +0200 Ludovic Courtès wrote: > At first sight I think this is incorrect: search paths should be > specified in the patch that honors them. See > . > > Am I right that ‘dnf-plugins’ does not honor them, but instead ‘ladspa’ > (maybe?) does? (I’m no expert here.) Plugins definitively don’t need the search paths. Seeing how ardour is defined without, it must mean even hosts don’t need them, only the relevant libraries must have them. audio.scm seems to be sprinkled with unnecessary search path definitions, aiding in the ongoing confusion. -- Thorsten Wilms From unknown Fri Jun 20 07:23:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Oct 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator