[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: zrythm: Update to 0.7.573.
From: |
guix-commits |
Subject: |
branch master updated: gnu: zrythm: Update to 0.7.573. |
Date: |
Tue, 25 Feb 2020 14:30:00 -0500 |
This is an automated email from the git hooks/post-receive script.
niedzejkob pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6616b22 gnu: zrythm: Update to 0.7.573.
6616b22 is described below
commit 6616b22b12f682955610bed800e3497e0cdc801b
Author: Alexandros Theodotou <address@hidden>
AuthorDate: Tue Feb 25 15:22:53 2020 +0000
gnu: zrythm: Update to 0.7.573.
* gnu/packages/music.scm (zrythm): Update to 0.7.573.
Signed-off-by: Jakub Kądziołka <address@hidden>
---
gnu/packages/music.scm | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 16e6984..eecc4f1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5138,7 +5138,7 @@ and as an LV2 plugin.")
(define-public zrythm
(package
(name "zrythm")
- (version "0.7.474")
+ (version "0.7.573")
(source
(origin
(method url-fetch)
@@ -5146,7 +5146,7 @@ and as an LV2 plugin.")
version ".tar.xz"))
(sha256
(base32
- "0qq9v8y27zhamcb7nq7pl76874ws8x8cxhp5r685b8binvl9p0az"))))
+ "075gq478xbzz5ql4fsrgfzhgxi7z26k6034lhlkmm0klfcb8j9mg"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -5164,24 +5164,25 @@ and as an LV2 plugin.")
(inputs
`(("alsa-lib" ,alsa-lib)
("jack" ,jack-1)
- ("font-dseg", font-dseg)
- ("ffmpeg", ffmpeg)
- ("fftw", fftw)
- ("fftwf", fftwf)
- ("gettext", gettext-minimal)
- ("glibc", glibc)
- ("gtk+", gtk+)
+ ("font-dseg" ,font-dseg)
+ ("ffmpeg" ,ffmpeg)
+ ("fftw" ,fftw)
+ ("fftwf" ,fftwf)
+ ("gettext" ,gettext-minimal)
+ ("glibc" ,glibc)
+ ("gtk+" ,gtk+)
+ ("libcyaml" ,libcyaml)
("libsamplerate" ,libsamplerate)
("libsndfile" ,libsndfile)
("libyaml" ,libyaml)
- ("lilv", lilv)
- ("xdg-utils", xdg-utils)
- ("rubberband", rubberband)))
+ ("lilv" ,lilv)
+ ("xdg-utils" ,xdg-utils)
+ ("rubberband" ,rubberband)))
(native-inputs
- `(("pkg-config", pkg-config)
- ("help2man", help2man)
+ `(("pkg-config" ,pkg-config)
+ ("help2man" ,help2man)
("libaudec" ,libaudec)
- ("lv2", lv2)
+ ("lv2" ,lv2)
("glib" ,glib "bin"))) ;for 'glib-compile-resources'
(synopsis "Digital audio workstation focusing on usability")
(description "Zrythm is a digital audio workstation designed to be
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: zrythm: Update to 0.7.573.,
guix-commits <=