mixxx: upgrade to 2.1.4

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-30 20:26:29 +01:00
parent 3ec939e915
commit 246f1dc8bc
5 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ index a053970..3edb64e 100644
if build.platform_is_linux:
- # Try using system lib
- if conf.CheckForPKG('soundtouch', '1.8.0'):
- if conf.CheckForPKG('soundtouch', '2.0.0'):
- # System Lib found
- build.env.ParseConfig('pkg-config soundtouch --silence-errors \
- --cflags --libs')

View File

@@ -41,9 +41,9 @@ 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 = "55b4f3e0a67d27f94d55c0c5152e53fc138dea7c"
SRCREV = "fab54081a9d1faed4e6f601ecdf2f4feb5c050c1"
S = "${WORKDIR}/git"
PV = "2.1.0+git${SRCPV}"
PV = "2.1.4+git${SRCPV}"
EXTRA_OESCONS_MATH ??= " \
vampfloatmath=1 \