[SCM] mixxx/master: Add support for sh3, sh4 and powerpcspe. Thanks to Nobuhiro Iwamatsu for the patch. (Closes: #632609)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jul 4 08:09:01 UTC 2011


The following commit has been merged in the master branch:
commit 7ae75ef57864a729b831a747181bddfac6643bf9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jul 4 10:09:12 2011 +0200

    Add support for sh3, sh4 and powerpcspe. Thanks to Nobuhiro Iwamatsu for the patch. (Closes: #632609)

diff --git a/debian/patches/15-various_archs_support.patch b/debian/patches/15-various_archs_support.patch
index a3c919d..b6eab61 100644
--- a/debian/patches/15-various_archs_support.patch
+++ b/debian/patches/15-various_archs_support.patch
@@ -7,20 +7,22 @@ Bug-Debian: http://bugs.debian.org/616177
 Forwarded: https://bugs.launchpad.net/mixxx/+bug/683029/comments/3
 ---
  build/depends.py |    3 ++-
- build/mixxx.py   |    5 ++++-
- 2 files changed, 6 insertions(+), 2 deletions(-)
+ build/mixxx.py   |    7 ++++++-
+ 2 files changed, 8 insertions(+), 2 deletions(-)
 
 --- mixxx.orig/build/mixxx.py
 +++ mixxx/build/mixxx.py
-@@ -39,8 +39,11 @@ class MixxxBuild(object):
+@@ -39,8 +39,13 @@ 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', 'armhf', 'hurd-i386',
++                           'sh3', 'sh4',
 +                           'kfreebsd-amd64', 'kfreebsd-i386',
                             'i486', 'i386', 'powerpc', 'powerpc64',
 -                           'AMD64', 'EM64T', 'INTEL64']:
++                           'powerpcspe',
 +                           'amd64', 'EM64T', 'INTEL64']:
              raise Exception("invalid machine type")
  

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list