Re: [PATCH] gnu: Add soundtouch.

2015-03-02 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > +(define-public soundtouch > + (package > +(name "soundtouch") > +(version "1.8.0") > +(source > + (origin > + (method url-fetch) > + (uri > +(string-append > + "http://www.surina.net/so

Re: [PATCH] gnu: Add soundtouch.

2015-02-24 Thread Andreas Enge
On Tue, Feb 24, 2015 at 06:41:09PM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > + "SoundTouch is an audio processing library for changing the Tempo, Pitch > +and Playback Rates of audio streams or audio files. It is intended for Tempo, Pitch and Playback Rates should start with minuscule lett

Re: [PATCH] gnu: Add soundtouch.

2015-02-24 Thread Taylan Ulrich Bayırlı/Kammer
Here's an updated patch with David's feedback to gently bump the thread. :-) Will push if nobody has objections. >From d7ad03f88923b340357c929e438963e59f88ad24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:44:57 +0100 Subject: [

Re: [PATCH] gnu: Add soundtouch.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
David Thompson writes: > Is the 'begin' form necessary here? Also, when substituting a single > file, you can just pass a string instead of a list of strings. > > (and > (zero? (system* "sh" "bootstrap")) > (substitute* "configure" >(("/usr/bin/file") "file"))) Since phase

Re: [PATCH] gnu: Add soundtouch.

2015-02-21 Thread David Thompson
"Taylan Ulrich Bayırlı/Kammer" writes: > From 78cad66d5bb8dd5b4e46595574a4e58ce68d7849 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Fri, 20 Feb 2015 21:44:57 +0100 > Subject: [PATCH 5/9] gnu: Add soundtouch. > > * gnu/packages/audio.scm (soun

[PATCH] gnu: Add soundtouch.

2015-02-21 Thread Taylan Ulrich Bayırlı/Kammer
>From 78cad66d5bb8dd5b4e46595574a4e58ce68d7849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 20 Feb 2015 21:44:57 +0100 Subject: [PATCH 5/9] gnu: Add soundtouch. * gnu/packages/audio.scm (soundtouch): New variable. --- gnu/packages/audio.scm |