me
/
guix
Archived
1
0
Fork 0

gnu: lv2: Update to 1.18.10.

* gnu/packages/audio.scm (lv2): Update to 1.18.10.
[build-system]: Use meson.
[arguments]: Enable tests.
master
Brendan Tildesley 2023-04-11 18:09:48 +10:00 committed by Ricardo Wurmus
parent d850428129
commit 587d95d4b5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 7 deletions

View File

@ -3081,18 +3081,15 @@ significantly faster and have minimal dependencies.")
(define-public lv2
(package
(name "lv2")
(version "1.18.2")
(version "1.18.10")
(source (origin
(method url-fetch)
(uri (string-append "https://lv2plug.in/spec/lv2-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256
(base32
"0pp0n9x1rg8d4fw853z9cvfifjdi4bl85yjxxddqa1acfjy1z2af"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
#:configure-flags '("--no-plugins")))
"0gwm63jrvg9lww0rl3sjkgbjwfz0vascpb19cfxmhkmm477ipibq"))))
(build-system meson-build-system)
(inputs
;; Leaving off cairo and gtk+-2.0 which are needed for example plugins
(list libsndfile))