From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60164) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlfck-0004Te-Uf for guix-patches@gnu.org; Thu, 11 Jul 2019 16:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlfck-0003to-37 for guix-patches@gnu.org; Thu, 11 Jul 2019 16:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58068) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hlfcj-0003tj-Vm for guix-patches@gnu.org; Thu, 11 Jul 2019 16:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hlfcj-0006mS-OS for guix-patches@gnu.org; Thu, 11 Jul 2019 16:25:01 -0400 Subject: [bug#36605] [PATCH 0/2] Add pngquant Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:59943) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlfcA-0004QX-65 for guix-patches@gnu.org; Thu, 11 Jul 2019 16:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlfc9-0003Vd-Cj for guix-patches@gnu.org; Thu, 11 Jul 2019 16:24:26 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:34672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hlfc9-0003To-6f for guix-patches@gnu.org; Thu, 11 Jul 2019 16:24:25 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45l6wP3Zv2z1rJgw for ; Thu, 11 Jul 2019 22:24:21 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45l6wP2lhSz1qqkC for ; Thu, 11 Jul 2019 22:24:21 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Ot_pD0Sp2Ql2 for ; Thu, 11 Jul 2019 22:24:20 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-60-166.dynamic.mnet-online.de [188.174.60.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 11 Jul 2019 22:24:20 +0200 (CEST) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 9CB40603AC for ; Thu, 11 Jul 2019 22:24:23 +0200 (CEST) From: Hartmut Goebel Date: Thu, 11 Jul 2019 22:24:19 +0200 Message-Id: <20190711202419.5078-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 36605@debbugs.gnu.org Add pngquant and libimagequant required by it. Hartmut Goebel (2): gnu: Add libimagequant. gnu: Add pngquant. gnu/packages/image.scm | 68 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) --=20 2.21.0