GNU bug report logs - #72648
[PATCH 00/10] Move native-search-paths from lv2/ladspa plugins

Previous Next

Package: guix-patches;

Reported by: Nikita Domnitskii <nikita <at> domnitskii.me>

Date: Fri, 16 Aug 2024 04:04: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 72648 in the body.
You can then email your comments to 72648 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nikita Domnitskii <nikita <at> domnitskii.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Aug 2024 04:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 00/10] Move native-search-paths from lv2/ladspa plugins
Date: Thu, 15 Aug 2024 23:06:50 +0600
Nikita Domnitskii (10):
  gnu: calf: Remove native-search-paths
  gnu: guitarix: Remove native-search-paths
  gnu: ir: Remove native-search-paths
  gnu: lv2-mda-piano: Remove native-search-paths
  gnu: rubberband: Remove LV2_PATH search-path-specification
  gnu: mda-lv2: Remove native-search-paths
  gnu: distrho-ports: Remove LV2_PATH search-path-specification
  gnu: lv2: Add native-search-paths
  gnu: rubberband: Remove native-search-paths
  gnu: ladspa: Add native-search-paths

 gnu/packages/audio.scm | 35 ++++++++---------------------------
 gnu/packages/music.scm |  4 +---
 2 files changed, 9 insertions(+), 30 deletions(-)


base-commit: b20956651a53a8f23828fdeb6945e1a31e6997a8


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 04/10] gnu: lv2-mda-piano: Remove native-search-paths
Date: Fri, 2 Aug 2024 22:58:13 +0600
Change-Id: I6420990881cb3c9415aa5b600ac8c0a4841554e4
---
 gnu/packages/audio.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 7111264ae0..ebfe9dadab 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3215,10 +3215,6 @@ (define-public lv2-mda-piano
      (list lv2 lvtk))
     (native-inputs
      (list pkg-config ttl2c))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://elephly.net/lv2/mdapiano.html")
     (synopsis "LV2 port of the mda Piano plugin")
     (description "An LV2 port of the mda Piano VSTi.")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 05/10] gnu: rubberband: Remove LV2_PATH
 search-path-specification
Date: Fri, 2 Aug 2024 22:58:46 +0600
Change-Id: I798ca94912a4165ea35cee23387351bca2f7e2e3
---
 gnu/packages/audio.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ebfe9dadab..07f1f8aded 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3722,9 +3722,6 @@ (define-public rubberband
      (list pkg-config))
     (native-search-paths
      (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))
-           (search-path-specification
             (variable "LADSPA_PATH")
             (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:03 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 06/10] gnu: mda-lv2: Remove native-search-paths
Date: Fri, 2 Aug 2024 22:59:27 +0600
Change-Id: I6bba965a25b50123e988c88c5606786071e677d6
---
 gnu/packages/audio.scm | 4 ----
 1 file changed, 4 deletions(-)

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


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:03 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 08/10] gnu: lv2: Add native-search-paths
Date: Fri, 2 Aug 2024 23:00:21 +0600
Change-Id: I49837fd46e447745fc97a6f501ec963eb4dbb0b0
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 737bdc4958..1e2a2408f0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3150,6 +3150,10 @@ (define-public lv2
      (list libsndfile))
     (native-inputs
      (list pkg-config))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LV2_PATH")
+            (files '("lib/lv2")))))
     (home-page "https://lv2plug.in/")
     (synopsis "LV2 audio plugin specification")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:04 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 07/10] gnu: distrho-ports: Remove LV2_PATH
 search-path-specification
Date: Fri, 2 Aug 2024 22:59:46 +0600
Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
---
 gnu/packages/music.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..df7191d74f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2024 Parnikkapore <poomklao <at> yahoo.com>
 ;;; Copyright © 2024 hapster <o.rojon <at> posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6847,9 +6848,6 @@ (define-public distrho-ports
              mesa))
       (native-search-paths
        (list (search-path-specification
-              (variable "LV2_PATH")
-              (files '("lib/lv2")))
-             (search-path-specification
               (variable "VST2_PATH")
               (files '("lib/vst")))
              (search-path-specification


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:04 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 09/10] gnu: rubberband: Remove native-search-paths
Date: Fri, 2 Aug 2024 23:04:59 +0600
Change-Id: I96666bb4cf576d55d3b17dd494aae20bff01f933
---
 gnu/packages/audio.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1e2a2408f0..c6d50d5123 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3724,10 +3724,6 @@ (define-public rubberband
      (list fftw libsamplerate)) ;required by rubberband.pc
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LADSPA_PATH")
-            (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")
     (synopsis "Audio time-stretching and pitch-shifting library")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Fri, 16 Aug 2024 04:05:05 GMT) Full text and rfc822 format available.

Message #26 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH 10/10] gnu: ladspa: Add native-search-paths
Date: Fri, 2 Aug 2024 23:05:16 +0600
Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c6d50d5123..ea300bfa4e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2812,6 +2812,10 @@ (define-public ladspa
                  (("^CPP.*")           "CPP = g++\n")))
              #t))
          (delete 'build))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LADSPA_PATH")
+            (files '("lib/ladspa")))))
     ;; Since the home page is gone, we provide a link to the archived version.
     (home-page
      "https://web.archive.org/web/20140729190945/http://www.ladspa.org/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:53:01 GMT) Full text and rfc822 format available.

Message #29 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 01/10] gnu: calf: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:14 +0600
* gnu/packages/audio.scm (calf)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1e7ee55bfc..4f2b0f07db 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1346,10 +1346,6 @@ (define-public calf
            fftw))
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "http://calf.sourceforge.net/")
     (synopsis "Audio plug-in pack for LV2 and JACK environments")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:54:02 GMT) Full text and rfc822 format available.

Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 02/10] gnu: guitarix: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:34 +0600
* gnu/packages/audio.scm (guitarix)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4f2b0f07db..188e72332c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2451,10 +2451,6 @@ (define-public guitarix
            gettext-minimal
            pkg-config
            sassc))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://guitarix.org/")
     (synopsis "Virtual guitar amplifier")
     (description "Guitarix is a virtual guitar amplifier running JACK.


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:54:02 GMT) Full text and rfc822 format available.

Message #35 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 03/10] gnu: ir: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:51 +0600
* gnu/packages/audio.scm (ir)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 188e72332c..18e5235432 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2558,10 +2558,6 @@ (define-public ir
            zita-convolver))
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://tomszilagyi.github.io/plugins/ir.lv2")
     (synopsis "LV2 convolution reverb")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:55:02 GMT) Full text and rfc822 format available.

Message #38 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 04/10] gnu: lv2-mda-piano: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:58:13 +0600
* gnu/packages/audio.scm (lv2-mda-piano)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 18e5235432..57ef5bede7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3218,10 +3218,6 @@ (define-public lv2-mda-piano
      (list lv2 lvtk))
     (native-inputs
      (list pkg-config ttl2c))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://elephly.net/lv2/mdapiano.html")
     (synopsis "LV2 port of the mda Piano plugin")
     (description "An LV2 port of the mda Piano VSTi.")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:55:02 GMT) Full text and rfc822 format available.

Message #41 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 05/10] gnu: rubberband: Remove LV2_PATH
 search-path-specification.
Date: Fri, 2 Aug 2024 22:58:46 +0600
* gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I798ca94912a4165ea35cee23387351bca2f7e2e3
---
 gnu/packages/audio.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 57ef5bede7..7ecd77430e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3725,9 +3725,6 @@ (define-public rubberband
      (list pkg-config))
     (native-search-paths
      (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))
-           (search-path-specification
             (variable "LADSPA_PATH")
             (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:55:03 GMT) Full text and rfc822 format available.

Message #44 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 06/10] gnu: mda-lv2: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:59:27 +0600
* gnu/packages/audio.scm (mda-lv2)[native-search-paths]: Remove 'LV2_PATH'.

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

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


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:55:03 GMT) Full text and rfc822 format available.

Message #47 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 07/10] gnu: distrho-ports: Remove LV2_PATH
 search-path-specification.
Date: Fri, 2 Aug 2024 22:59:46 +0600
* gnu/packages/music.scm (distrho-ports)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
---
 gnu/packages/music.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..df7191d74f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2024 Parnikkapore <poomklao <at> yahoo.com>
 ;;; Copyright © 2024 hapster <o.rojon <at> posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6847,9 +6848,6 @@ (define-public distrho-ports
              mesa))
       (native-search-paths
        (list (search-path-specification
-              (variable "LV2_PATH")
-              (files '("lib/lv2")))
-             (search-path-specification
               (variable "VST2_PATH")
               (files '("lib/vst")))
              (search-path-specification


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:56:02 GMT) Full text and rfc822 format available.

Message #50 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 08/10] gnu: lv2: Add native-search-paths.
Date: Fri, 2 Aug 2024 23:00:21 +0600
* gnu/packages/audio.scm (lv2)[native-search-paths]: Add 'LV2_PATH'.

Change-Id: I49837fd46e447745fc97a6f501ec963eb4dbb0b0
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 598013d8e8..ebc579904c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3153,6 +3153,10 @@ (define-public lv2
      (list libsndfile))
     (native-inputs
      (list pkg-config))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LV2_PATH")
+            (files '("lib/lv2")))))
     (home-page "https://lv2plug.in/")
     (synopsis "LV2 audio plugin specification")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:56:02 GMT) Full text and rfc822 format available.

Message #53 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 09/10] gnu: rubberband: Remove native-search-paths.
Date: Fri, 2 Aug 2024 23:04:59 +0600
* gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 'LADSPA_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ebc579904c..f2d120c428 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3727,10 +3727,6 @@ (define-public rubberband
      (list fftw libsamplerate)) ;required by rubberband.pc
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LADSPA_PATH")
-            (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")
     (synopsis "Audio time-stretching and pitch-shifting library")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:56:03 GMT) Full text and rfc822 format available.

Message #56 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: guix-patches <at> gnu.org
Subject: [PATCH v2 10/10] gnu: ladspa: Add native-search-paths.
Date: Fri, 2 Aug 2024 23:05:16 +0600
* gnu/packages/audio.scm (ladspa)[native-search-paths]: Add 'LADSPA_PATH'.

Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f2d120c428..0f1af6dc20 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2815,6 +2815,10 @@ (define-public ladspa
                  (("^CPP.*")           "CPP = g++\n")))
              #t))
          (delete 'build))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LADSPA_PATH")
+            (files '("lib/ladspa")))))
     ;; Since the home page is gone, we provide a link to the archived version.
     (home-page
      "https://web.archive.org/web/20140729190945/http://www.ladspa.org/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:57:02 GMT) Full text and rfc822 format available.

Message #59 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 01/10] gnu: calf: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:14 +0600
* gnu/packages/audio.scm (calf)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 1e7ee55bfc..4f2b0f07db 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1346,10 +1346,6 @@ (define-public calf
            fftw))
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "http://calf.sourceforge.net/")
     (synopsis "Audio plug-in pack for LV2 and JACK environments")
     (description

base-commit: d3832de763777759eb1f56e20731cb39da4c7b5b


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:57:02 GMT) Full text and rfc822 format available.

Message #62 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 03/10] gnu: ir: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:51 +0600
* gnu/packages/audio.scm (ir)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 188e72332c..18e5235432 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2558,10 +2558,6 @@ (define-public ir
            zita-convolver))
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://tomszilagyi.github.io/plugins/ir.lv2")
     (synopsis "LV2 convolution reverb")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:02 GMT) Full text and rfc822 format available.

Message #65 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 02/10] gnu: guitarix: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:57:34 +0600
* gnu/packages/audio.scm (guitarix)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4f2b0f07db..188e72332c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2451,10 +2451,6 @@ (define-public guitarix
            gettext-minimal
            pkg-config
            sassc))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://guitarix.org/")
     (synopsis "Virtual guitar amplifier")
     (description "Guitarix is a virtual guitar amplifier running JACK.


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:02 GMT) Full text and rfc822 format available.

Message #68 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 08/10] gnu: lv2: Add native-search-paths.
Date: Fri, 2 Aug 2024 23:00:21 +0600
* gnu/packages/audio.scm (lv2)[native-search-paths]: Add 'LV2_PATH'.

Change-Id: I49837fd46e447745fc97a6f501ec963eb4dbb0b0
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 598013d8e8..ebc579904c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3153,6 +3153,10 @@ (define-public lv2
      (list libsndfile))
     (native-inputs
      (list pkg-config))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LV2_PATH")
+            (files '("lib/lv2")))))
     (home-page "https://lv2plug.in/")
     (synopsis "LV2 audio plugin specification")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:03 GMT) Full text and rfc822 format available.

Message #71 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 09/10] gnu: rubberband: Remove native-search-paths.
Date: Fri, 2 Aug 2024 23:04:59 +0600
* gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 'LADSPA_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ebc579904c..f2d120c428 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3727,10 +3727,6 @@ (define-public rubberband
      (list fftw libsamplerate)) ;required by rubberband.pc
     (native-inputs
      (list pkg-config))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LADSPA_PATH")
-            (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")
     (synopsis "Audio time-stretching and pitch-shifting library")
     (description


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:03 GMT) Full text and rfc822 format available.

Message #74 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 04/10] gnu: lv2-mda-piano: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:58:13 +0600
* gnu/packages/audio.scm (lv2-mda-piano)[native-search-paths]: Remove 'LV2_PATH'.

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 18e5235432..57ef5bede7 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3218,10 +3218,6 @@ (define-public lv2-mda-piano
      (list lv2 lvtk))
     (native-inputs
      (list pkg-config ttl2c))
-    (native-search-paths
-     (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))))
     (home-page "https://elephly.net/lv2/mdapiano.html")
     (synopsis "LV2 port of the mda Piano plugin")
     (description "An LV2 port of the mda Piano VSTi.")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:04 GMT) Full text and rfc822 format available.

Message #77 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 07/10] gnu: distrho-ports: Remove LV2_PATH
 search-path-specification.
Date: Fri, 2 Aug 2024 22:59:46 +0600
* gnu/packages/music.scm (distrho-ports)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I507a18d44af3da8efef4afb1cd8120ce83472738
---
 gnu/packages/music.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 100a41f87b..df7191d74f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2024 Parnikkapore <poomklao <at> yahoo.com>
 ;;; Copyright © 2024 hapster <o.rojon <at> posteo.net>
+;;; Copyright © 2024 Nikita Domnitskii <nikita <at> domnitskii.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6847,9 +6848,6 @@ (define-public distrho-ports
              mesa))
       (native-search-paths
        (list (search-path-specification
-              (variable "LV2_PATH")
-              (files '("lib/lv2")))
-             (search-path-specification
               (variable "VST2_PATH")
               (files '("lib/vst")))
              (search-path-specification


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:04 GMT) Full text and rfc822 format available.

Message #80 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 05/10] gnu: rubberband: Remove LV2_PATH
 search-path-specification.
Date: Fri, 2 Aug 2024 22:58:46 +0600
* gnu/packages/audio.scm (rubberband)[native-search-paths]: Remove 'LV2_PATH'.

Change-Id: I798ca94912a4165ea35cee23387351bca2f7e2e3
---
 gnu/packages/audio.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 57ef5bede7..7ecd77430e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3725,9 +3725,6 @@ (define-public rubberband
      (list pkg-config))
     (native-search-paths
      (list (search-path-specification
-            (variable "LV2_PATH")
-            (files '("lib/lv2")))
-           (search-path-specification
             (variable "LADSPA_PATH")
             (files '("lib/ladspa")))))
     (home-page "https://breakfastquay.com/rubberband/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:05 GMT) Full text and rfc822 format available.

Message #83 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 10/10] gnu: ladspa: Add native-search-paths.
Date: Fri, 2 Aug 2024 23:05:16 +0600
* gnu/packages/audio.scm (ladspa)[native-search-paths]: Add 'LADSPA_PATH'.

Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
---
 gnu/packages/audio.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index f2d120c428..0f1af6dc20 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2815,6 +2815,10 @@ (define-public ladspa
                  (("^CPP.*")           "CPP = g++\n")))
              #t))
          (delete 'build))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "LADSPA_PATH")
+            (files '("lib/ladspa")))))
     ;; Since the home page is gone, we provide a link to the archived version.
     (home-page
      "https://web.archive.org/web/20140729190945/http://www.ladspa.org/")


-- 
Best Regards,
Nikita Domnitskii




Information forwarded to guix-patches <at> gnu.org:
bug#72648; Package guix-patches. (Mon, 19 Aug 2024 16:58:05 GMT) Full text and rfc822 format available.

Message #86 received at 72648 <at> debbugs.gnu.org (full text, mbox):

From: Nikita Domnitskii <nikita <at> domnitskii.me>
To: 72648 <at> debbugs.gnu.org
Subject: [PATCH 06/10] gnu: mda-lv2: Remove native-search-paths.
Date: Fri, 2 Aug 2024 22:59:27 +0600
* gnu/packages/audio.scm (mda-lv2)[native-search-paths]: Remove 'LV2_PATH'.

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

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


-- 
Best Regards,
Nikita Domnitskii




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 31 Aug 2024 17:03:02 GMT) Full text and rfc822 format available.

Notification sent to Nikita Domnitskii <nikita <at> domnitskii.me>:
bug acknowledged by developer. (Sat, 31 Aug 2024 17:03:02 GMT) Full text and rfc822 format available.

Message #91 received at 72648-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Nikita Domnitskii <nikita <at> domnitskii.me>
Cc: 72648-done <at> debbugs.gnu.org
Subject: Re: [bug#72648] [PATCH 00/10] Move native-search-paths from
 lv2/ladspa plugins
Date: Sat, 31 Aug 2024 19:01:50 +0200
Hi Nikita,

Nikita Domnitskii <nikita <at> domnitskii.me> skribis:

>   gnu: calf: Remove native-search-paths
>   gnu: guitarix: Remove native-search-paths
>   gnu: ir: Remove native-search-paths
>   gnu: lv2-mda-piano: Remove native-search-paths
>   gnu: rubberband: Remove LV2_PATH search-path-specification
>   gnu: mda-lv2: Remove native-search-paths
>   gnu: distrho-ports: Remove LV2_PATH search-path-specification
>   gnu: lv2: Add native-search-paths
>   gnu: rubberband: Remove native-search-paths
>   gnu: ladspa: Add native-search-paths

Applied v2.  Thanks for cleaning this up!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 29 Sep 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 322 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.