[SCM] ir.lv2/master: Removed patch applied upstream

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Sep 26 14:13:48 UTC 2012


The following commit has been merged in the master branch:
commit 7f784ee39808bec54b9f49a109131413bbbfdc38
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Sep 26 16:13:32 2012 +0200

    Removed patch applied upstream

diff --git a/debian/patches/03-zita_convolver3.patch b/debian/patches/03-zita_convolver3.patch
deleted file mode 100644
index 8d51b3b..0000000
--- a/debian/patches/03-zita_convolver3.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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 a89c14a..55d3eb2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01-makefile.patch
 02-lv2_headers.patch
-03-zita_convolver3.patch

-- 
ir.lv2 packaging



More information about the pkg-multimedia-commits mailing list