[SCM] mixxx/master: s/AMD64/amd64/

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 3 12:52:19 UTC 2011


The following commit has been merged in the master branch:
commit 319df9e07c872ab9ad5cccb29bb7bef76e52ac34
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 3 13:52:09 2011 +0100

    s/AMD64/amd64/

diff --git a/debian/patches/15-various_archs_support.patch b/debian/patches/15-various_archs_support.patch
index bb178cf..534587d 100644
--- a/debian/patches/15-various_archs_support.patch
+++ b/debian/patches/15-various_archs_support.patch
@@ -2,12 +2,12 @@ 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(+)
+ build/mixxx.py |    5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
 
 --- mixxx.orig/build/mixxx.py
 +++ mixxx/build/mixxx.py
-@@ -39,6 +39,9 @@ class MixxxBuild(object):
+@@ -39,8 +39,11 @@ class MixxxBuild(object):
              raise Exception("invalid target platform")
  
          if machine not in ['x86_64', 'x86', 'i686', 'i586',
@@ -15,5 +15,8 @@ Forwarded: no
 +                           'sparc', 'ia64', 'armel', 'hurd-i386',
 +                           'kfreebsd-amd64', 'kfreebsd-i386',
                             'i486', 'i386', 'powerpc', 'powerpc64',
-                            'AMD64', 'EM64T', 'INTEL64']:
+-                           'AMD64', 'EM64T', 'INTEL64']:
++                           'amd64', 'EM64T', 'INTEL64']:
              raise Exception("invalid machine type")
+ 
+         if toolchain not in ['gnu', 'msvs']:

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list