Re: [PATCH] Add rapicorn.

2016-04-17 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 168af32c5973fa30c56679b6c08e878e3ea2f632 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 13 Apr 2016 08:56:16 +0200 > Subject: [PATCH 1/2] gnu: Add rapicorn. > > * gnu/packages/graphics.scm (rapicorn): New variable. LGTM! Ludo'.

Re: [PATCH] Add rapicorn.

2016-04-14 Thread Andreas Enge
Hello Ricardo, On Wed, Apr 13, 2016 at 09:34:03PM +0200, Ricardo Wurmus wrote: > Note that it depends on libpng 1.2.x, which is added by the first patch. > +(define-public libpng12 in line with our other package names, I would tend to call this libpng-1.2 (just like our old command line syntax).

Re: [PATCH] Add rapicorn.

2016-04-14 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Mathieu Lirzin writes: > >>> + (modify-phases %standard-phases >>> + (add-after 'unpack 'replace-/bin/ls >>> + (lambda _ >>> + (substitute* '("Makefile.decl" >>> +"tools/Makefile.in" >>> +

Re: [PATCH] Add rapicorn.

2016-04-14 Thread Ricardo Wurmus
Mathieu Lirzin writes: >> + (modify-phases %standard-phases >> + (add-after 'unpack 'replace-/bin/ls >> + (lambda _ >> + (substitute* '("Makefile.decl" >> +"tools/Makefile.in" >> +"tests/Makefile.in" >> +

Re: [PATCH] Add rapicorn.

2016-04-14 Thread Ricardo Wurmus
Florian Paul Schmidt writes: > Hi, > > awesome! Do you also press ahead with packaging Beast? Just asking to > avoid duplication of effort.. Yes, I did. I hope to have a working Beast package by the end of this week. ~~ Ricardo

Re: [PATCH] Add rapicorn.

2016-04-13 Thread Florian Paul Schmidt
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 bund

Re: [PATCH] Add rapicorn.

2016-04-13 Thread Mathieu Lirzin
Hello, Ricardo Wurmus writes: > From f50b4c419437b4213a27ad52bd43cefe00e55d84 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 13 Apr 2016 08:56:16 +0200 > Subject: [PATCH 2/2] gnu: Add rapicorn. > > * gnu/packages/graphics.scm (rapicorn): New variable. > --- > gnu/packages/graphic

[PATCH] Add rapicorn.

2016-04-13 Thread Ricardo Wurmus
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 p