guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: lilv: Update to 0.24.20.


From: guix-commits
Subject: 08/10: gnu: lilv: Update to 0.24.20.
Date: Wed, 10 Jan 2024 12:41:21 -0500 (EST)

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

commit fad8ddd420549f990eeaf5876d67e0d13589cec6
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Tue Apr 11 18:09:54 2023 +1000

    gnu: lilv: Update to 0.24.20.
    
    * gnu/packages/audio.scm (lilv): Update to 0.24.20.
    [build-system]: Use meson.
    [arguments]: Remove.ldflag hack not needed with meson.
---
 gnu/packages/audio.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ddf1e62ce9..f53c1bcf1d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3041,24 +3041,19 @@ frequencies.  This data is then formatted to MIDI and 
written to disk.")
 (define-public lilv
   (package
     (name "lilv")
-    (version "0.24.12")
+    (version "0.24.20")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/lilv-";
-                                 version ".tar.bz2"))
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "0qchfsyrsrp2pdpd59025kllycr04ddpzd03ha1iz70ci687g8r6"))))
-    (build-system waf-build-system)
+               "1g7f29i0jajswyg67k7hdnmyqk32fmmxw6xppf9fm1mjp2wq5c2g"))))
+    (build-system meson-build-system)
     (arguments
      `(#:tests? #f                      ; no check target
        #:phases
        (modify-phases %standard-phases
-         (add-before 'configure 'set-ldflags
-          (lambda* (#:key outputs #:allow-other-keys)
-            (setenv "LDFLAGS"
-                    (string-append "-Wl,-rpath="
-                                   (assoc-ref outputs "out") "/lib"))))
          (add-after 'unpack 'full-store-path-to-shared-library
            (lambda* (#:key outputs #:allow-other-keys)
              (with-directory-excursion "bindings/python"



reply via email to

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