From 91acbd8aae6d44275b262703392e48a14d8a5185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 13 Jan 2017 00:45:11 +0100 Subject: [PATCH] muse: rework without making much progress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-multimedia/muse/muse_git.bb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/recipes-misc/recipes-multimedia/muse/muse_git.bb b/recipes-misc/recipes-multimedia/muse/muse_git.bb index 4f9a99a4..26c71d60 100644 --- a/recipes-misc/recipes-multimedia/muse/muse_git.bb +++ b/recipes-misc/recipes-multimedia/muse/muse_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=328283dc167a7b37ffdc59f524a7fc4d" DEPENDS += " \ qtbase \ - qttools-native \ + qttools qttools-native \ jack \ liblo \ dssi \ @@ -13,7 +13,10 @@ DEPENDS += " \ fluidsynth \ serd \ lilv \ + lv2 \ + lmms \ " +# Note: lmms is in DEPENDS for supplying VST header aeffectx.h only inherit cmake_qt5 pkgconfig gtk-icon-cache distro_features_check mime qt5-translation @@ -24,11 +27,16 @@ SRCREV = "ee2773a62bb8bb4dc38383cb42a8d4b35b083902" PV = "3.0.0pre2" S = "${WORKDIR}/git/muse3" -#ENABLE_LV2 ENABLE_FLUID - EXTRA_OECMAKE += " \ -DLIB_INSTALL_DIR=${libdir} \ + \ + -DENABLE_LV2=1 \ + -DENABLE_DSSI=1 \ + -DENABLE_FLUID=1 \ " +# -DENABLE_EXPERIMENTAL=1 won't work +# -DENABLE_LV2_SUPPLIED=1 won't work +# -DENABLE_VST_NATIVE=1 # Have no idea where flags are lost. Anyway driver would fail # | driver/libmuse_driver.so: error: undefined reference to 'pthread_cancel'