From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Paul Schmidt Subject: Re: [PATCH] Add rapicorn. Date: Thu, 14 Apr 2016 08:55:49 +0200 Message-ID: <570F3EF5.1070407@gmx.net> References: <87bn5dxpzo.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqbBz-0006I6-A6 for guix-devel@gnu.org; Thu, 14 Apr 2016 02:55:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqbBv-0001Ig-A8 for guix-devel@gnu.org; Thu, 14 Apr 2016 02:55:55 -0400 Received: from mout.gmx.net ([212.227.17.21]:59869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqbBv-0001IU-1C for guix-devel@gnu.org; Thu, 14 Apr 2016 02:55:51 -0400 Received: from [129.70.76.113] ([129.70.76.113]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MEtba-1b0zB02yp0-00Fzmj for ; Thu, 14 Apr 2016 08:55:48 +0200 In-Reply-To: <87bn5dxpzo.fsf@elephly.net> 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: guix-devel@gnu.org Hi, awesome! Do you also press ahead with packaging Beast? Just asking to avoid duplication of effort.. Flo On 13.04.2016 21:34, Ricardo Wurmus wrote: > Hi Guix, > > this patch adds Rapicorn, the graphics library used by Beast. A new > version of Rapicorn has just been released that removed a bundled and > modified version of librsvg, so it’s finally possible to add it to Guix > upstream. > > Note that it depends on libpng 1.2.x, which is added by the first patch. > > ~~ Ricardo >