[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
- branch master updated (965ac33747 -> f2be1ea06a), guix-commits, 2023/06/19
- 01/08: gnu: ruby-loofah: Update to 2.21.3., guix-commits, 2023/06/19
- 04/08: gnu: sway: Update to 1.8.1., guix-commits, 2023/06/19
- 03/08: gnu: wlroots: Update to 0.16.2., guix-commits, 2023/06/19
- 06/08: gnu: ardour: Update to 7.4.,
guix-commits <=
- 05/08: gnu: python-cython-next: Update to 3.0.0b2., guix-commits, 2023/06/19
- 07/08: gnu: zfs: Update to 2.1.12., guix-commits, 2023/06/19
- 02/08: gnu: swaynotificationcenter: Update to 0.8.0., guix-commits, 2023/06/19
- 08/08: gnu: libjxl: Update to 0.8.2., guix-commits, 2023/06/19