From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Staying on top of Qt security Date: Sat, 5 Mar 2016 12:41:24 +0100 Message-ID: <20160305114124.GA23846@solar> References: <20160214200143.GA19744@jasmine> <20160225083545.GA21159@solar> <20160225090430.GA21236@solar> <20160225090642.GA21644@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acAaR-0001Dr-UM for guix-devel@gnu.org; Sat, 05 Mar 2016 06:41:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acAaO-0001N8-Od for guix-devel@gnu.org; Sat, 05 Mar 2016 06:41:31 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:38076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acAaO-0001N3-CY for guix-devel@gnu.org; Sat, 05 Mar 2016 06:41:28 -0500 Content-Disposition: inline In-Reply-To: <20160225090642.GA21644@solar> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org On Thu, Feb 25, 2016 at 10:06:42AM +0100, Andreas Enge wrote: > Probably we can: > "jalv.qt (...) This is a versionm of Jalv with a GUI implemented in Qt. > It is mainly for developer testing purposes, for a production ready program > use jalv.gtk." Qt-4 support dropped in commit 03d55ee. This does not have much impact, however, since there is still a dependency on suil, which depends on qt-4. So the question still stands: On Thu, Feb 25, 2016 at 09:22:29PM +0100, Andreas Enge wrote: > On Thu, Feb 25, 2016 at 10:38:32AM +0100, Ricardo Wurmus wrote: > > We cannot know what toolkit the GUI of audio plugins will use. Suil > > supports the three most popular ones so plugin authors providing GUIs > > don’t need to worry about support in popular hosts such as Ardour. > So you would keep the dependency on qt? What is annoying is that right now, > this must be qt-4. The library had its last release in August 2014, but > I see the following svn commit: > r5725 | drobilla | 2015-09-12 18:02:02 +0200 (Sa, 12 Sep 2015) | 1 line > Add Gtk2 and X11 in Qt5 wrappers. > > Should we try to package an svn checkout? And convince the author to make > a new release? Andreas