gnu: ardour: Update to 5.4.
* gnu/packages/audio.scm (ardour): Update to 5.4. [inputs]: Add libarchive.master
parent
adc2f048cb
commit
a76abae19f
|
@ -40,6 +40,7 @@
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages avahi)
|
#:use-module (gnu packages avahi)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
|
#:use-module (gnu packages backup)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages bison)
|
#:use-module (gnu packages bison)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
|
@ -179,7 +180,7 @@ streams from live audio.")
|
||||||
(define-public ardour
|
(define-public ardour
|
||||||
(package
|
(package
|
||||||
(name "ardour")
|
(name "ardour")
|
||||||
(version "5.3")
|
(version "5.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -193,10 +194,10 @@ streams from live audio.")
|
||||||
"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 = \"5.3\" ; }"))))
|
namespace ARDOUR { const char* revision = \"5.4\" ; }"))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xdyc3syxg4drg7rafadhlrn6nycg169ay6q5xhga19kcwy6qmqm"))
|
"1yrg0d86k9fqw7lmzjglilbadb4cjqxqkf6ii4bjs6rihj6b0qrf"))
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (string-append name "-" version))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -242,6 +243,7 @@ namespace ARDOUR { const char* revision = \"5.3\" ; }"))))
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("redland" ,redland)
|
("redland" ,redland)
|
||||||
("rubberband" ,rubberband)
|
("rubberband" ,rubberband)
|
||||||
|
("libarchive" ,libarchive)
|
||||||
("taglib" ,taglib)
|
("taglib" ,taglib)
|
||||||
("python-rdflib" ,python-rdflib)))
|
("python-rdflib" ,python-rdflib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue