guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lsp-dsp-lib: Update to 0.5.14.


From: guix-commits
Subject: 01/02: gnu: lsp-dsp-lib: Update to 0.5.14.
Date: Wed, 12 Jan 2022 01:36:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1e36a6ad5d1df60bf9b73721518f16c6ebdfe02a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 05:35:29 2022 +0100

    gnu: lsp-dsp-lib: Update to 0.5.14.
    
    * gnu/packages/audio.scm (lsp-dsp-lib): Update to 0.5.14.
    [arguments]: Adjust 'omit-static-library phase accordingly.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 017f1ec74e..e8e075291c 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5119,7 +5119,7 @@ edited, converted, compressed and saved.")
 (define-public lsp-dsp-lib
   (package
     (name "lsp-dsp-lib")
-    (version "0.5.11")
+    (version "0.5.14")
     (source
       (origin
         (method url-fetch)
@@ -5127,7 +5127,7 @@ edited, converted, compressed and saved.")
                             "releases/download/" version
                             "/lsp-dsp-lib-" version "-src.tar.gz"))
         (sha256
-         (base32 "0lkar6r9jfrrqswi8nnndlm5a9kfwqjn92d81gp2yhc3p46xsswz"))))
+         (base32 "1gcznkyybywbgdi2fhx27i8sckhy6ahvxax72b213g1lr5aaw7bq"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
@@ -5138,8 +5138,8 @@ edited, converted, compressed and saved.")
          (add-after 'unpack 'omit-static-library
            (lambda _
              (substitute* "src/Makefile"
-               ((".*@.*ARTIFACT_SLIB.*") "")       ; don't install it
-               ((" \\$\\(ARTIFACT_SLIB\\)") "")))) ; don't build it
+               ((".*cp \\$\\(ARTIFACT_SLIB\\).*") "") ; don't install it
+               ((" \\$\\(ARTIFACT_SLIB\\)") ""))))    ; don't build it
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
              (invoke "make" "config"



reply via email to

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