Skip to content
Snippets Groups Projects
  1. Apr 19, 2019
  2. Apr 17, 2019
  3. Apr 16, 2019
  4. Apr 15, 2019
  5. Apr 12, 2019
  6. 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
  7. Apr 02, 2019
  8. Mar 29, 2019
  9. Mar 27, 2019
  10. 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
  11. Mar 14, 2019
  12. Mar 03, 2019
  13. Feb 18, 2019
  14. Feb 14, 2019
  15. Feb 08, 2019
  16. Feb 06, 2019
  17. Feb 05, 2019
  18. Jan 29, 2019
  19. Jan 28, 2019
  20. 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
  21. 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
  22. Jan 04, 2019
  23. Dec 29, 2018
Loading