guix-commits
[Top][All Lists]
Advanced

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

10/20: gnu: mda-lv2: Update to 1.2.10.


From: guix-commits
Subject: 10/20: gnu: mda-lv2: Update to 1.2.10.
Date: Thu, 11 Jan 2024 17:21:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

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

    gnu: mda-lv2: Update to 1.2.10.
    
    * gnu/packages/audio.scm (mda-lv2): Update to 1.2.10.
    [build-system]: Use meson.
    [arguments]: Remove unnecessary flags
---
 gnu/packages/audio.scm | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 0552092d84..2a5f438817 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6225,20 +6225,15 @@ systems.")
 (define-public mda-lv2
   (package
     (name "mda-lv2")
-    (version "1.2.6")
+    (version "1.2.10")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "http://download.drobilla.net/mda-lv2-";
-                            version ".tar.bz2"))
+                            version ".tar.xz"))
         (sha256
-         (base32 "1nspk2j11l65m5r9z5isw8j749vh9a89wgx8mkrrq15f4iq12rnd"))))
-    (build-system waf-build-system)
-    (arguments
-     `(#:tests? #f  ; There are no tests.
-       #:configure-flags
-       (list (string-append "--prefix="
-                            (assoc-ref %outputs "out")))))
+         (base32 "0nm7qahkrxjydv1wii46ca6948srwhjilhlp54z9bpcnln35ksmf"))))
+    (build-system meson-build-system)
     (inputs
      (list lv2))
     (native-inputs
@@ -6247,7 +6242,7 @@ systems.")
      (list (search-path-specification
             (variable "LV2_PATH")
             (files '("lib/lv2")))))
-    (home-page "https://drobilla.net/software/mda-lv2";)
+    (home-page "https://drobilla.net/software/mda-lv2.html";)
     (synopsis "Audio plug-in pack for LV2")
     (description
      "MDA-LV2 is an LV2 port of the MDA plugins.  It includes effects and a few



reply via email to

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