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:
Ricardo Wurmus 2024-10-07 00:17:02 +02:00
parent 215e47acd2
commit b007cbbfb7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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