emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38116: closed ([PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.)


From: GNU bug Tracking System
Subject: bug#38116: closed ([PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.)
Date: Sun, 10 Nov 2019 22:40:02 +0000

Your message dated Sun, 10 Nov 2019 23:39:43 +0100
with message-id <address@hidden>
and subject line Re: [bug#38116] [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and 
qtbase.
has caused the debbugs.gnu.org bug report #38116,
regarding [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38116: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38116
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase. Date: Fri, 08 Nov 2019 10:14:10 +0100 User-agent: Posteo Webmail The gtkmm passed to inputs was unused. Jalv does not support gtkmm 3 at the moment.

Also, Jalv is the main tool LV2 plugin developers use to test their plugins. Having more variants (qt5, gtk2) means you have more types of hosts to test your plugins in so this is an
extremely useful addition.

From 2ec5fb34c2600c893763ae95d69bf2bd77d17b61 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <address@hidden>
Date: Fri, 8 Nov 2019 09:05:10 +0000
Subject: [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.

* gnu/packages/audio.scm (jalv)[inputs]:
Add gtk+-2 and qtbase.
Change unused gtkmm to gtkmm-2.
---
 gnu/packages/audio.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 28dbf06f3b..ca2d86d525 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1599,8 +1599,10 @@ synchronous execution of all clients, and low latency operation.")
      `(("lv2" ,lv2)
        ("lilv" ,lilv)
        ("suil" ,suil)
-       ("gtk" ,gtk+)
-       ("gtkmm" ,gtkmm)
+       ("gtk2" ,gtk+-2)
+       ("gtk3" ,gtk+)
+       ("gtkmm" ,gtkmm-2)
+       ("qtbase" ,qtbase)
        ("jack" ,jack-1)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
--
2.24.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38116] [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase. Date: Sun, 10 Nov 2019 23:39:43 +0100 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Alexandros Theodotou <address@hidden> writes:

> The gtkmm passed to inputs was unused. Jalv does not support gtkmm 3 at 
> the moment.
>
> Also, Jalv is the main tool LV2 plugin developers use to test their 
> plugins. Having more variants
> (qt5, gtk2) means you have more types of hosts to test your plugins in 
> so this is an
> extremely useful addition.
>
>  From 2ec5fb34c2600c893763ae95d69bf2bd77d17b61 Mon Sep 17 00:00:00 2001
>  From: Alexandros Theodotou <address@hidden>
> Date: Fri, 8 Nov 2019 09:05:10 +0000
> Subject: [PATCH] gnu: jalv: Fix gtkmm, add gtk+-2 and qtbase.
>
> * gnu/packages/audio.scm (jalv)[inputs]:
> Add gtk+-2 and qtbase.
> Change unused gtkmm to gtkmm-2.

Thanks!  'guix size jalv' increases from 1482.2 MiB to 1501.2 MiB with
this patch due to the addition of gtkmm@2, which seems fine.

Applied!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]