shithub: aubio

Download patch

ref: 8e1328f997a19de994b54a088c94af572d484c2f
parent: f9cca9c89695ab6b8bc68deb75e68800c1563dff
author: Paul Brossier <piem@piem.org>
date: Fri Sep 16 23:20:57 EDT 2016

wscript: loosen rubberband version

--- a/wscript
+++ b/wscript
@@ -264,7 +264,7 @@
 
     # check for librubberband
     if (ctx.options.enable_rubberband != False):
-        ctx.check_cfg(package = 'rubberband', atleast_version = '1.8.1',
+        ctx.check_cfg(package = 'rubberband', atleast_version = '1.3',
                 args = '--cflags --libs',
                 mandatory = ctx.options.enable_rubberband)
 
--