guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-easyeffects-62771 updated: gnu: rubberband: Propagate require


From: guix-commits
Subject: branch wip-easyeffects-62771 updated: gnu: rubberband: Propagate required libraries.
Date: Thu, 11 Jan 2024 02:17:52 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch wip-easyeffects-62771
in repository guix.

The following commit(s) were added to refs/heads/wip-easyeffects-62771 by this 
push:
     new 399f3c071d gnu: rubberband: Propagate required libraries.
399f3c071d is described below

commit 399f3c071d92892a50822cb53fc30d7dcbbb91d1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 08:16:59 2024 +0100

    gnu: rubberband: Propagate required libraries.
    
    * gnu/packages/audio.scm (rubberband)[inputs]: Move fftw and libsamplerate
    from here...
    [propagated-inputs]: ...to here.
    
    Change-Id: I0a2813fcad789b0609f1d300ec8508f4092665bf
---
 gnu/packages/audio.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9f65c91314..4a84f8ccdf 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3662,7 +3662,9 @@ filters using the so-called @emph{window method}.")
              "-Dfft=fftw"                  ;To avoid using bundled version
              "-Ddefault_library=shared"))) ;Don't build static library
     (inputs
-     (list fftw ladspa libsamplerate lv2 vamp))
+     (list ladspa lv2 vamp))
+    (propagated-inputs
+     (list fftw libsamplerate)) ;required by rubberband.pc
     (native-inputs
      (list pkg-config))
     (native-search-paths



reply via email to

[Prev in Thread] Current Thread [Next in Thread]