Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-04 Thread Ricardo Wurmus
Ricardo Wurmus writes: >> The problem here is that the library is not installed to /lib, but to >> /lib64 or /libmips64. I'll see if I can coerce it to install the >> library to /lib on all platforms. > > zita-alsa-pcmi has the very same problem. I'll take care of both of > them. Attached are

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-03 Thread Ricardo Wurmus
Ricardo Wurmus writes: > The problem here is that the library is not installed to /lib, but to > /lib64 or /libmips64. I'll see if I can coerce it to install the > library to /lib on all platforms. zita-alsa-pcmi has the very same problem. I'll take care of both of them. ~~ Ricardo

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-03 Thread Ricardo Wurmus
Mark H Weaver writes: >> From dbf194fdfd5baf9b79ebc7ba3c60835421cce12a Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Sun, 1 Mar 2015 13:35:06 +0100 >> Subject: [PATCH 1/2] gnu: Add clalsadrv. >> >> * gnu/packages/audio.scm (clalsadrv): New variable. >> --- >> gnu/packages/audio.scm

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-01 Thread Mark H Weaver
Ricardo Wurmus writes: > From dbf194fdfd5baf9b79ebc7ba3c60835421cce12a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 1 Mar 2015 13:35:06 +0100 > Subject: [PATCH 1/2] gnu: Add clalsadrv. > > * gnu/packages/audio.scm (clalsadrv): New variable. > --- > gnu/packages/audio.scm | 43 ++

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-01 Thread Ludovic Courtès
e want to wrap ALSA?”. Is just C++ bindings that provide an idiomatic C++ API? OK to push with an appropriate description. [...] > From 40b455e2008c149d708c2e31ec883d90b943b032 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 21 Feb 2015 21:53:02 +0100 > Subject: [PAT

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-03-01 Thread Ricardo Wurmus
uot; ,alsa-lib) + ("fftw" ,fftw))) +(home-page "http://kokkinizita.linuxaudio.org";) +(synopsis "C++ wrapper around the ALSA API") +(description "clalsadrv is a C++ wrapper around the ALSA API.") +(license license:gpl2+))) + (define-public

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-02-25 Thread Ricardo Wurmus
Ludovic Courtès writes: >> From 79a6aa562688c02bd4c50035a971478a2f2331e1 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Sat, 21 Feb 2015 21:52:10 +0100 >> Subject: [PATCH 1/2] gnu: Add zita-alsa-pcmi. >> >> * gnu/packages/audio.scm (zita-alsa-pcmi): New variable. > > [...] > >> +(

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-02-25 Thread Ludovic Courtès
] > +(license license:gpl3))) GPLv3-only? > From ca099ed2ea8f270ca0e980b17599895f39489d61 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 21 Feb 2015 21:53:02 +0100 > Subject: [PATCH 2/2] gnu: Add AlsaModularSynth. > > * gnu/packages/audio

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-02-22 Thread Ricardo Wurmus
M devices, taking care of the many functions required to +open, initialise and use a hw: device in mmap mode, and providing floating +point audio data.") +(license license:gpl3))) -- 2.1.0 >From ca099ed2ea8f270ca0e980b17599895f39489d61 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: S

Re: [PATCH 2/2] gnu: Add AlsaModularSynth.

2015-02-21 Thread Ricardo Wurmus
I'm actually getting an error when running "ams": /home/rekado/.guix-profile/bin/ams: error while loading shared libraries: libzita-alsa-pcmi.so.0: cannot open shared object file: No such file or directory The library installed by the first patch is called libzita-alsa-pcmi.so.0.2.0 and there

[PATCH 2/2] gnu: Add AlsaModularSynth.

2015-02-21 Thread Ricardo Wurmus
* gnu/packages/audio.scm (alsa-modular-synth): New variable. --- gnu/packages/audio.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ea497de..44d11f1 100644 --- a/gnu/packages/audio.scm +++ b/gnu/package