unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39356] [PATCH] gnu: zrythm: Update to 0.7.474.
@ 2020-01-30 13:37 Alexandros Theodotou
  2020-02-05 20:44 ` bug#39356: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-01-30 13:37 UTC (permalink / raw)
  To: 39356


[-- Attachment #1.1: Type: text/plain, Size: 97 bytes --]

Hi,

This patch also patches xdg-open so the package properly references it.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-zrythm-Update-to-0.7.474.patch --]
[-- Type: text/x-patch, Size: 1689 bytes --]

From cba226b892467e6d2d464b2c2082d61914db4ddd Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 30 Jan 2020 13:33:18 +0000
Subject: [PATCH] gnu: zrythm: Update to 0.7.474.

* gnu/packages/music.scm (zrythm): Update to 0.7.474.
[arguments](phases): Patch xdg-open.
---
 gnu/packages/music.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e378e9880b..a8331adc1a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5142,7 +5142,7 @@ and as an LV2 plugin.")
 (define-public zrythm
   (package
     (name "zrythm")
-    (version "0.7.345")
+    (version "0.7.474")
     (source
       (origin
         (method url-fetch)
@@ -5150,13 +5150,21 @@ and as an LV2 plugin.")
                             version ".tar.xz"))
         (sha256
           (base32
-            "1csiwq38a1ckx23lairfpl7qjkz71wsa7a9vsxl3k58f9ybibiil"))))
+            "0qq9v8y27zhamcb7nq7pl76874ws8x8cxhp5r685b8binvl9p0az"))))
    (build-system meson-build-system)
    (arguments
     `(#:glib-or-gtk? #t
       #:configure-flags
       `("-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
     `(("alsa-lib" ,alsa-lib)
       ("jack" ,jack-1)
-- 
2.25.0


[-- 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#39356: [PATCH] gnu: zrythm: Update to 0.7.474.
  2020-01-30 13:37 [bug#39356] [PATCH] gnu: zrythm: Update to 0.7.474 Alexandros Theodotou
@ 2020-02-05 20:44 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-05 20:44 UTC (permalink / raw)
  To: Alexandros Theodotou, 39356-done

[-- Attachment #1: Type: text/plain, Size: 148 bytes --]

Alexandros Theodotou <alex@zrythm.org> writes:

> Hi,
>
> This patch also patches xdg-open so the package properly references it.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 13:37 [bug#39356] [PATCH] gnu: zrythm: Update to 0.7.474 Alexandros Theodotou
2020-02-05 20:44 ` bug#39356: " Marius Bakke

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).