unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58613] [PATCH] gnu: ardour: Update to 7.0
@ 2022-10-18 18:59 Sughosha via Guix-patches via
  2022-10-20 11:21 ` [bug#58613] [PATCHES v2] gnu: ardour: Use system libraries and install man page Sughosha via Guix-patches via
  2022-11-13 18:28 ` bug#58613: [PATCH] gnu: ardour: Update to 7.0 Ricardo Wurmus
  0 siblings, 2 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2022-10-18 18:59 UTC (permalink / raw)
  To: 58613

* gnu/packages/audio.scm (ardour): Update to 7.0.
---
 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 55ef9f7f10..d489733bd1 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -633,7 +633,7 @@ (define (ardour-rpath-phase major-version)
 (define-public ardour
   (package
     (name "ardour")
-    (version "6.9")
+    (version "7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -651,7 +651,7 @@ (define-public ardour
                     #t)))
               (sha256
                (base32
-                "0vlcbd70y0an881zv87kc3akmaiz4w7whsy3yaiiqqjww35jg1mm"))
+                "1xzgcd2d8zzgx3s9sr3kcxl3vz3vfr5l1xs9qpjplmk22dfj8b08"))
               (file-name (string-append name "-" version))))
     (build-system waf-build-system)
     (arguments
@@ -701,6 +701,7 @@ (define-public ardour
            flac
            glibmm
            gtkmm-2
+           hicolor-icon-theme
            jack-1
            libarchive
            libart-lgpl
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-13 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 18:59 [bug#58613] [PATCH] gnu: ardour: Update to 7.0 Sughosha via Guix-patches via
2022-10-20 11:21 ` [bug#58613] [PATCHES v2] gnu: ardour: Use system libraries and install man page Sughosha via Guix-patches via
2022-11-13 18:28 ` bug#58613: [PATCH] gnu: ardour: Update to 7.0 Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).