From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 5/7] gnu: Add spice. Date: Sun, 24 Jul 2016 13:19:08 +0200 Message-ID: References: <20160723131859.13525-1-david@craven.ch> <20160723131859.13525-5-david@craven.ch> <20160723224008.GE26113@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRHRG-00033L-E6 for guix-devel@gnu.org; Sun, 24 Jul 2016 07:19:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRHRA-0003R9-FH for guix-devel@gnu.org; Sun, 24 Jul 2016 07:19:17 -0400 Received: from mail-yw0-x242.google.com ([2607:f8b0:4002:c05::242]:33200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRHR9-0003R1-8O for guix-devel@gnu.org; Sun, 24 Jul 2016 07:19:12 -0400 Received: by mail-yw0-x242.google.com with SMTP id z8so8778754ywa.0 for ; Sun, 24 Jul 2016 04:19:10 -0700 (PDT) In-Reply-To: <20160723224008.GE26113@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 > Same questions as with the previous patch. Do these need to be > propagated? These are propagated because again I was getting pkg-config errors in other packages saying openssl is needed by spice and wasn't found. Maybe there's a better solution. What do you suggest? > The built package is missing references to python and spice-gtk. Do you > think that's a problem? Are they needed? Spice-gtk and python are required by the --enable-automated-tests flag. > Would a comment like "Disable support for unpackaged audio codec" > explain this flag? Yes. celt is a really old and I think unmaintained package, opus is the 'cool' codec. I don't know why this is still a default configure option.