Bug 27393

Summary: dnf build-dep vlc does not install Qt5Quick, Qt5QuickWidgets and Qt5QuickControls2 even though virtual:world requires it according to ./configure
Product: Mageia Reporter: Kristoffer Grundström <lovaren>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: Normal CC: lewyssmith
Version: 7   
Target Milestone: ---   
Hardware: All   
OS: Linux   
See Also: https://bugs.mageia.org/show_bug.cgi?id=26278
Whiteboard:
Source RPM: dnf CVE:
Status comment:

Description Kristoffer Grundström 2020-10-12 00:14:57 CEST
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.
Comment 1 Lewis Smith 2020-10-13 17:20:53 CEST
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 => RESOLVED
Resolution: (none) => INVALID
See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=26278
CC: (none) => lewyssmith