Re: [PATCH] gnu: mpd: Add additional optional inputs.

2015-04-26 Thread Ricardo Wurmus
I'm unclear on how to treat optional inputs (in general and in this particular case). Should we offer "mpd-minimal" with minimal inputs and "mpd" with everything, or a "custom-mpd" function to create a package with a certain feature subset? In general I think it is good to also have a minimal pac

Re: [PATCH] gnu: Add sfml.

2015-04-26 Thread Ricardo Wurmus
Looks good to me. Thanks for packaging it (it's been on my list for a while now)! ~~ Ricardo

Re: [PATCH] Add extremetuxracer (Note: needs help!)

2015-04-26 Thread 宋文武
Christopher Allan Webber writes: > Hello all! > > Can we really and truly claim ourselves to be a GNU/Linux distribution > without the token inclusion of our beloved TuxRacer? Egads! > > Well, I attempted to package it, but I'm running into trouble. Perhaps > someone here can help? > > Here is

[PATCH] Add extremetuxracer (Note: needs help!)

2015-04-26 Thread Christopher Allan Webber
Hello all! Can we really and truly claim ourselves to be a GNU/Linux distribution without the token inclusion of our beloved TuxRacer? Egads! Well, I attempted to package it, but I'm running into trouble. Perhaps someone here can help? Here is the problem I run into: checking for sdl-conf

Replacing Bower with "guix environment"

2015-04-26 Thread Christopher Allan Webber
Hello all, I'm interested in "guix environment" as a universal solution for virtualenv/bower/etc. There's good reasons to want this; aside from Guix being awesome, packaging for web applications is getting more and more insane and often involves many layers of package management, often *multiple

Re: Add guile-minikanren

2015-04-26 Thread David Thompson
Christopher Allan Webber writes: > Okay, I believe I've taken all feedback into account. Everything seems > to work right now, and it even compiles the files to .go files. > > I think that's everything (but let me know if not!) I cleaned up the build script and pushed this as commit 6bc2406. C

[PATCH] gnu: mpd: Add additional optional inputs.

2015-04-26 Thread David Thompson
>From 177a758f24d3f19a763e69d42d0ada4db8079090 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 20:37:35 -0400 Subject: [PATCH] gnu: mpd: Add additional optional inputs. * gnu/packages/mpd.scm (mpd): Add mpg123, libshout, fluidsynth, openal, libmpcdec, wavpack, libcdio-paran

[PATCH 2/2] gnu: Add bluez.

2015-04-26 Thread David Thompson
>From 8c370d8b1f6af1f0ac36b79cd0f79fa0701c3323 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 17:49:53 -0400 Subject: [PATCH 2/2] gnu: Add bluez. * gnu/packages/linux.scm (bluez): New variable. --- gnu/packages/linux.scm | 38 ++ 1 file c

[PATCH 1/2] gnu: Add libical.

2015-04-26 Thread David Thompson
>From a186fd49a55796917431088c0a04dee1b7da30c6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 17:46:57 -0400 Subject: [PATCH 1/2] gnu: Add libical. * gnu/packages/libical.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am| 1 + gnu/p

[PATCH] gnu: Add xxhash.

2015-04-26 Thread David Thompson
>From 43b55a20d7d4c01b200768ccea733d261c12e699 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 16:42:05 -0400 Subject: [PATCH] gnu: Add xxhash. * gnu/packages/xxhash.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages

[PATCH] gnu: Add soil.

2015-04-26 Thread David Thompson
>From c218a8f88eb623da01baa7b1693805f4ec1c67de Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 16:41:25 -0400 Subject: [PATCH] gnu: Add soil. * gnu/packages/gl.scm (soil): New variable. --- gnu/packages/gl.scm | 45 - 1 file change

[PATCH] gnu: Add sfml.

2015-04-26 Thread David Thompson
>From abc1bd07d05a834a3077b7e9526bd24806a80385 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Apr 2015 16:38:43 -0400 Subject: [PATCH] gnu: Add sfml. * gnu/packages/game-development.scm (sfml): New variable. --- gnu/packages/game-development.scm | 44

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-26 Thread Andreas Enge
On Sun, Apr 26, 2015 at 08:00:55AM +0800, 宋文武 wrote: > Now, packages for i386 have finished, it's time to merge into master? I just merged and pushed, hopefully I did it correctly... Andreas

Re: [PATCH] gnu: Add Calf plugins.

2015-04-26 Thread Andreas Enge
Looks good to me. Andreas

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sun, Apr 26, 2015 at 03:26:04PM +0200, Ricardo Wurmus wrote: > How about this then: > "Zita convolver is a C++ library providing a real-time convolution > engine." > WDYT? Yes, maybe. Andreas

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Ricardo Wurmus
Andreas Enge writes: >> + "Zita convolver is a C++ library implementing a real-time convolution >> +matrix.") > > This I find difficult to understand. How can you implement a matrix? What is > a real time matrix? Maybe "for computing convolution matrices in real time"? > Or also add "double

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Ricardo Wurmus
Andreas Enge writes: > On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: >> attached are patches for the zita-convolver library and the excellent IR >> reverb plugin. It creates a reverb effect out of impulse responses. >> (It does not come with pre-packaged impulse responses, but

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: > attached are patches for the zita-convolver library and the excellent IR > reverb plugin. It creates a reverb effect out of impulse responses. > (It does not come with pre-packaged impulse responses, but there are > many impulse res

Re: [PATCH] gnu: Add IR.

2015-04-26 Thread Andreas Enge
On Sat, Apr 25, 2015 at 08:49:43PM +0200, Ricardo Wurmus wrote: > + (chdir "libs") #t) I would put "#t" onto a new line as it is a separate "command". +(("^LIBDIR =.*") "LIBDIR = lib\n")) I think this adds a line break, which is not a problem. > + "Zita convolver is a C

Re: hackage importer

2015-04-26 Thread Federico Beffa
Federico Beffa writes: > Please find attached a patch reorganizing the code as you suggest. Just noticed that I forgot to delete 'parse-cabal' from the public interface of the cabal module. Regards, Fede

Re: hackage importer

2015-04-26 Thread Federico Beffa
On Tue, Mar 31, 2015 at 3:33 PM, Ludovic Courtès wrote: > I think it’s a matter of separating concerns. In my mind there are > three distinct layers: > > 1. Cabal parsing (what I call ‘read-cabal’, because it’s the > equivalent of ‘read’); > > 2. Cabal evaluation/instantiation for a cert

Re: [PATCH 1/7] gnu: gobject-introspection: Update to 1.44.0.

2015-04-26 Thread Andreas Enge
On Sun, Apr 26, 2015 at 08:00:55AM +0800, 宋文武 wrote: > Now, packages for i386 have finished, it's time to merge into master? > http://hydra.gnu.org/eval/103900?compare=master The main problemm seems to be that pulseaudio did not build on mips. But is this at all related to your changes? Andreas

[PATCH] gnu: Add Calf plugins.

2015-04-26 Thread Ricardo Wurmus
>From 4c706da18a077d77dae12ef7c451aa4038d24e5e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 26 Apr 2015 10:44:14 +0200 Subject: [PATCH] gnu: Add calf plugins. * gnu/packages/audio.scm (calf): New variable. --- gnu/packages/audio.scm | 42 ++ 1