mixxx: upgrade to latest sources

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-08-12 14:30:18 +02:00
parent ed1167aa2e
commit 62cb1aa55a
2 changed files with 9 additions and 7 deletions

View File

@@ -10,14 +10,14 @@ Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
build/mixxx.py | 12 ------------
1 file changed, 12 deletions(-)
build/mixxx.py | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/build/mixxx.py b/build/mixxx.py
index 70c21a5..c79a09b 100644
index aeed9e8..631bbfa 100644
--- a/build/mixxx.py
+++ b/build/mixxx.py
@@ -45,18 +45,6 @@ class MixxxBuild(object):
@@ -45,20 +45,6 @@ class MixxxBuild(object):
if target not in ['windows', 'osx', 'linux', 'bsd']:
raise Exception("invalid target platform")
@@ -31,11 +31,13 @@ index 70c21a5..c79a09b 100644
- 'i486', 'i386', 'ppc', 'ppc64', 'powerpc',
- 'powerpc64', 'powerpcspe', 's390x',
- 'amd64', 'em64t', 'intel64', 'arm64',
- 'ppc64el', 'm68k', 'mips64', 'mips64el', 'mipsn32', 'mipsn32el']:
- 'ppc64el', 'ppc64le', 'm68k', 'mips64',
- 'mips64el', 'mipsn32', 'mipsn32el',
- 'aarch64']:
- raise Exception("invalid machine type")
if toolchain not in ['gnu', 'msvs']:
raise Exception('invalid toolchain type')
--
2.5.5
2.9.4

View File

@@ -41,7 +41,7 @@ SRC_URI = " \
file://0003-align-path-of-qt-build-tools-to-our-needs.patch \
file://0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch \
"
SRCREV = "60b30896ac570bea52de7a0050433acd477d556d"
SRCREV = "b6d29e53d3ae74cd040a5d5ecbe742f9c385575a"
S = "${WORKDIR}/git"
PV = "2.0.0+git${SRCPV}"