all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 61198@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	[thread overview]
Message-ID: <GuletUCRPSlA8gFL23ntcxHWtIU5lLE9zWqdFf3OX6bacUcAC-xVJKjBVvfpnB-MHSdBXIk3oeE5wwuup9TdkLfnyVnYcfWzXVcFe-HYjc4=@proton.me> (raw)

* 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





             reply	other threads:[~2023-01-31 10:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-31 10:07 Sughosha via Guix-patches via [this message]
2023-02-11 20:47 ` bug#61198: [PATCH] gnu: jalv: Fix home page and use GTK-3 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='GuletUCRPSlA8gFL23ntcxHWtIU5lLE9zWqdFf3OX6bacUcAC-xVJKjBVvfpnB-MHSdBXIk3oeE5wwuup9TdkLfnyVnYcfWzXVcFe-HYjc4=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=61198@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.