all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63175] [PATCH] gnu: ardour: Update to 7.4.
@ 2023-04-29 12:19 Sughosha via Guix-patches via
  2023-06-19 10:19 ` bug#63175: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2023-04-29 12:19 UTC (permalink / raw)
  To: 63175

* gnu/packages/audio.scm (ardour): Update to 7.4.
[inputs]: Remove boost.
[native-inputs]: Add boost.
---
 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 cf7fcd8..a438b13 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -735,7 +735,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
@@ -752,7 +752,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
@@ -796,7 +796,6 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
      (list alsa-lib
            atkmm
            aubio
-           boost
            cairomm
            curl
            dbus
@@ -841,7 +840,8 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
            taglib
            vamp))
     (native-inputs
-     (list cppunit
+     (list boost
+           cppunit
            gettext-minimal
            itstool
            perl
--
libgit2 1.5.1





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

* bug#63175: [PATCH] gnu: ardour: Update to 7.4.
  2023-04-29 12:19 [bug#63175] [PATCH] gnu: ardour: Update to 7.4 Sughosha via Guix-patches via
@ 2023-06-19 10:19 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-19 10:19 UTC (permalink / raw)
  To: Sughosha; +Cc: 63175-done

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


Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/audio.scm (ardour): Update to 7.4.
> [inputs]: Remove boost.
> [native-inputs]: Add boost.
> ---
>  gnu/packages/audio.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Looks good to me, I've pushed this to master as
3acd924f2ae2a5af41aacbcd615f2221acb53d9e.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-06-19 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-29 12:19 [bug#63175] [PATCH] gnu: ardour: Update to 7.4 Sughosha via Guix-patches via
2023-06-19 10:19 ` bug#63175: " Christopher Baines

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.