mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: ardour: Update to 4.2.
* gnu/packages/audio.scm (ardour): Update to 4.2.
This commit is contained in:
parent
eb537f5748
commit
4e0143738f
1 changed files with 4 additions and 5 deletions
|
@ -232,13 +232,12 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
(define-public ardour
|
(define-public ardour
|
||||||
(package (inherit ardour-3)
|
(package (inherit ardour-3)
|
||||||
(name "ardour")
|
(name "ardour")
|
||||||
;; We pick the commit after 4.1 because it fixes a build problem.
|
(version "4.2")
|
||||||
(version "4.1-5aa834e")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://git.ardour.org/ardour/ardour.git")
|
(url "git://git.ardour.org/ardour/ardour.git")
|
||||||
(commit (cadr (string-split version #\-)))))
|
(commit version)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Ardour expects this file to exist at build time. It can be
|
;; Ardour expects this file to exist at build time. It can be
|
||||||
;; created from a git checkout with:
|
;; created from a git checkout with:
|
||||||
|
@ -247,10 +246,10 @@ engineers, musicians, soundtrack editors and composers.")
|
||||||
"libs/ardour/revision.cc"
|
"libs/ardour/revision.cc"
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(format port "#include \"ardour/revision.h\"
|
(format port "#include \"ardour/revision.h\"
|
||||||
namespace ARDOUR { const char* revision = \"4.1\" ; }"))))
|
namespace ARDOUR { const char* revision = \"4.2\" ; }"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pfmxlscnwyqmgc89cdwrsk1769lr89dirfnpjbxj9zgcns6zqgb"))
|
"1j8zw0bvh16qwyy8qrqynpak9nghl9j3qhjjcdl7wh9raafjqc00"))
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (string-append name "-" version))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ardour-3)
|
(substitute-keyword-arguments (package-arguments ardour-3)
|
||||||
|
|
Loading…
Add table
Reference in a new issue