diff mbox series

[bug#69474] Update Ardour to 8.4

Message ID Nro9mh6--3-9@tuta.io
State New
Headers show
Series [bug#69474] Update Ardour to 8.4 | expand

Commit Message

Apoorv Feb. 29, 2024, 9:21 a.m. UTC
This is my first time sending a patch via the email workflow.

```
```

Comments

Ricardo Wurmus April 1, 2024, 4:51 p.m. UTC | #1
Hi,

thanks for the attempted patch!

The update looks fine to me, but I think we'll also want "--no-ytk" to
prevent building the bundled GTK2.  I'll apply the changes.  Since I
don't have your email address I'll attribute the patch to just "Apoorv".

In the future, please use `git commit`, then `git format-patch -1`, and
attach the output to your email.  Alternatively, you may want to
configure sending emails directly with `git send-email`.  The manual
documents the procedure.
Ricardo Wurmus April 1, 2024, 8:37 p.m. UTC | #2
Applied, closing!
Apoorv April 3, 2024, 1:54 p.m. UTC | #3
@Ricardo Wurmus I see, thanks for help. I'll keep git send-email in mind for the next time.
diff mbox series

Patch

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 578a0bd016..114ad26bb6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -739,7 +739,7 @@  (define ardour-bundled-media
 (define-public ardour
   (package
     (name "ardour")
-    (version "8.0")
+    (version "8.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -756,7 +756,7 @@  (define-public ardour
 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