From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IB6bJkL/ql8nGgAA0tVLHw (envelope-from ) for ; Tue, 10 Nov 2020 20:59:46 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WKCAIkL/ql/rbAAA1q6Kng (envelope-from ) for ; Tue, 10 Nov 2020 20:59:46 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F16399403A8 for ; Tue, 10 Nov 2020 20:59:45 +0000 (UTC) Received: from localhost ([::1]:55856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcajw-0007pL-TD for larch@yhetil.org; Tue, 10 Nov 2020 15:59:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcaiJ-00067w-GR for guix-patches@gnu.org; Tue, 10 Nov 2020 15:58:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55789) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kcaiI-00039p-PA for guix-patches@gnu.org; Tue, 10 Nov 2020 15:58:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kcaiI-0005rJ-Oi for guix-patches@gnu.org; Tue, 10 Nov 2020 15:58:02 -0500 Subject: bug#44369: [PATCH] gnu: v4l-utils: Move graphical tools to a separate output Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Nov 2020 20:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44369 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Kozlov , 44369-done@debbugs.gnu.org Mail-Followup-To: 44369@debbugs.gnu.org, marius@gnu.org, kanichos@yandex.ru Received: via spool by 44369-done@debbugs.gnu.org id=D44369.160504185122466 (code D ref 44369); Tue, 10 Nov 2020 20:58:02 +0000 Received: (at 44369-done) by debbugs.gnu.org; 10 Nov 2020 20:57:31 +0000 Received: from localhost ([127.0.0.1]:39099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcahm-0005qH-SO for submit@debbugs.gnu.org; Tue, 10 Nov 2020 15:57:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44928) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcahl-0005q6-TR for 44369-done@debbugs.gnu.org; Tue, 10 Nov 2020 15:57:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40899) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcahg-00035d-GV; Tue, 10 Nov 2020 15:57:24 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:52316 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kcahe-0001fK-FU; Tue, 10 Nov 2020 15:57:23 -0500 From: Marius Bakke In-Reply-To: <3731311604233325@mail.yandex.ru> References: <3731311604233325@mail.yandex.ru> Date: Tue, 10 Nov 2020 21:57:19 +0100 Message-ID: <87wnytc4ls.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: qxUHtMOCDsnT --=-=-= Content-Type: text/plain Ivan Kozlov writes: > v4l-utils is a common dependency. Separate graphical tools to avoid pulling in qtbase unless they are referenced. Thanks a lot for this. I added a comment in the package definition about it and committed. It brings the closure size down from 1090.4 MiB to a mere 104.8 MiB! I also added a commit that removes the static libraries, further reducing the size a tiny bit (and ensures that it can be grafted). --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+q/rAPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6i4gH/iRCC2m3coz0wtEw8sqmGJmEFQVZDuJZJqEN TpV0veN4u2k2Rn3J4rEI7npK1HShyUjg0CaNWDDmKAW7sP+rdgTvSwi4O5ch8ZLw cJBvzYQTdpzOAGt5+1E2B56IPk5pUdJWK59kYV9HokSnPSjrjb9rp0GKxgRHpJG/ bRTzQfnj4OUntyBxKRbSm16NODlcdQlHTIhxU91u7a+e5OYZxJXp4Mfv0RqG1/VL 0viAOuV59ff2xdB+cd9d7Ep1wD5VnpoelOT+T836ImLII23aYCFtgS4bXvLjS1Iy iarutCVaL+wTl39UvsBJ7CKa90qSfBLPOLI8P8EPSVdGc+IZXhw= =sfdv -----END PGP SIGNATURE----- --=-=-=--