From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH] gnu: vlc: Add inputs. Date: Sat, 3 Sep 2016 18:15:48 +0200 Message-ID: References: <87oa479bhc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgDbo-00042n-4J for guix-devel@gnu.org; Sat, 03 Sep 2016 12:15:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgDbk-0003OQ-08 for guix-devel@gnu.org; Sat, 03 Sep 2016 12:15:55 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:35204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgDbi-0003OG-P9 for guix-devel@gnu.org; Sat, 03 Sep 2016 12:15:51 -0400 Received: by mail-yw0-x22d.google.com with SMTP id j12so86326466ywb.2 for ; Sat, 03 Sep 2016 09:15:49 -0700 (PDT) In-Reply-To: <87oa479bhc.fsf@gmail.com> 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: Alex Vong Cc: guix-devel Hi Alex, I'm not sure we need all those dependencies =) Can you explain what they are for? If you are adding dependencies to vlc why did you leave libinput-minimal off the list? ;) > 3. Our vlc was built with fast-math disabled as explained in the > comment. However, this is actually not necessary, vlc would built with > '-ffast-math -fno-finite-math-only'. This should probably be a separate patch, and will probably have a easier path to master... Thanks!