gnu: zrythm: Update to 1.0.0-alpha.3.0.1.
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.3.0.1. [arguments]: Explicitly enable RtMidi support in #:configure-flags. <phases>: Remove xdg-open patch (no longer needed). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
8416f0f26c
commit
f7c031d155
|
@ -5538,7 +5538,7 @@ and as an LV2 plugin.")
|
||||||
;; distros to make necessary changes to integrate the software into the
|
;; distros to make necessary changes to integrate the software into the
|
||||||
;; distribution.
|
;; distribution.
|
||||||
(name "zrythm")
|
(name "zrythm")
|
||||||
(version "0.8.911")
|
(version "1.0.0-alpha.3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5546,7 +5546,7 @@ and as an LV2 plugin.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xyp70sjc2k5pfdqbwqa988v86da0rmmyl8ry86bqv4ja80sc6g9"))))
|
"06025367x08y4g9grhcn35bk1dsrpgm04c8l8j50i3p49dl3s1n0"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -5558,15 +5558,8 @@ and as an LV2 plugin.")
|
||||||
"-Dgraphviz=enabled" ; for exporting routing graphs
|
"-Dgraphviz=enabled" ; for exporting routing graphs
|
||||||
"-Dguile=enabled" ; for Guile scripting
|
"-Dguile=enabled" ; for Guile scripting
|
||||||
"-Djack=enabled" ; for JACK audio/MIDI backend
|
"-Djack=enabled" ; for JACK audio/MIDI backend
|
||||||
"-Dsdl=enabled") ; for SDL audio backend (which uses ALSA)
|
"-Drtmidi=enabled" ; for RtMidi backend (ALSA sequencer)
|
||||||
#:phases
|
"-Dsdl=enabled"))) ; for SDL audio backend (which uses ALSA)
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'patch-xdg-open
|
|
||||||
(lambda _
|
|
||||||
(substitute* "src/utils/io.c"
|
|
||||||
(("OPEN_DIR_CMD")
|
|
||||||
(string-append "\"" (which "xdg-open") "\"")))
|
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
|
|
Reference in New Issue