- Sep 09, 2022
-
-
-
It overrides the installation of files, and in particular pkg-config files, so that they get patched and linked to $(PREFIX)/lib/pkgconfig immediately. There is no other functional change.
-
- Sep 21, 2020
-
-
Pierre Lamot authored
Qt 5.15 provide better startup performances on windows. This doesn't impact the qt minimal requirement to build VLC.
-
Pierre Lamot authored
Qt build tools shouldn't be installed in $(PREFIX)/bin because they aren't host tools. This is notably causing issues when building build tools from qt because it will use the same headers as the host which may be incompatible. This affect tools like qmltyperegistrar which is required to build Qt5.15 or qmlcachegen. They can't be installed in $(BUILDBINDIR)/bin because while most tools are agnostic of the host, some tools like qmake contains references to the host installation. qmake won't recognise tools installed as with HOST prefix (ie: bin/$(HOST)-moc). VLC configure script doesn't really care about the location of the tools as this one is retrieve through pkgconfig.
-
- Mar 10, 2020
-
-
Steve Lhomme authored
Co-authored-by:
Pierre Lamot <pierre@videolabs.io>
-
- May 07, 2019
-
-
Steve Lhomme authored
Get the library/pathes from the installed PRL files in PREFIX/plugins or PREFIX/qml and add it to Libs.Private in the .pc files. So the libraries are kept in those folders rather than copied in the libs directory. We get exactly the libs and order that qmake would use when linking.
-
- Apr 16, 2019
-
-
Konstantin Pavlov authored
-
- Apr 10, 2019
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Mar 06, 2019
-
-
Hugo Beauzée-Luyssen authored
-
- Nov 28, 2018
-
-
- Jun 29, 2018
-
-
Steve Lhomme authored
It's only installed when cross compiling
-
- Jun 16, 2018
-
-
Martin Storsjö authored
-
- Jun 14, 2018
-
-
Martin Storsjö authored
The form when no backup is saved for in-place edits differs between sed implementations; on macOS, the correct form is 'sed -i "" ...' while it is 'sed -i ...' on Linux. This form of saving an .orig file works the same on both. This fixes cross compiling Qt with contribs from macOS.
-
- Apr 07, 2018
-
-
According to https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html#index-recursion_002c-and-_002dj "the parent make and all the sub-makes will communicate to ensure that there are only ‘N’ jobs running at the same time between them all."
-
- Feb 21, 2018
-
-
Hugo Beauzée-Luyssen authored
Refs #19679 Fix #19654
-
- Nov 09, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Oct 14, 2017
-
-
* set QtSvg as a requirement on windows * fix link compilation order for mingw Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 12, 2017
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-