Skip to content
Snippets Groups Projects
  1. Sep 09, 2022
  2. Sep 21, 2020
    • Pierre Lamot's avatar
      contrib: qt: update qt version to 5.15.1 · 3a3bcc45
      Pierre Lamot authored
        Qt 5.15 provide better startup performances on windows.
        This doesn't impact the qt minimal requirement to build VLC.
      3a3bcc45
    • Pierre Lamot's avatar
      contrib: qt: install qt build tools in a separate directory · 351c2b5a
      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.
      351c2b5a
  3. Mar 10, 2020
  4. May 07, 2019
    • Steve Lhomme's avatar
      contrib: qt: Add static plugins/qml modules to the static pkg-config · 32c57ced
      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.
      32c57ced
  5. Apr 16, 2019
  6. Apr 10, 2019
  7. Mar 06, 2019
  8. Nov 28, 2018
  9. Jun 29, 2018
  10. Jun 16, 2018
  11. Jun 14, 2018
    • Martin Storsjö's avatar
      contrib: Always use the -i.orig form for in-place sed edits · 2e8f43fd
      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.
      2e8f43fd
  12. Apr 07, 2018
  13. Feb 21, 2018
  14. Nov 09, 2017
  15. Oct 14, 2017
  16. Oct 12, 2017
Loading