mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: hydrogen: Update to 1.0.0-beta2.
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-beta2. [native-inputs]: Add qttools. [inputs]: Add liblo and pulseaudio, remove libtar.
This commit is contained in:
parent
211cf6dc68
commit
0189574375
1 changed files with 15 additions and 13 deletions
|
@ -498,16 +498,16 @@ (define-public dumb-allegro4
|
|||
(define-public hydrogen
|
||||
(package
|
||||
(name "hydrogen")
|
||||
(version "1.0.0-beta1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hydrogen-music/hydrogen.git")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nv83l70j5bjz2wd6n3a8cq3bmgrvdvg6g2hjhc1g5h6xnbqsh9x"))))
|
||||
(version "1.0.0-beta2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hydrogen-music/hydrogen.git")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1s3jrdyjpm92flw9mkkxchnj0wz8nn1y1kifii8ws252iiqjya4a"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tests"
|
||||
|
@ -522,16 +522,18 @@ (define-public hydrogen
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("cppunit" ,cppunit)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("qtlinguist" ,qttools)))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("jack" ,jack-1)
|
||||
;; ("ladspa" ,ladspa) ; cannot find during configure
|
||||
;; ("ladspa" ,ladspa) ; require LADSPA_PATH to be set
|
||||
("lash" ,lash)
|
||||
("libarchive" ,libarchive)
|
||||
("liblo" ,liblo)
|
||||
("libsndfile" ,libsndfile)
|
||||
("libtar" ,libtar)
|
||||
("lrdf" ,lrdf)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("qtbase" ,qtbase)
|
||||
("qtxmlpatterns" ,qtxmlpatterns)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue