mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: patchage: Update to 1.0.10.
* gnu/packages/audio.scm (patchage): Update to 1.0.10. [build-system]: Use meson-build-system. [inputs]: Remove boost; replace jack-1 with jack-2.
This commit is contained in:
parent
1b16ae2c7a
commit
7638f3c2b5
1 changed files with 6 additions and 9 deletions
|
@ -3322,22 +3322,19 @@ (define-public freealut
|
|||
(define-public patchage
|
||||
(package
|
||||
(name "patchage")
|
||||
(version "1.0.4")
|
||||
(version "1.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.drobilla.net/patchage-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gbakiw3mikgbvy3pssrmqmn7z5c7kp4vyaxj5rs4jnkscxgw9vw"))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no check target
|
||||
"1m472rkvv7kr57xnvmvds3iq3fj129mbw878427djc21rfg2lq80"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments `(#:tests? #f)) ;no check target
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
boost
|
||||
jack-1
|
||||
jack-2
|
||||
ganv
|
||||
glibmm
|
||||
gtkmm-2
|
||||
|
|
Loading…
Reference in a new issue