New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/25526#issuecomment-730073092 Comment: On 2020-11-18 17:20:51-0800, Érico Nogueira Rolim wrote: > @ericonr commented on this pull request. > > > > > +desc_option_alsa="Enable support for ALSA" > +desc_option_lash="Enable LASH session management system for JACK" > +desc_option_lrdf="Enable Lightweight RDF. Provides extra info for LADSPA plugins" > +desc_option_osc="Enable Lightweight Open Sound Control (DSSI also recommended)" > +desc_option_dssi="Enable Disposable Soft Synth Interface (OSC also needed)" > +desc_option_fluidsynth="Enable fluidsynth softsynth plugins" > +desc_option_lv2="Enable LV2 plugins and synths support" > +desc_option_gtk="Enable LV2 user interface GTK2 support" I think most people don't like new gtk2 atm. > +desc_option_rubberband="Enable RubberBand time-stretching and pitch-shifting library" > +desc_option_python="Enable support for Python" > + > +if [ "$CROSS_BUILD" ]; then > + hostmakedepends+=" qt5-host-tools qt5-qmake" > +fi > + > +configure_args+=" -DLIB_INSTALL_DIR=/usr/lib" > > This can go on top with the initial declaration of `configure_args`. > > > +if [ "$CROSS_BUILD" ]; then > + hostmakedepends+=" qt5-host-tools qt5-qmake" > +fi > > These can be added unconditionally to `hostmakedepends`, if you want. > > -- > You are receiving this because you are subscribed to this thread. > Reply to this email directly or view it on GitHub: > https://github.com/void-linux/void-packages/pull/25526#pullrequestreview-534008864 -- Danh