guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ardour: Update to 8.4.


From: guix-commits
Subject: branch master updated: gnu: ardour: Update to 8.4.
Date: Mon, 01 Apr 2024 14:26:02 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53ac27b5c5 gnu: ardour: Update to 8.4.
53ac27b5c5 is described below

commit 53ac27b5c5bb501be2b7a777d4f674779b723b0a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 1 19:35:26 2024 +0200

    gnu: ardour: Update to 8.4.
    
    * gnu/packages/audio.scm (ardour): Update to 8.4.
    [arguments]: Do not use bundled GTK2.
    
    Co-authored-by: Apoorv.
    Change-Id: I7c50ca8df14d2edec8bd9e862cb05dd455913b60
---
 gnu/packages/audio.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4464609303..1a88698165 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -774,7 +774,7 @@ purposes developed at Queen Mary, University of London.")
 (define-public ardour
   (package
     (name "ardour")
-    (version "8.0")
+    (version "8.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -791,7 +791,7 @@ purposes developed at Queen Mary, University of London.")
 namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = 
\"\"; }")))))
               (sha256
                (base32
-                "1a2dbysd64njiw087ypkwlvr31qz3dvfaca55nq2bc4fmm71mgv4"))
+                "17gh1yaaby17zwx43h5v8dsrcznks9pn8jddc3wadq13b5x7zb7a"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments
@@ -800,6 +800,7 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
const char* date = \
       '(list "--cxx11"                  ;required by gtkmm
              "--optimize"
              "--no-phone-home"          ;don't contact ardour.org
+             "--no-ytk"                 ;don't use bundled GTK2
              "--freedesktop"            ;build .desktop file
              "--test"                   ;build unit tests
              "--use-external-libs")     ;use system libraries



reply via email to

[Prev in Thread] Current Thread [Next in Thread]