me
/
guix
Archived
1
0
Fork 0

gnu: synthv1: Update to 0.9.26.

* gnu/packages/music.scm (synthv1): Update to 0.9.26.
[inputs]: Add qtsvg.
master
Tobias Geerinckx-Rice 2022-06-05 02:00:11 +02:00
parent e3873ed241
commit 65f66245d4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -2281,7 +2281,7 @@ perform creative live mixes with digital music files.")
(define-public synthv1 (define-public synthv1
(package (package
(name "synthv1") (name "synthv1")
(version "0.9.25") (version "0.9.26")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2289,7 +2289,7 @@ perform creative live mixes with digital music files.")
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1i16036f9wm52c5pxkllq7ir749jcknbh35i9wcxd5n88p6mzw02")))) "1asikh341f3vblrl8l07yakza80ybs8sid3n2qpsrvigaz3iymcd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests
@ -2299,7 +2299,8 @@ perform creative live mixes with digital music files.")
alsa-lib alsa-lib
new-session-manager new-session-manager
liblo liblo
qtbase-5)) qtbase-5
qtsvg))
(native-inputs (native-inputs
(list pkg-config qttools)) (list pkg-config qttools))
(home-page "https://synthv1.sourceforge.io") (home-page "https://synthv1.sourceforge.io")