[SCM] mhwaveedit/master: Add patch to fix FTBFS on big-endian archs.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Nov 25 11:09:39 UTC 2012


The following commit has been merged in the master branch:
commit ff8f1fe343dd3b350fc03ec3cc8864967bd5f47e
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Nov 25 11:09:08 2012 +0000

    Add patch to fix FTBFS on big-endian archs.
    
    Closes: #693799
    Thanks: Roland Stigge

diff --git a/debian/patches/03-big_endians.patch b/debian/patches/03-big_endians.patch
new file mode 100644
index 0000000..38fee76
--- /dev/null
+++ b/debian/patches/03-big_endians.patch
@@ -0,0 +1,37 @@
+Description: Fix FTBFS on big endian archs.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693799
+Forwarded: not
+---
+ src/convert_inc.c |   16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+--- mhwaveedit.orig/src/convert_inc.c
++++ mhwaveedit/src/convert_inc.c
+@@ -108,19 +108,19 @@
+ #define C_FLOAT_PCM16UNE C_FLOAT_PCM16UBE
+ #define C_FLOAT_PCM32SNE C_FLOAT_PCM32SBE
+ #define C_FLOAT_PCM32UNE C_FLOAT_PCM32UBE
+-#define C_FLOAT_PCM24SNEPM C_FLOAT_PCM32SBEPM
+-#define C_FLOAT_PCM24UNEPM C_FLOAT_PCM32UBEPM
+-#define C_FLOAT_PCM24SNEPL C_FLOAT_PCM32SBEPL
+-#define C_FLOAT_PCM24UNEPL C_FLOAT_PCM32UBEPL
++#define C_FLOAT_PCM24SNEPM C_FLOAT_PCM24SBEPM
++#define C_FLOAT_PCM24UNEPM C_FLOAT_PCM24UBEPM
++#define C_FLOAT_PCM24SNEPL C_FLOAT_PCM24SBEPL
++#define C_FLOAT_PCM24UNEPL C_FLOAT_PCM24UBEPL
+ 
+ #define C_FLOAT_PCM16SOE C_FLOAT_PCM16SLE
+ #define C_FLOAT_PCM16UOE C_FLOAT_PCM16ULE
+ #define C_FLOAT_PCM32SOE C_FLOAT_PCM32SLE
+ #define C_FLOAT_PCM32UOE C_FLOAT_PCM32ULE
+-#define C_FLOAT_PCM24SOE C_FLOAT_PCM24SLEPM
+-#define C_FLOAT_PCM24UOE C_FLOAT_PCM24ULEPM
+-#define C_FLOAT_PCM24SOE C_FLOAT_PCM24SLEPL
+-#define C_FLOAT_PCM24UOE C_FLOAT_PCM24ULEPL
++#define C_FLOAT_PCM24SOEPM C_FLOAT_PCM24SLEPM
++#define C_FLOAT_PCM24UOEPM C_FLOAT_PCM24ULEPM
++#define C_FLOAT_PCM24SOEPL C_FLOAT_PCM24SLEPL
++#define C_FLOAT_PCM24UOEPL C_FLOAT_PCM24ULEPL
+ 
+ static void C_PCM24SLE_FLOAT(guint32 *in, FTYPE *out, int count)
+ {
diff --git a/debian/patches/series b/debian/patches/series
index a04f35a..f968866 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-kfreebsd_ftbfs.patch
 02-hurd_ftbfs.patch
+03-big_endians.patch

-- 
mhWaveEdit packaging



More information about the pkg-multimedia-commits mailing list