From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWwFI-00085g-CE for guix-patches@gnu.org; Wed, 03 Jan 2018 22:31:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWwFD-0002cP-C0 for guix-patches@gnu.org; Wed, 03 Jan 2018 22:31:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWwFD-0002bo-0M for guix-patches@gnu.org; Wed, 03 Jan 2018 22:31:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eWwFC-0002W6-Hl for guix-patches@gnu.org; Wed, 03 Jan 2018 22:31:02 -0500 Subject: [bug#29938] [PATCH 3/3] gnu: Add sound-juicer. Resent-Message-ID: From: nee References: <1514854589-21747-1-git-send-email-nee@cock.li> <1514854589-21747-3-git-send-email-nee@cock.li> Message-ID: <733478d3-af7f-1b9b-17ee-c6be39559b0d@cock.li> Date: Thu, 4 Jan 2018 04:30:00 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Catonano Cc: 29938@debbugs.gnu.org Am 02.01.2018 um 17:35 schrieb Catonano: > Now, guix size sound-juicer: is this good or bad ? I didn't use guix > size so often in the past so I'm not sure about this result > > [env]$ ./pre-inst-env guix size sound-juicer > ... I generally feel like a lot of packages pull too many dependencies right now and that this should be improved. > I wonder what in sound-juicer transitive closure depends on llvmm ? It is required for mesa which is required by gtk+ > Cairo 2 times with different hashes ? Also appears in gtk+, but I haven't checked where exactly it comes from. > ghostscript with cups ? Bah > That probably comes from some kind of doc builder for something gtk related AFAIK. > /gnu/store/h15r555pry7i274zw1afhcv0c0ni2bbc-brasero-3.12.2         > 787.7    13.5   1.6% > > The whole Brasero ? Wow > It needs to link the libbrasero libraries. I shortly tried to split brasero libraries into a separate outputs today, but I failed because one of the libraries references the icon directory and I'm also not sure if it's worth bothering with too much. > total: 818.5 MiB > > is this acceptable ? I don't know `guix size gtk+` takes 680 MiB and gtk+ is responsible for most of the "WTF" dependencies. I wonder if it could be split up like qt. I used guix graph and a little time scrolling on a gigantic image to figure out that out. The rest probably comes from gstreamer and seems acceptable to me. I would say this patch is okay, unless you know something that can be done directly on the sound-juicer package.