[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: ladspa: Add native-search-paths.
From: |
guix-commits |
Subject: |
18/19: gnu: ladspa: Add native-search-paths. |
Date: |
Sat, 31 Aug 2024 13:08:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 25f22fd0e905b13857ac419330376dee8064a13f
Author: Nikita Domnitskii <nikita@domnitskii.me>
AuthorDate: Fri Aug 2 23:05:16 2024 +0600
gnu: ladspa: Add native-search-paths.
* gnu/packages/audio.scm (ladspa)[native-search-paths]: Add 'LADSPA_PATH'.
Change-Id: I5f313acb197468b6046fef6dc9bdc4904dd71a09
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/audio.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 29dfb3ba2b..401eaba539 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2803,6 +2803,10 @@ plugin function as a JACK application.")
(("^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/")
- 01/19: gnu: perf: Properly detect libtraceevent., (continued)
- 01/19: gnu: perf: Properly detect libtraceevent., guix-commits, 2024/08/31
- 02/19: gnu: guile2.0-git: Deprecate., guix-commits, 2024/08/31
- 17/19: gnu: rubberband: Remove native-search-paths., guix-commits, 2024/08/31
- 07/19: gnu: mmm: Fix the build., guix-commits, 2024/08/31
- 14/19: gnu: mda-lv2: Remove native-search-paths., guix-commits, 2024/08/31
- 15/19: gnu: distrho-ports: Remove LV2_PATH search-path-specification., guix-commits, 2024/08/31
- 12/19: gnu: lv2-mda-piano: Remove native-search-paths., guix-commits, 2024/08/31
- 04/19: gnu: guix: Remove unnecessary dependencies., guix-commits, 2024/08/31
- 03/19: gnu: libfabric: Depend on PSM2 only on supported systems., guix-commits, 2024/08/31
- 13/19: gnu: rubberband: Remove LV2_PATH search-path-specification., guix-commits, 2024/08/31
- 18/19: gnu: ladspa: Add native-search-paths.,
guix-commits <=
- 05/19: substitute: Reopen connection upon “Error in the push function” from GnuTLS., guix-commits, 2024/08/31
- 06/19: installer: Create ext4 file systems with ‘-O large_dir’., guix-commits, 2024/08/31
- 08/19: gnu: asli: Update to 0.1-1.4f4ba14., guix-commits, 2024/08/31
- 16/19: gnu: lv2: Add native-search-paths., guix-commits, 2024/08/31
- 09/19: gnu: calf: Remove native-search-paths., guix-commits, 2024/08/31
- 11/19: gnu: ir: Remove native-search-paths., guix-commits, 2024/08/31
- 10/19: gnu: guitarix: Remove native-search-paths., guix-commits, 2024/08/31
- 19/19: services: agate: Change variable names and add system test., guix-commits, 2024/08/31