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
This commit is contained in:
parent
9487e7b4de
commit
161ff430da
1 changed files with 5 additions and 10 deletions
|
@ -6225,20 +6225,15 @@ systems.")
|
||||||
(define-public mda-lv2
|
(define-public mda-lv2
|
||||||
(package
|
(package
|
||||||
(name "mda-lv2")
|
(name "mda-lv2")
|
||||||
(version "1.2.6")
|
(version "1.2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.drobilla.net/mda-lv2-"
|
(uri (string-append "http://download.drobilla.net/mda-lv2-"
|
||||||
version ".tar.bz2"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nspk2j11l65m5r9z5isw8j749vh9a89wgx8mkrrq15f4iq12rnd"))))
|
(base32 "0nm7qahkrxjydv1wii46ca6948srwhjilhlp54z9bpcnln35ksmf"))))
|
||||||
(build-system waf-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; There are no tests.
|
|
||||||
#:configure-flags
|
|
||||||
(list (string-append "--prefix="
|
|
||||||
(assoc-ref %outputs "out")))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list lv2))
|
(list lv2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -6247,7 +6242,7 @@ systems.")
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "LV2_PATH")
|
(variable "LV2_PATH")
|
||||||
(files '("lib/lv2")))))
|
(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")
|
(synopsis "Audio plug-in pack for LV2")
|
||||||
(description
|
(description
|
||||||
"MDA-LV2 is an LV2 port of the MDA plugins. It includes effects and a few
|
"MDA-LV2 is an LV2 port of the MDA plugins. It includes effects and a few
|
||||||
|
|
Reference in a new issue