mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qjackctl: Update to 0.9.8.
* gnu/packages/audio.scm (qjackctl): Update to 0.9.8. [inputs]: Add qtsvg-5.
This commit is contained in:
parent
dd9b31254b
commit
d7e59fb2ad
1 changed files with 8 additions and 3 deletions
|
@ -3068,19 +3068,24 @@ different audio devices such as ALSA or PulseAudio.")
|
||||||
(define-public qjackctl
|
(define-public qjackctl
|
||||||
(package
|
(package
|
||||||
(name "qjackctl")
|
(name "qjackctl")
|
||||||
(version "0.9.7")
|
(version "0.9.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
|
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
|
||||||
version "/qjackctl-" version ".tar.gz"))
|
version "/qjackctl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"104hfvr15v8cbkzil8slrqj48y3fl7lx060alj80q1sjh5hl6j2j"))))
|
"1rvxgxd7bbv7yazcpw3ily0jlra8ms5c0kkf7cybgivahw59zk87"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no check target
|
'(#:tests? #f)) ; no check target
|
||||||
(inputs
|
(inputs
|
||||||
(list jack-1 alsa-lib portaudio qtbase-5 qtx11extras))
|
(list alsa-lib
|
||||||
|
jack-1
|
||||||
|
portaudio
|
||||||
|
qtbase-5
|
||||||
|
qtsvg-5
|
||||||
|
qtx11extras))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config qttools-5))
|
(list pkg-config qttools-5))
|
||||||
(home-page "https://qjackctl.sourceforge.io/")
|
(home-page "https://qjackctl.sourceforge.io/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue