[PATCH 6/6] gnu: zrythm: Update to 1.0.0-beta.4.5.62.

  • Done
  • quality assurance status badge
Details
One participant
  • Maya Tomasek
Owner
unassigned
Submitted by
Maya Tomasek
Severity
normal

Debbugs page

Maya Tomasek wrote 2 years ago
(address . guix-patches@gnu.org)(name . Maya Tomasek)(address . maya.tomasek@disroot.org)
20230211103537.24139-7-maya.tomasek@disroot.org
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (40 lines)
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
Mája Tomášek wrote 2 years ago
Closing this as this was a mistake
(address . 61429-done@debbugs.gnu.org)
87o7q04git.fsf@disroot.org

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61429@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61429
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help