Archived
1
0
Fork 0

gnu: zrythm: Update to 0.7.474.

* gnu/packages/music.scm (zrythm): Update to 0.7.474.
[arguments](phases): Patch xdg-open.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Alexandros Theodotou 2020-01-30 13:37:11 +00:00 committed by Marius Bakke
parent e5fcff3190
commit 6a428d455e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5142,7 +5142,7 @@ and as an LV2 plugin.")
(define-public zrythm (define-public zrythm
(package (package
(name "zrythm") (name "zrythm")
(version "0.7.345") (version "0.7.474")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5150,13 +5150,21 @@ and as an LV2 plugin.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1csiwq38a1ckx23lairfpl7qjkz71wsa7a9vsxl3k58f9ybibiil")))) "0qq9v8y27zhamcb7nq7pl76874ws8x8cxhp5r685b8binvl9p0az"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
#:configure-flags #:configure-flags
`("-Denable_tests=true" "-Dmanpage=true" `("-Denable_tests=true" "-Dmanpage=true"
"-Dinstall_dseg_font=false" "-Denable_ffmpeg=true"))) "-Dinstall_dseg_font=false" "-Denable_ffmpeg=true")
#:phases
(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)