[PATCH] Update Ardour to 8.4

  • Done
  • quality assurance status badge
Details
2 participants
  • Apoorv
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Apoorv
Severity
normal

Debbugs page

A
A
Apoorv wrote on 29 Feb 01:21 -0800
(name . Guix Patches)(address . guix-patches@gnu.org)
Nro9mh6--3-9@tuta.io
This is my first time sending a patch via the email workflow.

```
Toggle diff (27 lines)
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
```

--
Sent with Tuta; enjoy secure & ad-free emails:
https://tuta.com
Attachment: file
Toggle diff (22 lines)
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
R
R
Ricardo Wurmus wrote on 1 Apr 09:51 -0700
(address . 69474@debbugs.gnu.org)
8734s59g04.fsf@elephly.net
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
R
R
Ricardo Wurmus wrote on 1 Apr 13:37 -0700
(address . 69474-done@debbugs.gnu.org)
874jckzunf.fsf@elephly.net
Applied, closing!

--
Ricardo
Closed
A
A
Apoorv wrote on 3 Apr 06:54 -0700
Re: bug#69474: closed ([PATCH] Update Ardour to 8.4)
(name . 69474)(address . 69474@debbugs.gnu.org)
NuZED0N--3-9@tuta.io
@Ricardo Wurmus I see, thanks for help. I'll keep git send-email in mind for the next time.

--
Sent with Tuta; enjoy secure & ad-free emails:


Apr 1, 2024, 20:38 by help-debbugs@gnu.org:

Toggle quote (14 lines)
> Your bug report
>
> #69474: [PATCH] Update Ardour to 8.4
>
> which was filed against the guix-patches package, has been closed.
>
> The explanation is attached below, along with your original report.
> If you require more details, please reply to 69474@debbugs.gnu.org.
>
> --
> 69474: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69474
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
>
Attachment: file
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69474@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69474
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch