[SCM] pd-iemmatrix/master: Removed patches applied upstream

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Nov 12 19:38:10 UTC 2015


The following commit has been merged in the master branch:
commit aece731869b71e625e7fed83197736c61294c804
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Nov 12 16:46:40 2015 +0100

    Removed patches applied upstream

diff --git a/debian/patches/clang_FTBFS_Wreturn-type.patch b/debian/patches/clang_FTBFS_Wreturn-type.patch
deleted file mode 100644
index 1230e03..0000000
--- a/debian/patches/clang_FTBFS_Wreturn-type.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: fix FTBFS with clang instead of gcc
-Author: IOhannes m zmölnig
-Oritin: http://sourceforge.net/p/pure-data/svn/16023/
-Last-Update: 2014-03-17
---- pd-iemmatrix.orig/src/mtx_dispersive_dline.c
-+++ pd-iemmatrix/src/mtx_dispersive_dline.c
-@@ -141,7 +141,7 @@
-    }
- }
- 
--static allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a) {
-+static void allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a) {
- 	t_float w, in;
-         int c;
- 	in = y[0] = x;
-@@ -153,7 +153,7 @@
- 	}
- }
- 
--static mtx_dispersive_dline_matrix(t_mtx_dispersive_dline *x, t_symbol *s,
-+static void mtx_dispersive_dline_matrix(t_mtx_dispersive_dline *x, t_symbol *s,
-       int argc, t_atom *argv)
- {
-   int channels=(int)atom_getfloat(argv);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4c3abe8..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-clang_FTBFS_Wreturn-type.patch

-- 
pd-iemmatrix packaging



More information about the pkg-multimedia-commits mailing list