[SCM] ir.lv2/master: Port ir.lv2 to zita-convolver's new API (Closes: #652019).
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Dec 16 17:20:49 UTC 2011
The following commit has been merged in the master branch:
commit 6c07c496c88d20a5b6e5057570c6ecc26c85dc64
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Dec 16 18:20:24 2011 +0100
Port ir.lv2 to zita-convolver's new API (Closes: #652019).
diff --git a/debian/patches/03-zita_convolver3.patch b/debian/patches/03-zita_convolver3.patch
new file mode 100644
index 0000000..8d51b3b
--- /dev/null
+++ b/debian/patches/03-zita_convolver3.patch
@@ -0,0 +1,30 @@
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652019
+Author: hermann <brummer- at web.de>
+Description: Porting ir.lv2 to zita-convolver's new API (series 3.x).
+Forwarded: yes
+---
+ ir.cc | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- ir.lv2.orig/ir.cc
++++ ir.lv2/ir.cc
+@@ -165,8 +165,8 @@ static void free_conv_safely(Convproc *
+ treq.tv_nsec = 10000000;
+ nanosleep(&treq, &trem);
+
+- conv->check();
+- state = conv->state();
++ if(conv->check_stop())
++ state = conv->state();
+ }
+ delete conv;
+ }
+@@ -558,7 +558,7 @@ static void init_conv(IR * ir) {
+ ir->nchan);
+ }
+
+- conv->start_process(0);
++ conv->start_process(0, SCHED_FIFO);
+ ir->conv_req_to_use = req_to_use;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 55d3eb2..a89c14a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-makefile.patch
02-lv2_headers.patch
+03-zita_convolver3.patch
--
ir.lv2 packaging
More information about the pkg-multimedia-commits
mailing list