[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62771] [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10.
From: |
'Brendan Tildesley |
Subject: |
[bug#62771] [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10. |
Date: |
Tue, 11 Apr 2023 18:09:53 +1000 |
From: Brendan Tildesley <mail@brendan.scot>
* 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 7d62617667..f73f181512 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -6209,20 +6209,15 @@ (define-public python-librosa
(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
@@ -6231,7 +6226,7 @@ (define-public mda-lv2
(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
--
2.39.2
- [bug#62771] [PATCH 0/9] Add Easyeffects, Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 1/9] gnu: vamp: Update to 2.10.0., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 2/9] gnu: lv2: Update to 1.18.10., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 3/9] gnu: serd: Update to 0.30.16., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 4/9] gnu: sord: Update to 0.16.14., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 6/9] gnu: rubberband: Update to 3.2.1., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 9/9] gnu: Add easyeffects., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10.,
'Brendan Tildesley <=
- [bug#62771] [PATCH 8/9] gnu: lilv: Update to 0.24.20., 'Brendan Tildesley, 2023/04/11
- [bug#62771] [PATCH 5/9] gnu: sratom: Update to 0.6.14., 'Brendan Tildesley, 2023/04/11