Ludovic Courtès writes: > In the future, could you use separate email threads, à la ‘git > send-email’? That makes more reasonably sized bites. :-)
Sorry about that. I'll remember to chunk 'em a little more nicely in the future. >> From a13f49d293eebf5d6de5170a4dfc0b9885a90c26 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus <rek...@elephly.net> >> Date: Fri, 30 Jan 2015 18:14:00 +0100 >> Subject: [PATCH 11/15] gnu: Add Vamp SDK. >> >> * gnu/packages/audio.scm (vamp): New variable. > > [...] > >> + (home-page "http://vamp-plugins.org") >> + (synopsis "Vamp audio plugin SDK") > > What about “Modular and extensible audio processing system”? Okay. >> + (license >> + (license:bsd-style >> + >> "https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/COPYING")))) > > Should be ‘x11-style’, see <http://directory.fsf.org/wiki/License:X11>. Okay. >> + (home-page "http://breakfastquay.com/rubberband/") >> + (synopsis "Audio time-stretching and pitch-shifting library") >> + (description >> + "Rubber Band is a library and utility program that permits changing the >> +tempo and pitch of an audio recording independently of one another.") >> + (license license:gpl2))) > > Isn’t it GPLv2+, according to > <http://breakfastquay.com/rubberband/license.html>? Yes, that's right. I spend what felt like a long time reading the project page and the README but only saw mention of GPLv2. I need to make it a habit to also check a couple more file headers. Pushed with these changes. Thank you so much for your reviews! ~~ Ricardo