all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69474] [PATCH] Update Ardour to 8.4
@ 2024-02-29  9:21 Apoorv via Guix-patches via
  2024-04-01 16:51 ` Ricardo Wurmus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Apoorv via Guix-patches via @ 2024-02-29  9:21 UTC (permalink / raw)
  To: 69474


[-- Attachment #1.1: Type: text/plain, Size: 1136 bytes --]


This is my first time sending a patch via the email workflow.

```
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 #1.2: Type: text/html, Size: 2494 bytes --]

[-- Attachment #2: update_ardour_8_4.patch --]
[-- Type: text/x-patch, Size: 838 bytes --]

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

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

* [bug#69474] [PATCH] Update Ardour to 8.4
  2024-02-29  9:21 [bug#69474] [PATCH] Update Ardour to 8.4 Apoorv via Guix-patches via
@ 2024-04-01 16:51 ` Ricardo Wurmus
  2024-04-01 20:37 ` bug#69474: " Ricardo Wurmus
       [not found] ` <handler.69474.D69474.171200387429380.notifdone@debbugs.gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2024-04-01 16:51 UTC (permalink / raw)
  To: 69474

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




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

* bug#69474: [PATCH] Update Ardour to 8.4
  2024-02-29  9:21 [bug#69474] [PATCH] Update Ardour to 8.4 Apoorv via Guix-patches via
  2024-04-01 16:51 ` Ricardo Wurmus
@ 2024-04-01 20:37 ` Ricardo Wurmus
       [not found] ` <handler.69474.D69474.171200387429380.notifdone@debbugs.gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2024-04-01 20:37 UTC (permalink / raw)
  To: 69474-done

Applied, closing!

-- 
Ricardo




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

* [bug#69474] closed ([PATCH] Update Ardour to 8.4)
       [not found] ` <handler.69474.D69474.171200387429380.notifdone@debbugs.gnu.org>
@ 2024-04-03 13:54   ` Apoorv via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: Apoorv via Guix-patches via @ 2024-04-03 13:54 UTC (permalink / raw)
  To: 69474

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

@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: 
 https://tuta.com


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

> 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 #2: Type: text/html, Size: 1413 bytes --]

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

end of thread, other threads:[~2024-04-03 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29  9:21 [bug#69474] [PATCH] Update Ardour to 8.4 Apoorv via Guix-patches via
2024-04-01 16:51 ` Ricardo Wurmus
2024-04-01 20:37 ` bug#69474: " Ricardo Wurmus
     [not found] ` <handler.69474.D69474.171200387429380.notifdone@debbugs.gnu.org>
2024-04-03 13:54   ` [bug#69474] closed ([PATCH] Update Ardour to 8.4) Apoorv via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.