From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Staying on top of Qt security Date: Thu, 25 Feb 2016 21:22:29 +0100 Message-ID: <20160225202229.GA24380@solar> References: <20160214200143.GA19744@jasmine> <20160225083545.GA21159@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]:49451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2Qo-0004X4-A9 for guix-devel@gnu.org; Thu, 25 Feb 2016 15:22:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ2Qk-0006Tq-2V for guix-devel@gnu.org; Thu, 25 Feb 2016 15:22:38 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:35600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ2Qj-0006Ti-Kf for guix-devel@gnu.org; Thu, 25 Feb 2016 15:22:33 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel@gnu.org On Thu, Feb 25, 2016 at 10:38:32AM +0100, Ricardo Wurmus wrote: > > The suil package itself, however, depends on gtk+-2 _and_ qt-4. > > Do you think we could drop the qt-4 input? > 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? If someone wants to beat me to it, I would not refuse :-) Andreas