mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: lmms: Update to 1.2.2.
* gnu/packages/music.scm (lmms): Update to 1.2.2. [inputs]: Add carla.
This commit is contained in:
parent
a90aad8c2c
commit
9bd56a551e
1 changed files with 4 additions and 3 deletions
|
@ -4395,7 +4395,7 @@ (define-public libsmf
|
||||||
(define-public lmms
|
(define-public lmms
|
||||||
(package
|
(package
|
||||||
(name "lmms")
|
(name "lmms")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4405,7 +4405,7 @@ (define-public lmms
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gx730z361xx30iqbsm99aam1k2c8yf561gcay6sryyjksb4w1wy"))))
|
"11xgf461cnmq0jkgdgx5bddi87ammpik4whg1m4fcvd3i0d5i601"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
@ -4473,7 +4473,8 @@ (define-public lmms
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("freetype2" ,freetype)
|
("freetype2" ,freetype)
|
||||||
("fftw3f" ,fftwf)
|
("fftw3f" ,fftwf)
|
||||||
("jack" ,jack-1)))
|
("jack" ,jack-1)
|
||||||
|
("carla" ,carla)))
|
||||||
(home-page "https://lmms.io/")
|
(home-page "https://lmms.io/")
|
||||||
(synopsis "Music composition tool")
|
(synopsis "Music composition tool")
|
||||||
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
(description "LMMS is a digital audio workstation. It includes tools for sequencing
|
||||||
|
|
Loading…
Reference in a new issue