Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, May 02, 2014 at 08:55:58AM -0400, Thompson, David wrote: >> On Fri, May 2, 2014 at 3:05 AM, Ludovic Courtès wrote: >> > BTW, the splash screen says “freeware”; would be great if we could >> > change that to “free software”. >> I noticed that and wanted to change i

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, May 2, 2014 at 9:59 AM, Andreas Enge wrote: >> On Fri, May 02, 2014 at 08:55:58AM -0400, Thompson, David wrote: >>> Thanks for investigating. Abbaye doesn't directly use libpng, >>> SDL_image does, so I think that your copy of Abbaye is not using the >>> lat

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Thompson, David
On Fri, May 2, 2014 at 9:59 AM, Andreas Enge wrote: > On Fri, May 02, 2014 at 08:55:58AM -0400, Thompson, David wrote: >> Thanks for investigating. Abbaye doesn't directly use libpng, >> SDL_image does, so I think that your copy of Abbaye is not using the >> latest sdl-image package that propagat

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Andreas Enge
On Fri, May 02, 2014 at 08:55:58AM -0400, Thompson, David wrote: > Thanks for investigating. Abbaye doesn't directly use libpng, > SDL_image does, so I think that your copy of Abbaye is not using the > latest sdl-image package that propagates libpng (and others). Did you > build abbaye yourself o

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Andreas Enge
On Fri, May 02, 2014 at 08:55:58AM -0400, Thompson, David wrote: > On Fri, May 2, 2014 at 3:05 AM, Ludovic Courtès wrote: > > BTW, the splash screen says “freeware”; would be great if we could > > change that to “free software”. > I noticed that and wanted to change it, too. However, it's not as

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Thompson, David
On Fri, May 2, 2014 at 3:05 AM, Ludovic Courtès wrote: > "Thompson, David" skribis: > >> On Thu, May 1, 2014 at 12:27 PM, Ludovic Courtès wrote: >>> I noticed that ‘abbaye’ segfaults for me, immediately after opening its >>> first window (splash screen?). >>> >> >> That crash happens with the ol

Re: [PATCH] gnu: Add abbaye

2014-05-02 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, May 1, 2014 at 12:27 PM, Ludovic Courtès wrote: >> I noticed that ‘abbaye’ segfaults for me, immediately after opening its >> first window (splash screen?). >> > > That crash happens with the old version of the sdl-image package > because it can't use libpng

Re: [PATCH] gnu: Add abbaye

2014-05-01 Thread Thompson, David
On Thu, May 1, 2014 at 12:27 PM, Ludovic Courtès wrote: > I noticed that ‘abbaye’ segfaults for me, immediately after opening its > first window (splash screen?). > That crash happens with the old version of the sdl-image package because it can't use libpng to open images. Did something go wrong

Re: [PATCH] gnu: Add abbaye

2014-05-01 Thread Ludovic Courtès
I noticed that ‘abbaye’ segfaults for me, immediately after opening its first window (splash screen?). I wanted to try it in the VM but I get: --8<---cut here---start->8--- ERROR: union-build: collision between file and directories ((files ("/gnu/store/9gfzrsj

Re: [PATCH] gnu: Add abbaye

2014-05-01 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From 040828eabadf401743c4811c26dfb9220f8052d0 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 30 Apr 2014 20:36:32 -0400 >> Subject: [PATCH 2/2] gnu: Add abbaye. >> >> * gnu/packages/games.scm (abbaye): New variable. > > Mino

Re: [PATCH] gnu: Add abbaye

2014-05-01 Thread Ludovic Courtès
David Thompson skribis: > From 040828eabadf401743c4811c26dfb9220f8052d0 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Wed, 30 Apr 2014 20:36:32 -0400 > Subject: [PATCH 2/2] gnu: Add abbaye. > > * gnu/packages/games.scm (abbaye): New variable. Minor comments: > gnu/packages/games.scm

[PATCH] gnu: Add abbaye

2014-04-30 Thread David Thompson
"l'Abbaye des Morts" is a fun little indie game that I found a few days ago that only relies on SDL libraries, so I figured I'd package it. The source code and makefile are a mess so I had to add a few extra phases to get everything to work right. >From 040828eabadf401743c4811c26dfb9220f8052d0 Mo