mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ardour: Update to 8.8.
* gnu/packages/audio.scm (ardour): Update to 8.8. [source]: Use GIT-FILE-NAME. [arguments]: Remove --cxx11 flag. Change-Id: I0eb5ebf8578ce20a2a8120f247225bf13b535e0f
This commit is contained in:
parent
215e47acd2
commit
b007cbbfb7
1 changed files with 4 additions and 5 deletions
|
@ -765,7 +765,7 @@ (define ardour-bundled-media
|
|||
(define-public ardour
|
||||
(package
|
||||
(name "ardour")
|
||||
(version "8.4")
|
||||
(version "8.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -782,14 +782,13 @@ (define-public ardour
|
|||
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
|
||||
(sha256
|
||||
(base32
|
||||
"17gh1yaaby17zwx43h5v8dsrcznks9pn8jddc3wadq13b5x7zb7a"))
|
||||
(file-name (string-append name "-" version))))
|
||||
"1wam4vq9l4g626x8rdvr6c3dqv8fc6llyxriiq77zyqc9sba3pjb"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system waf-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
'(list "--cxx11" ;required by gtkmm
|
||||
"--optimize"
|
||||
'(list "--optimize"
|
||||
"--no-phone-home" ;don't contact ardour.org
|
||||
"--no-ytk" ;don't use bundled GTK2
|
||||
"--freedesktop" ;build .desktop file
|
||||
|
|
Loading…
Reference in a new issue