[SCM] mixxx/master: Attempt to fix build failures on the following Ubuntu's architectures:

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jan 29 09:58:46 UTC 2014


The following commit has been merged in the master branch:
commit 900e3209112f2a575e2e0ecbcb652bbb57fb4741
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jan 29 09:46:18 2014 +0000

    Attempt to fix build failures on the following Ubuntu's architectures:
    
    - arm64
    - armhf
    - ppc64el

diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
new file mode 100644
index 0000000..12f7648
--- /dev/null
+++ b/debian/patches/1001-buildsystem.patch
@@ -0,0 +1,22 @@
+Description: Switch builds on arm64, armhf, and ppc64el.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: RJ Ryan rryan at mixxx.org
+---
+ build/mixxx.py |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- mixxx.orig/build/mixxx.py
++++ mixxx/build/mixxx.py
+@@ -42,10 +42,11 @@ class MixxxBuild(object):
+         if machine not in ['x86_64', 'x86', 'i686', 'i586',
+                            'alpha', 'hppa', 'mips', 'mipsel', 's390',
+                            'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
++                           'arm64', 'armhf',
+                            'sh3', 'sh4',
+                            'kfreebsd-amd64', 'kfreebsd-i386',
+                            'i486', 'i386', 'powerpc', 'powerpc64',
+-                           'powerpcspe', 's390x',
++                           'powerpcspe', 'ppc64el','s390x',
+                            'amd64', 'AMD64', 'EM64T', 'INTEL64']:
+             raise Exception("invalid machine type")
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 904947d..d11e443 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0003-disable_soundsourcem4a.patch
 0004-soundtouch.patch
 0091-desktop_file.patch
+1001-buildsystem.patch
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
index 4097bb9..7e21478 100644
--- a/debian/patches/ubuntu.series
+++ b/debian/patches/ubuntu.series
@@ -1,3 +1,4 @@
 0001-update_configure.patch
 0003-disable_soundsourcem4a.patch
 0004-soundtouch.patch
+1001-buildsystem.patch

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list