Arun Isaac writes: >>>> + ("qt" ,qt-4) ; README.md: using Qt 5 causes some stability issues >>>> + ("ffmpeg" ,ffmpeg) >>>> + ("alsa-lib" ,alsa-lib) >>>> + ("pulseaudio" ,pulseaudio) >>>> + ("jack" ,jack-1) >>>> + ("glu" ,glu) >>>> + ("libx11" ,libx11) >>>> + ("libxfixes" ,libxfixes) >>>> + ("libxext" ,libxext) >>> >>> The package builds successfully without libx11, libxfixes and libxext >>> included as inputs. Are you sure they are needed? Could you check again? >>> >>>> + ("libxi" ,libxi))) >>> >> These packages are listed as Build dependencies in README[0]. What do >> you think? > > I think we should not include them as dependencies. We can always > include them later if we have problems. > > I did start the application built without these packages, and it started > successfully. If you are a user of this package, you could test it more > extensively. > > WDYT? I have tested it just now. Indeed, it works without those packages. (I recorded a 10s video.) So I remove them. Here is the new patch: