mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: fabla: Update to 1.4.
* gnu/packages/music.scm (fabla): Update to 1.4. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I3fbba9df343ad296a78f2e54fbe02a525a1d546f
This commit is contained in:
parent
5f4ba1c09f
commit
414d6d7f32
1 changed files with 21 additions and 25 deletions
|
@ -5813,32 +5813,28 @@ mapping support, you can get looping just how you like!")
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public fabla
|
||||
(let ((revision "1")
|
||||
;; The last release was in 2016. Since then a number of commits have
|
||||
;; been added to fix build problems.
|
||||
(commit "10acf03046d980f96ed192d5acb9deb812f5c639"))
|
||||
(package
|
||||
(name "fabla")
|
||||
(version (git-version "1.3.2" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/openAVproductions/openAV-Fabla")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ybbzb86j1n5dfhzc6aa3cibkwi6q3x0c18b1w3anyibanmr1wmc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ;there are none
|
||||
(inputs (list ntk cairomm libsndfile))
|
||||
(native-inputs (list pkg-config lv2 mesa))
|
||||
(home-page "http://openavproductions.com/fabla/")
|
||||
(synopsis "Sampler LV2 plugin")
|
||||
(description
|
||||
"Fabla is an LV2 drum sampler plugin instrument. It is ideal for loading up
|
||||
(package
|
||||
(name "fabla")
|
||||
(version "1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/openAVproductions/openAV-Fabla")
|
||||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13675ljfcbmxw9jdjrpn9wpvl69qxxc1hg2y9sfjkf4khajpapg9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ;there are none
|
||||
(inputs (list ntk cairomm libsndfile))
|
||||
(native-inputs (list pkg-config lv2 mesa))
|
||||
(home-page "http://openavproductions.com/fabla/")
|
||||
(synopsis "Sampler LV2 plugin")
|
||||
(description
|
||||
"Fabla is an LV2 drum sampler plugin instrument. It is ideal for loading up
|
||||
your favorite sampled sounds and bashing away on a MIDI controller.")
|
||||
(license license:gpl2+))))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public sorcer
|
||||
(let ((revision "1")
|
||||
|
|
Loading…
Add table
Reference in a new issue