Skip to content
Snippets Groups Projects
  1. Apr 16, 2019
  2. Apr 15, 2019
  3. Apr 12, 2019
  4. Apr 05, 2019
    • Mathieu Duponchelle's avatar
      add libnice as a top-level subproject. · d3029ec0
      Mathieu Duponchelle authored
      When relying on a system-wide libnice, we end up not building
      the nice elements, which means we can't use them, and by extension
      webrtcbin, in the uninstalled environment.
      
      This also introduces a way to avoid checking the version of
      a given subproject, and makes use of it for libnice and pygobject,
      which only passed the version check by chance, as its current
      major version is 3.
      d3029ec0
  5. Apr 02, 2019
  6. Mar 29, 2019
  7. Mar 27, 2019
  8. Mar 17, 2019
    • Antonio Ospite's avatar
      gst-uninstalled: make the bash prompt override optional · 8af2376b
      Antonio Ospite authored
      When using a custom prompt the automatic override may not look good, so
      provide a mechanism to disable it.
      
      Document that the user will have to use GST_ENV manually when setting
      the prompt to have a visual indicator of the gst-uninstalled
      environment.
      8af2376b
  9. Mar 14, 2019
  10. Mar 03, 2019
  11. Feb 18, 2019
  12. Feb 14, 2019
  13. Feb 08, 2019
  14. Feb 06, 2019
  15. Feb 05, 2019
  16. Jan 29, 2019
  17. Jan 28, 2019
  18. Jan 24, 2019
    • Tim-Philipp Müller's avatar
      Configure gst-rtsp-server before gst-devtools · 33a36869
      Tim-Philipp Müller authored
      Since gst-devtools checks for gst-rtsp-server and will
      happily pick up an external dep which isn't what we want
      if we configure it as subproject afterwards.
      
      This assumes meson dicts are always stable, which may
      not necessarily be the case, but it seems to work in
      practice for now.
      
      See #16
      33a36869
    • Mathieu Duponchelle's avatar
      windows: unconditionally use flex / bison binaries · 2ffe372b
      Mathieu Duponchelle authored
      This to simplify the checks made when for example a flex binary
      is available system wide: the build process was failing when
      that system wide binary didn't have the required version. Instead
      of adding more checks and making things more complex, let's just
      always use our binary subproject.
      2ffe372b
  19. Jan 23, 2019
    • Xavier Claessens's avatar
      Add wrap file for libsoup and libpsl · 8c04a523
      Xavier Claessens authored
      libpsl is a dependency if libsoup that has an upstream Meson build
      system (in master only).
      
      libsoup also needs libxml2 but we already have a wrap file for it.
      
      The only remaining dependency that must come from the system is sqlite3.
      8c04a523
  20. Jan 04, 2019
  21. Dec 29, 2018
  22. Dec 18, 2018
  23. Dec 14, 2018
  24. Dec 11, 2018
    • Xavier Claessens's avatar
      Add example cross files · 81d8a8c7
      Xavier Claessens authored and Jordan Petridіs's avatar Jordan Petridіs committed
      These are example cross files that will be used by the CI. They
      could require manual editing to change hardcoded paths to toolchains
      when used on different environment.
      81d8a8c7
  25. Dec 06, 2018
Loading