[SCM] mixxx/master: debian/patches/1001-buildsystem.patch: m68k architecture added

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Wed Sep 17 14:10:43 UTC 2014


The following commit has been merged in the master branch:
commit 53e80a23e4e7def0e9c3d3cbd1882bedaf618e91
Author: Matteo F. Vescovi <mfvescovi at gmail.com>
Date:   Wed Sep 17 16:05:16 2014 +0200

    debian/patches/1001-buildsystem.patch: m68k architecture added
    
    Closes: #698796
    Git-Dch: Ignore

diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index 4f3d27f..8d51f37 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -1,10 +1,10 @@
-Description: Switch builds on arm64, armhf, ppc64el and mips variants.
+Description: Switch builds on arm64, armhf,
+ m68k, ppc64el and mips variants.
 Author: Alessio Treglia <alessio at debian.org>
-Forwarded: RJ Ryan rryan at mixxx.org
 ---
 
 diff --git a/build/mixxx.py b/build/mixxx.py
-index 7a1b7b2..5a5edef 100644
+index 7a1b7b2..fa64ec5 100644
 --- a/build/mixxx.py
 +++ b/build/mixxx.py
 @@ -42,10 +42,12 @@ class MixxxBuild(object):
@@ -16,7 +16,7 @@ index 7a1b7b2..5a5edef 100644
                             'kfreebsd-amd64', 'kfreebsd-i386',
                             'i486', 'i386', 'powerpc', 'powerpc64',
 -                           'powerpcspe', 's390x',
-+                           'powerpcspe', 'ppc64el', 's390x',
++                           'powerpcspe', 'ppc64el', 's390x', 'm68k',
 +                           'mips64', 'mips64el', 'mipsn32', 'mipsn32el',
                             'amd64', 'AMD64', 'EM64T', 'INTEL64']:
              raise Exception("invalid machine type")

-- 
mixxx packaging



More information about the pkg-multimedia-commits mailing list