[vlc-devel] No package 'Qt5QuickControls2' found.

Pierre Lamot pierre at videolabs.io
Mon Jan 25 09:32:40 UTC 2021


Hi,

you will probably need to install theses packages that are runtime 
dependencies:

qml-module-qtgraphicaleffects qml-module-qtqml-models2
qml-module-qtquick-controls2 qml-module-qtquick-layouts
qml-module-qtquick-templates2 qml-module-qtquick-window2

regards


On 2021-01-23 09:29, Hongyi Zhao wrote:
> On Sat, Jan 23, 2021 at 4:25 PM Rémi Denis-Courmont <remi at remlab.net> 
> wrote:
>> 
>> Nihao,
>> 
>> Le lauantaina 23. tammikuuta 2021, 7.13.14 EET Hongyi Zhao a écrit :
>> > On Ubuntu 20.10, I try to compile the latest git master version of vlc
>> > with the following steps:
>> >
>> > $ sudo apt-get build-dep vlc
>> 
>> That will install the dependencies for whatever version of VLC is 
>> available in your Ubuntu release, so 3.0.something.
>> 
>> But you're building VLC 4.0 tree:
>> 
>> > $ git clone https://github.com/videolan/vlc.git videolan/vlc.git
>> > $ cd videolan/vlc.git/
>> > $ ./bootstrap
>> > $ ./configure
>> > [...]
>> > checking for Qt5Core >= 5.11.0 Qt5Widgets Qt5Gui Qt5Quick
>> > Qt5QuickWidgets Qt5QuickControls2 Qt5Svg... no
>> > configure: error: No package 'Qt5QuickControls2' found. If you want to
>> > build VLC without GUI, pass --disable-qt.
>> >
>> >
>> > It seems that there is no corresponding packages available for fixing
>> > this problem in the apt repo. Any hints for solving this problem are
>> > highly appreciated.
>> 
>> https://packages.ubuntu.com/search?searchon=contents&keywords=Qt5QuickControls2.pc&mode=exactfilename&suite=groovy&arch=any
> 
> Thanks a lot for letting me know this.
> 
> Regards,


More information about the vlc-devel mailing list