From 93189e429e19246c2039630b871eadd9c10cb73f Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Wed, 22 Jul 2020 09:19:26 +0100 Subject: [PATCH 2/2] gnu: zrythm: Update to 0.8.694. * gnu/packages/music.scm (zrythm): Update to 0.8.694. --- gnu/packages/music.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 3089a22c7c..f1db53ca65 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5203,8 +5203,12 @@ and as an LV2 plugin.") (define-public zrythm (package + ;; Zrythm contains trademarks and comes with a trademark policy found in + ;; TRADMARKS.md inside the release distribution. Guix has written + ;; permission to use the Zrythm trademarks: + ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42473 (name "zrythm") - (version "0.8.333") + (version "0.8.694") (source (origin (method url-fetch) @@ -5212,13 +5216,13 @@ and as an LV2 plugin.") version ".tar.xz")) (sha256 (base32 - "0x2kxr5zz058jpy6k6ymj0fi2gqfcgrlv4qkwz9443hjy5345iwb")))) + "17a2g153cyrx0jjgd2ppyraprlnk2zi4ihzr3f7gn0485crlc2g2")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t #:configure-flags - `("-Denable_tests=true" "-Dmanpage=true" - "-Dinstall_dseg_font=false" "-Denable_ffmpeg=true") + `("-Dtests=true" "-Dmanpage=true" + "-Ddseg_font=false" "-Dffmpeg=enabled") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-xdg-open @@ -5245,8 +5249,9 @@ and as an LV2 plugin.") ("libsndfile" ,libsndfile) ("libyaml" ,libyaml) ("lilv" ,lilv) + ("rubberband" ,rubberband) ("xdg-utils" ,xdg-utils) - ("rubberband" ,rubberband))) + ("zstd" ,zstd "lib"))) (native-inputs `(("pkg-config" ,pkg-config) ("help2man" ,help2man) -- 2.27.0