diff --git a/recipes-misc/recipes-multimedia/mixxx/files/0001-do-not-check-for-known-machine-types.patch b/recipes-misc/recipes-multimedia/mixxx/mixxx/0001-do-not-check-for-known-machine-types.patch similarity index 100% rename from recipes-misc/recipes-multimedia/mixxx/files/0001-do-not-check-for-known-machine-types.patch rename to recipes-misc/recipes-multimedia/mixxx/mixxx/0001-do-not-check-for-known-machine-types.patch diff --git a/recipes-misc/recipes-multimedia/mixxx/files/0002-force-using-system-soundtouch.patch b/recipes-misc/recipes-multimedia/mixxx/mixxx/0002-force-using-system-soundtouch.patch similarity index 96% rename from recipes-misc/recipes-multimedia/mixxx/files/0002-force-using-system-soundtouch.patch rename to recipes-misc/recipes-multimedia/mixxx/mixxx/0002-force-using-system-soundtouch.patch index 6ea9e3f9..aa77e51d 100644 --- a/recipes-misc/recipes-multimedia/mixxx/files/0002-force-using-system-soundtouch.patch +++ b/recipes-misc/recipes-multimedia/mixxx/mixxx/0002-force-using-system-soundtouch.patch @@ -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') diff --git a/recipes-misc/recipes-multimedia/mixxx/files/0003-align-path-of-qt-build-tools-to-our-needs.patch b/recipes-misc/recipes-multimedia/mixxx/mixxx/0003-align-path-of-qt-build-tools-to-our-needs.patch similarity index 100% rename from recipes-misc/recipes-multimedia/mixxx/files/0003-align-path-of-qt-build-tools-to-our-needs.patch rename to recipes-misc/recipes-multimedia/mixxx/mixxx/0003-align-path-of-qt-build-tools-to-our-needs.patch diff --git a/recipes-misc/recipes-multimedia/mixxx/files/0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch b/recipes-misc/recipes-multimedia/mixxx/mixxx/0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch similarity index 100% rename from recipes-misc/recipes-multimedia/mixxx/files/0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch rename to recipes-misc/recipes-multimedia/mixxx/mixxx/0004-add-vamp-float-math-build-option-to-force-vamp-calcu.patch diff --git a/recipes-misc/recipes-multimedia/mixxx/mixxx_git.bb b/recipes-misc/recipes-multimedia/mixxx/mixxx_git.bb index f7642a2c..4920c42d 100644 --- a/recipes-misc/recipes-multimedia/mixxx/mixxx_git.bb +++ b/recipes-misc/recipes-multimedia/mixxx/mixxx_git.bb @@ -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 \