[SCM] qm-dsp/master: Removed fix_includes patch

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Sep 28 20:33:58 UTC 2017


The following commit has been merged in the master branch:
commit a52e860ea8b7566097febedaa00d88475540c4b6
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Sep 28 22:21:35 2017 +0200

    Removed fix_includes patch
    
    Closes: #877055

diff --git a/debian/patches/02-fix_include.patch b/debian/patches/02-fix_include.patch
deleted file mode 100644
index 26a4357..0000000
--- a/debian/patches/02-fix_include.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix inlude path.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Forwarded: no
-
-Index: qm-dsp/hmm/hmm.c
-===================================================================
---- qm-dsp.orig/hmm/hmm.c
-+++ qm-dsp/hmm/hmm.c
-@@ -18,7 +18,7 @@
- #include <float.h>
- #include <time.h>				/* to seed random number generator */
- 
--#include <clapack.h>		/* LAPACK for matrix inversion */
-+#include <atlas/clapack.h>		/* LAPACK for matrix inversion */
- 
- #include "maths/nan-inf.h"
- 
-@@ -37,7 +37,7 @@
- #ifdef _MAC_OS_X
- #include <vecLib/cblas.h>
- #else
--#include <cblas.h>		/* BLAS for matrix multiplication */
-+#include <atlas/cblas.h>		/* BLAS for matrix multiplication */
- #endif
- 
- #include "hmm.h"
diff --git a/debian/patches/series b/debian/patches/series
index 6bea02c..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-02-fix_include.patch

-- 
qm-dsp packaging



More information about the pkg-multimedia-commits mailing list