GNU bug report logs - #61429
[PATCH 6/6] gnu: zrythm: Update to 1.0.0-beta.4.5.62.

Previous Next

Package: guix-patches;

Reported by: Maya Tomasek <maya.tomasek <at> disroot.org>

Date: Sat, 11 Feb 2023 10:37:06 UTC

Severity: normal

Tags: patch

Done: Mája Tomášek <maya.tomasek <at> disroot.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maya Tomasek <maya.tomasek <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Maya Tomasek <maya.tomasek <at> disroot.org>
Subject: [PATCH 6/6] gnu: zrythm: Update to 1.0.0-beta.4.5.62.
Date: Sat, 11 Feb 2023 11:35:37 +0100
---
 gnu/packages/music.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0d1386b274..c9aaba128d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6353,7 +6353,7 @@ (define-public zrythm
     ;; distros to make necessary changes to integrate the software into the
     ;; distribution.
     (name "zrythm")
-    (version "1.0.0-beta.4.5.1")
+    (version "1.0.0-beta.4.5.62")
     (source
       (origin
         (method url-fetch)
@@ -6361,7 +6361,7 @@ (define-public zrythm
                             version ".tar.xz"))
         (sha256
           (base32
-           "03p958xir2p1pzhiqbqq8sax8zaw4b7ww64ymxcvznjrcj4clrpm"))))
+           "1nfb3h3aky8f8xslx6qzvcgcfrhlqa1v50kzanmpjxrx9dcllin7"))))
    (build-system meson-build-system)
    (arguments
     (list #:tests? #f ;123 pass, 3 fail. Appears network-related.
@@ -6370,6 +6370,7 @@ (define-public zrythm
           #~(list "-Dtests=true"
                   "-Dmanpage=false" ; fish-completions breaks this
                   "-Ddseg_font=false"
+                  "-Dextra_optimizations=false" ; extra optimizations are machine-specific
                   "-Dgraphviz=enabled" ; for exporting routing graphs
                   "-Dguile=enabled" ; for Guile scripting
                   "-Djack=enabled" ; for JACK audio/MIDI backend
@@ -6417,6 +6418,7 @@ (define-public zrythm
                  lv2
                  pango-next
                  pulseaudio
+                 pipewire
                  reproc
                  rtmidi
                  rubberband
-- 
2.39.1





This bug report was last modified 2 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.