From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: vlc: Add liba52 as inputs. Date: Tue, 20 Sep 2016 15:55:04 -0400 Message-ID: <20160920195504.GA20338@jasmine> References: <87zingihcn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmR8S-0005kD-A6 for guix-devel@gnu.org; Tue, 20 Sep 2016 15:55:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmR8N-00029V-E6 for guix-devel@gnu.org; Tue, 20 Sep 2016 15:55:19 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmR8M-0001zB-1x for guix-devel@gnu.org; Tue, 20 Sep 2016 15:55:15 -0400 Content-Disposition: inline In-Reply-To: <87zingihcn.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@gnu.org On Sat, Sep 10, 2016 at 11:06:16AM +0800, Alex Vong wrote: > Hi, > > I split the patches into 3 parts following David's suggestion. The first > patch removes the old FIXME by adding liba52 as inputs. The second patch > adds some configure flags. The third patch adds many new inputs. > > Regarding Efraim's concern of closure size, the old closure size is > 1459.3 MiB, the new closure size (without samba) is 1589.5 MiB and the > new closure size (with samba) is 1681.8 MiB. > > Thanks, > Alex > > From 6ed11031c136d7cff6fef60cc8e8fdb22dfb342e Mon Sep 17 00:00:00 2001 > From: Alex Vong > Date: Sat, 10 Sep 2016 00:06:26 +0800 > Subject: [PATCH 1/3] gnu: vlc: Add liba52 as inputs. > > * gnu/packages/video.scm (vlc)[inputs]: Add liba52. > [arguments]: Remove configure flag "--disable-a52". Pushed as 8824da4c8bc34b131d5920d577f406db300a921b