guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: ardour: Update to 7.4.


From: guix-commits
Subject: 06/08: gnu: ardour: Update to 7.4.
Date: Mon, 19 Jun 2023 06:12:56 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3acd924f2ae2a5af41aacbcd615f2221acb53d9e
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Sat Apr 29 12:19:35 2023 +0000

    gnu: ardour: Update to 7.4.
    
    * gnu/packages/audio.scm (ardour): Update to 7.4.
    [inputs]: Remove boost.
    [native-inputs]: Add boost.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 58a981b2fe..df6b2d4957 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -738,7 +738,7 @@ purposes developed at Queen Mary, University of London.")
 (define-public ardour
   (package
     (name "ardour")
-    (version "7.3")
+    (version "7.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -755,7 +755,7 @@ purposes developed at Queen Mary, University of London.")
 namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = 
\"\"; }")))))
               (sha256
                (base32
-                "0bkhrgswhc9y1ly8nfg8hpwad77cgbr663dgj86h3aisljc4cdkw"))
+                "0v66h9fghjyjinldw9yfhhlfi3my235x6n4dpxx432z35lka2h89"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments
@@ -799,7 +799,6 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
const char* date = \
      (list alsa-lib
            atkmm
            aubio
-           boost
            cairomm
            curl
            dbus
@@ -844,7 +843,8 @@ namespace ARDOUR { const char* revision = \"" version "\" ; 
const char* date = \
            taglib
            vamp))
     (native-inputs
-     (list cppunit
+     (list boost
+           cppunit
            gettext-minimal
            itstool
            perl



reply via email to

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