[SCM] mixxx/master: Start working on #616177

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 3 12:30:33 UTC 2011


The following commit has been merged in the master branch:
commit 1e3f32a037a5142554de1ed41fa992fcb530cfca
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 3 13:30:07 2011 +0100

    Start working on #616177

diff --git a/debian/patches/15-various_archs_support.patch b/debian/patches/15-various_archs_support.patch
new file mode 100644
index 0000000..bb178cf
--- /dev/null
+++ b/debian/patches/15-various_archs_support.patch
@@ -0,0 +1,19 @@
+Description: Allow the compilation on several architectures.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ build/mixxx.py |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- mixxx.orig/build/mixxx.py
++++ mixxx/build/mixxx.py
+@@ -39,6 +39,9 @@ class MixxxBuild(object):
+             raise Exception("invalid target platform")
+ 
+         if machine not in ['x86_64', 'x86', 'i686', 'i586',
++                           'alpha', 'hppa', 'mips', 'mipsel', 's390',
++                           'sparc', 'ia64', 'armel', 'hurd-i386',
++                           'kfreebsd-amd64', 'kfreebsd-i386',
+                            'i486', 'i386', 'powerpc', 'powerpc64',
+                            'AMD64', 'EM64T', 'INTEL64']:
+             raise Exception("invalid machine type")
diff --git a/debian/patches/series b/debian/patches/series
index eb03480..dd134b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 10_uptodate_configure.dpatch
 #10_soundtouch.dpatch
+15-various_archs_support.patch
 20_norpath.patch
 30-disable_soundsourcem4a.patch
 #40-alpha_ftbfs.patch

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list