me
/
guix
Archived
1
0
Fork 0

gnu: qtractor: Update to 0.9.27.

* gnu/packages/music.scm (qtractor): Update to 0.9.27.
[inputs]: Add qtsvg.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:01 +02:00
parent 6629265414
commit 85347b0f34
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -3287,19 +3287,20 @@ from the command line.")
(define-public qtractor
(package
(name "qtractor")
(version "0.9.26")
(version "0.9.27")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
"02r4dhhbn3dzhqi5cnm2vwimqk10bdlpy233n4a3590qg4krnqkd"))))
"11131hb6n13n51rr319jhaa9jjxl9q8n9vkxq3si7gcxlli6pdbs"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no "check" target
(inputs
`(("qt" ,qtbase-5)
("qtsvg" ,qtsvg)
("qtx11extras" ,qtx11extras)
("alsa-lib" ,alsa-lib)
("jack" ,jack-1)