Description of problem: If a person wants to build a local version of VLC and wants it to have a GUI the dnf build-dep vlc command should install these packages along with the rest of the current ones. I'm therefor hoping that they could be added when the next release of VLC comes out in our repos. Version-Release number of selected component (if applicable): 4.2.6 How reproducible: All the time. Steps to Reproduce: 1. Open a terminal window. 2. Login as root. 3. Run dnf build-dep vlc -y 4. Type git clone https://github.com/videolan/vlc.git -b master 5. cd to the vlc directory. 6. Run aclocal && ./bootstrap && ./configure 7. The configure part will end up with this error: configure: error: Package 'Qt5Quick', required by 'virtual:world', not found Package 'Qt5QuickWidgets', required by 'virtual:world', not found Package 'Qt5QuickControls2', required by 'virtual:world', not found. If you want to build VLC without GUI, pass --disable-qt.
This is a duplicate of your own earlier bugs on the same subject: bug 24939, bug 26278, bug 26706 https://bugs.mageia.org/show_bug.cgi?id=24939#c3 See particularly bug 26278 where Martin explained a lot of things. Your starting point is the same, the Qt5Quick elements the same.
Status: NEW => RESOLVEDResolution: (none) => INVALIDSee Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=26278CC: (none) => lewyssmith