From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG Date: Mon, 5 Sep 2016 16:30:07 -0400 Message-ID: <20160905203007.GA3392@jasmine> References: <87lgzaloex.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0X9-00021T-4v for guix-devel@gnu.org; Mon, 05 Sep 2016 16:30:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bh0X5-0002fn-U7 for guix-devel@gnu.org; Mon, 05 Sep 2016 16:30:23 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:52434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bh0X4-0002bZ-D5 for guix-devel@gnu.org; Mon, 05 Sep 2016 16:30:19 -0400 Content-Disposition: inline In-Reply-To: <87lgzaloex.fsf@netris.org> 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: Mark H Weaver Cc: guix-devel@gnu.org On Fri, Sep 02, 2016 at 04:02:46AM -0400, Mark H Weaver wrote: > From a50f358b083cff4d156cd7116fee516952fc9bcf Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Fri, 2 Sep 2016 02:26:43 -0400 > Subject: [PATCH] system: grub: Use librsvg to convert SVG to PNG. > > * guix/build/svg.scm: New file. > * Makefile.am (MODULES): Add it. > * gnu/system/grub.scm (svg->png): Add 'width' and 'height' arguments. > Reimplement using (guix build svg). Drop references to 'inkscape' and > 'imagemagick'. > (resize-image): Remove. > (grub-background-image): Adapt to the incorporation of scaling into > 'svg->png'. This works as expected for me on x86_64.