unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43312] [PATCH] gnu: sherlock-lv2: Update to 0.24.0.
@ 2020-09-10 17:22 Alexandros Theodotou
  2020-09-10 18:15 ` bug#43312: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-09-10 17:22 UTC (permalink / raw)
  To: 43312


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

Hi,

This patch updates sherlock-lv2. It needes glu now to build.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-sherlock-lv2-Update-to-0.24.0.patch --]
[-- Type: text/x-patch, Size: 1177 bytes --]

From a85d47c364f494fadbff10ffb350355f1318ad71 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 10 Sep 2020 18:20:56 +0100
Subject: [PATCH] gnu: sherlock-lv2: Update to 0.24.0.

* gnu/packages/music.scm (sherlock-lv2): Update to 0.24.0.
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 28c889019e..046fb59a80 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4993,7 +4993,7 @@ applications.")
 (define-public sherlock-lv2
   (package
     (name "sherlock-lv2")
-    (version "0.20.0")
+    (version "0.24.0")
     (source
      (origin
        (method url-fetch)
@@ -5003,10 +5003,11 @@ applications.")
              version ".tar.xz"))
        (sha256
         (base32
-         "1c5xajpss9h8lbyx160bbzg8va50n2d74qwnxig9sf468rzmha1y"))))
+         "08gjfx7vrsx9zvj04j8cr3vscxmq6jr2hbdi6dfgp1l1dnnpxsgq"))))
     (build-system meson-build-system)
     (inputs
-     `(("libx11" ,libx11)
+     `(("glu" ,glu)
+       ("libx11" ,libx11)
        ("mesa" ,mesa)
        ("sratom" ,sratom)))
     (native-inputs
-- 
2.27.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#43312: [PATCH] gnu: sherlock-lv2: Update to 0.24.0.
  2020-09-10 17:22 [bug#43312] [PATCH] gnu: sherlock-lv2: Update to 0.24.0 Alexandros Theodotou
@ 2020-09-10 18:15 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-09-10 18:15 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 43312-done


Hi Alexandros,

> This patch updates sherlock-lv2. It needes glu now to build.

Thank you!

I updated the commit message to record the addition of glu and pushed it
to the master branch with commit 9163f42e3a.

-- 
Ricardo




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

end of thread, other threads:[~2020-09-10 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 17:22 [bug#43312] [PATCH] gnu: sherlock-lv2: Update to 0.24.0 Alexandros Theodotou
2020-09-10 18:15 ` bug#43312: " Ricardo Wurmus

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