Re: [PATCHES] Add love and devil

2015-11-16 Thread Ricardo Wurmus
David Thompson writes: > Yes, these are real software packages! LÖVE is a neat game framework > that uses Lua and depends on DevIL for image loading. Yay for LÖVE! > +(define-public devil > + (package > +(name "devil") [...] > +(arguments > + '(#:configure-flags '("--enable-ILU

Re: [PATCHES] Add love and devil

2015-11-16 Thread Ludovic Courtès
David Thompson skribis: > From fa226c57a531436e387055440f71d04c1b73a7aa Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 14 Nov 2015 13:56:40 -0500 > Subject: [PATCH 1/2] gnu: Add devil. > > * gnu/packages/image.scm (devil): New variable. > * gnu/packages/patches/devil-fix-libpng.pat

[PATCHES] Add love and devil

2015-11-15 Thread David Thompson
Yes, these are real software packages! LÖVE is a neat game framework that uses Lua and depends on DevIL for image loading. >From fa226c57a531436e387055440f71d04c1b73a7aa Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 14 Nov 2015 13:56:40 -0500 Subject: [PATCH 1/2] gnu: Add devil. * gn