I made some tests and in fact on amd64 lmms gets compiled without VST support. CMake prints out this after installing all build depends:
Optional plugins ---------------- * SoundFont2 player : OK * Stk Mallets : OK * VST-instrument hoster : not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib * VST-effect hoster : not found, please install (lib)wine-dev (or similiar) - 64 bit systems additionally need gcc-multilib and g++-multilib * CALF LADSPA plugins : OK * CAPS LADSPA plugins : OK * CMT LADSPA plugins : OK * TAP LADSPA plugins : OK * SWH LADSPA plugins : OK So on 64bit systems, lmms needs wine1.4-dev gcc-multilb and g++-multilib to compile the VST plugins. After installing them manually CMake prints out this: Optional plugins ---------------- * SoundFont2 player : OK * Stk Mallets : OK * VST-instrument hoster : OK * VST-effect hoster : OK * CALF LADSPA plugins : OK * CAPS LADSPA plugins : OK * CMT LADSPA plugins : OK * TAP LADSPA plugins : OK * SWH LADSPA plugins : OK So the solution to fix this bug is to add gcc-multilib and g++-multilib to the build depends in the debian control file and also require wine1.4-dev not only on i386 architecture but also on amd64 architecture. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182604 Title: AMD64 lmms package doesn't have Vestige VST support while the i386 does To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lmms/+bug/1182604/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs