Description of problem: I don't use Testing or Backports medias and I was cloning the vlc source code in order to build the latest release 4.0.0-dev for Mageia 6.1 and as I ran ./configure it ended by saying: configure: error: Requested 'Qt5Core >= 5.11.0' but version of Qt5 Core is 5.9.4 No package 'Qt5QuickControls2' found. If you want to build VLC without GUI, pass --disable-qt. I want to build a GUI for VLC so therefor I did go looking for Qt5QuickControls2 which is located in libqt5labstemplates-devel according to urpmf Qt5QuickControls2 and if I try to install libqt5labstemplates-devel I get the error that it can't be installed due to unsatisfied systemd-devel-230-12.mga6.i586. Version-Release number of selected component (if applicable): 5.9.4 How reproducible: All the time when trying to configure the vlc source code. Steps to Reproduce: 1. Clone the source code for VLC. 2. cd to the VLC directory. 3. Run aclocal && ./bootstrap && ./configure and wait til it ends with the described error.
Please use pkgconfig(Qt5QuickControls2), and you can't install 32bit devel pkg if your system is 64bit! libqt5labstemplates-devel for 32 lib64qt5labstemplates-devel for 64 So closing as Invalid!
Status: NEW => RESOLVEDCC: (none) => geiger.david68210Resolution: (none) => INVALID