mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 02:00:29 +02:00
gnu: calf: Update to 0.90.6.
* gnu/packages/audio.scm (calf): Update to 0.90.6. [source]: Fetch from git. [build-system]: Use cmake-build-system. [arguments]: Disable tests. [inputs]: Replace jack-1 with jack-2. [home-page]: Update. Change-Id: Iebc551dddcea3ea884bd22f826de59294718c6af
This commit is contained in:
@@ -1500,28 +1500,31 @@ plugins are provided.")
|
||||
(define-public calf
|
||||
(package
|
||||
(name "calf")
|
||||
(version "0.90.3")
|
||||
(version "0.90.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://calf-studio-gear.org/files/calf-"
|
||||
version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/calf-studio-gear/calf")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17x4hylgq4dn9qycsdacfxy64f5cv57n2qgkvsdp524gnqzw4az3"))))
|
||||
(build-system gnu-build-system)
|
||||
"0p4zqzr7spy3jjsmy6h7n5lsyqqyh23bswk1r3kims50b102xhxd"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #false)) ;there is no test target
|
||||
(inputs
|
||||
(list fluidsynth
|
||||
expat
|
||||
glib
|
||||
gtk+-2
|
||||
cairo
|
||||
jack-1
|
||||
jack-2
|
||||
lv2
|
||||
ladspa
|
||||
fftw))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(home-page "http://calf.sourceforge.net/")
|
||||
(home-page "https://calf-studio-gear.org/")
|
||||
(synopsis "Audio plug-in pack for LV2 and JACK environments")
|
||||
(description
|
||||
"Calf Studio Gear is an audio plug-in pack for LV2 and JACK environments.
|
||||
|
||||
Reference in New Issue
Block a user