From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 11/13] gnu: vlc: Fix regression caused by update to qt 5.7. Date: Mon, 22 Aug 2016 01:06:39 +0200 Message-ID: References: <20160820215957.GA6502@jasmine> <20160821140825.13048-1-david@craven.ch> <20160821140825.13048-11-david@craven.ch> <874m6ddgtf.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbbpI-0008Q7-7j for guix-devel@gnu.org; Sun, 21 Aug 2016 19:06:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbbpD-0002cX-2v for guix-devel@gnu.org; Sun, 21 Aug 2016 19:06:48 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:35799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbbpB-0002bI-Sx for guix-devel@gnu.org; Sun, 21 Aug 2016 19:06:43 -0400 Received: by mail-yw0-x241.google.com with SMTP id r9so2970962ywg.2 for ; Sun, 21 Aug 2016 16:06:40 -0700 (PDT) In-Reply-To: <874m6ddgtf.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel libxi is required for it to build, I don't know why it worked before. libinput is not strictly required, but I saw libinput.h not found falling back to ... and since libinput is already in qt's dependency graph, we can add it. But I'll make it a separate commit. I left the qtbase string as documentation, as has been done in other places. Do you think it's a bad idea (to not use the same string as the package name)?