Hello,
I have been trying to play with the build script for Gentoo (https://gitweb.gentoo.org/repo/gentoo.g ... 999.ebuild). I altered it a bit and am build off of the stable 1.2 branch and using the following build parameters:
After that everything builds, I think Gentoo's build system adds a few other standard flags. My issue is that I have double entries for every plugin and the LADSPA plugin browser entry under tools.
Has anyone else ran into this while building on their machines?
Thanks
I have been trying to play with the build script for Gentoo (https://gitweb.gentoo.org/repo/gentoo.g ... 999.ebuild). I altered it a bit and am build off of the stable 1.2 branch and using the following build parameters:
Code: Select all
\t\t-DUSE_WERROR=FALSE
\t\t-DWANT_SYSTEM_SR=TRUE
\t\t-DWANT_CAPS=TRUE
\t\t-DWANT_TAP=TRUE
\t\t-DWANT_SWH=TRUE
\t\t-DWANT_CMT=TRUE
\t\t-DWANT_CALF=TRUE
\t\t-DWANT_QT5=TRUE
\t\t-DCMAKE_INSTALL_LIBDIR=$(get_libdir)\t\t
\t\t-DWANT_ALSA=TRUE
\t\t-DWANT_JACK=TRUE
\t\t-DWANT_GIG=TRUE
\t\t-DWANT_OGGVORBIS=TRUE
\t\t-DWANT_PORTAUDIO=TRUE
\t\t-DWANT_PULSEAUDIO=TRUE
\t\t-DWANT_SDL=TRUE
\t\t-DWANT_SOUNDIO=FALSE
\t\t-DWANT_STK=TRUE
\t\t-DWANT_VST=FALSE
\t\t-DWANT_SF2=TRUE
\t\tHas anyone else ran into this while building on their machines?
Thanks