GNU bug report logs -
#64109
[PATCH 1/2] gnu: dpf-plugins: Update to 1.7.
Previous Next
Reported by: Sughosha <Sughosha <at> proton.me>
Date: Fri, 16 Jun 2023 14:45:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64109 in the body.
You can then email your comments to 64109 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64109
; Package
guix-patches
.
(Fri, 16 Jun 2023 14:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sughosha <Sughosha <at> proton.me>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Jun 2023 14:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 23da89c3cbf2358ac70d387ebd714abe03b6758e Mon Sep 17 00:00:00 2001
Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha <at> proton.me>
From: Sughosha <sughosha <at> proton.me>
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
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64109
; Package
guix-patches
.
(Fri, 16 Jun 2023 14:48:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 64109 <at> debbugs.gnu.org (full text, mbox):
From a74eb4c58d45d30450ba8b70e4faddee52b37f13 Mon Sep 17 00:00:00 2001
Message-Id: <a74eb4c58d45d30450ba8b70e4faddee52b37f13.1686926462.git.sughosha <at> proton.me>
In-Reply-To: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha <at> proton.me>
References: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha <at> proton.me>
From: Sughosha <sughosha <at> proton.me>
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")
--
2.40.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 14 Sep 2023 21:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sughosha <Sughosha <at> proton.me>
:
bug acknowledged by developer.
(Thu, 14 Sep 2023 21:07:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 64109-done <at> debbugs.gnu.org (full text, mbox):
Hi,
I applied the first patch (upgrade).
Sughosha <Sughosha <at> proton.me> skribis:
>>From a74eb4c58d45d30450ba8b70e4faddee52b37f13 Mon Sep 17 00:00:00 2001
> Message-Id: <a74eb4c58d45d30450ba8b70e4faddee52b37f13.1686926462.git.sughosha <at> proton.me>
> In-Reply-To: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha <at> proton.me>
> References: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha <at> proton.me>
> From: Sughosha <sughosha <at> proton.me>
> 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
<https://guix.gnu.org/manual/devel/en/html_node/Search-Paths.html>.
Am I right that ‘dnf-plugins’ does not honor them, but instead ‘ladspa’
(maybe?) does? (I’m no expert here.)
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64109
; Package
guix-patches
.
(Fri, 15 Sep 2023 07:36:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 64109-done <at> debbugs.gnu.org (full text, mbox):
On Thu, 14 Sep 2023 23:05:40 +0200
Ludovic Courtès <ludo <at> gnu.org> wrote:
> At first sight I think this is incorrect: search paths should be
> specified in the patch that honors them. See
> <https://guix.gnu.org/manual/devel/en/html_node/Search-Paths.html>.
>
> 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 <t_w_ <at> freenet.de>
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 13 Oct 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.