From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add SimpleDSO. Date: Mon, 02 May 2016 08:02:23 +0200 Message-ID: <87fuu1vvyo.fsf@elephly.net> References: <87inyxwxxi.fsf@elephly.net> <20160501221503.GA17835@jasmine> 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]:43193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ax6wZ-0001ew-Ks for guix-devel@gnu.org; Mon, 02 May 2016 02:03:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ax6wN-0003dZ-St for guix-devel@gnu.org; Mon, 02 May 2016 02:02:50 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ax6wN-0003ao-LG for guix-devel@gnu.org; Mon, 02 May 2016 02:02:43 -0400 In-reply-to: <20160501221503.GA17835@jasmine> 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" To: Leo Famulari Cc: "guix-devel@gnu.org" Leo Famulari writes: > On Sun, May 01, 2016 at 06:22:17PM +0200, Ricardo Wurmus wrote: >> Hi Guix, >> >> this patch adds a tool to display waveforms from my digital storage >> oscilloscope. The package definition is a bit ugly because upstream >> doesn’t really have a good build system. > > Does it really require qt-4? We removed python2-qt-4 in 3297deedd. Oh, that’s where it’s gone. Yes, it actually requires qt-4. > AFAICT qt-4 is abandoned by the Qt project and does not receive security > updates. > > https://wiki.qt.io/Qt_project_security_policy > > I didn't test the build yet, because Hydra doesn't have a qt-4 > substitute available. How do other distributions handle this? Do they backport fixes to Qt 4? ~~ Ricardo