gnu: jalv: Update to 1.6.0.
* gnu/packages/audio.scm (jalv): Update to 1.6.0. [inputs]: Replace "gtk+-2" with "gtk+" and "gtkmm-2" with "gtkmm".
This commit is contained in:
parent
d4d3df82bc
commit
f1d81568b5
|
@ -1402,14 +1402,14 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
(define-public jalv
|
(define-public jalv
|
||||||
(package
|
(package
|
||||||
(name "jalv")
|
(name "jalv")
|
||||||
(version "1.4.6")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.drobilla.net/jalv-"
|
(uri (string-append "http://download.drobilla.net/jalv-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f1hcq74n3ziw8bk97mn5a1vgw028dxikv3fchaxd430pbbhqgl9"))))
|
"1x2wpzzx2cgvz3dgdcgsj8dr0w3zsasy62mvl199bsdj5fbjaili"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
@ -1425,8 +1425,8 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
`(("lv2" ,lv2)
|
`(("lv2" ,lv2)
|
||||||
("lilv" ,lilv)
|
("lilv" ,lilv)
|
||||||
("suil" ,suil)
|
("suil" ,suil)
|
||||||
("gtk" ,gtk+-2)
|
("gtk" ,gtk+)
|
||||||
("gtkmm" ,gtkmm-2)
|
("gtkmm" ,gtkmm)
|
||||||
("jack" ,jack-1)))
|
("jack" ,jack-1)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue