* [bug#39787] [PATCH] gnu: zrythm: Update to 0.7.573.
@ 2020-02-25 15:25 Alexandros Theodotou
2020-02-25 19:35 ` Jakub Kądziołka
0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-02-25 15:25 UTC (permalink / raw)
To: 39787
[-- Attachment #1.1: Type: text/plain, Size: 165 bytes --]
Hi,
This patch updates Zrythm to 0.7.573 (added libcyaml dependency - was
bundled before). I've also taken the liberty to fix some formatting.
Thanks,
Alex
[-- Attachment #1.2: 0001-gnu-zrythm-Update-to-0.7.573.patch --]
[-- Type: text/x-patch, Size: 2322 bytes --]
From 484c80027cd99737ec839233331f4ac8dc62dc5a Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Tue, 25 Feb 2020 15:22:53 +0000
Subject: [PATCH] gnu: zrythm: Update to 0.7.573.
* gnu/packages/music.scm (zrythm): Update to 0.7.573.
---
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 16e69840df..eecc4f1626 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
--
2.25.1
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#39787] [PATCH] gnu: zrythm: Update to 0.7.573.
2020-02-25 15:25 [bug#39787] [PATCH] gnu: zrythm: Update to 0.7.573 Alexandros Theodotou
@ 2020-02-25 19:35 ` Jakub Kądziołka
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kądziołka @ 2020-02-25 19:35 UTC (permalink / raw)
To: Alexandros Theodotou; +Cc: 39787
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Tue, Feb 25, 2020 at 03:25:52PM +0000, Alexandros Theodotou wrote:
> Hi,
>
> This patch updates Zrythm to 0.7.573 (added libcyaml dependency - was
> bundled before). I've also taken the liberty to fix some formatting.
>
> Thanks,
> Alex
Thanks, pushed as commit 6616b22b12f682955610bed800e3497e0cdc801b.
Regards,
Jakub Kądziołka
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-25 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25 15:25 [bug#39787] [PATCH] gnu: zrythm: Update to 0.7.573 Alexandros Theodotou
2020-02-25 19:35 ` Jakub Kądziołka
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).