GNU bug report logs - #61198
[PATCH] gnu: jalv: Fix home page and use GTK-3.

Previous Next

Package: guix-patches;

Reported by: Sughosha <Sughosha <at> proton.me>

Date: Tue, 31 Jan 2023 10:08:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sughosha <Sughosha <at> proton.me>
To: 61198 <at> debbugs.gnu.org
Subject: [bug#61198] [PATCH] gnu: jalv: Fix home page and use GTK-3.
Date: Tue, 31 Jan 2023 10:07:33 +0000
* gnu/packages/audio.scm (jalv)[home-page]: Fix home-page.
  [inputs]: Remove gtk and gtkmm and add gtk+.
---
 gnu/packages/audio.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 4fbfefafa3..7cc1579873 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2566,13 +2566,12 @@ (define-public jalv
      (list lv2
            lilv
            suil
-           gtk
-           gtkmm
+           gtk+
            qtbase-5
            jack-1))
     (native-inputs
      (list pkg-config))
-    (home-page "https://drobilla.net/software/jalv/")
+    (home-page "https://drobilla.net/software/jalv.html")
     (synopsis "Simple LV2 host for JACK")
     (description
      "Jalv is a simple but fully featured LV2 host for JACK.  It runs LV2
-- 
2.39.1





This bug report was last modified 2 years and 152 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.