Skip to content
  1. Mar 16, 2024
  2. Mar 13, 2024
  3. Mar 12, 2024
  4. Mar 08, 2024
  5. Feb 18, 2024
  6. Feb 13, 2024
  7. Jan 07, 2024
  8. Jan 05, 2024
  9. Dec 13, 2023
    • Jan Tojnar's avatar
      Fix build with libxml 2.12 · b07f872d
      Jan Tojnar authored
      libxml2 2.12.0 reorganized headers, resulting in xmlReadMemory disappearing from scope.
      Let’s add the proper include containing the symbol.
      b07f872d
  10. Sep 21, 2023
  11. Sep 19, 2023
  12. Aug 08, 2023
  13. Jul 30, 2023
  14. Jul 20, 2023
  15. Jul 06, 2023
    • Bastien Nocera's avatar
      filesystem: Fix is-hidden warning browsing filesystem entries · 3eb6814a
      Bastien Nocera authored
      (grilo-test-ui-0.3:385073): GLib-GIO-CRITICAL **: 15:45:50.370: GFileInfo created without standard::is-hidden
      (grilo-test-ui-0.3:385073): GLib-GIO-CRITICAL **: 15:45:50.370: file ../../../../Projects/jhbuild/glib/gio/gfileinfo.c: line 1587 (g_file_info_get_is_hidden): should not be reached
      3eb6814a
  16. Apr 14, 2023
  17. Apr 11, 2023
  18. Apr 10, 2023
  19. Apr 03, 2023
  20. Apr 01, 2023
  21. Mar 31, 2023
    • Victor Toso's avatar
      ci: fix libsoup dependencies · d548f16e
      Victor Toso authored
      libdmapsharing4-devel is libsoup3 compatible while
      libdmapsharing-devel is libsoup2 compatible.
      d548f16e
    • Victor Toso's avatar
      build: dmap: fix usage of unset variable · fb3c0347
      Victor Toso authored
      If we are on libsoup2 enviroment but with dmap enable,
      meson will error out due a check in libdmapsharing4_dep:
      
          src/dmap/meson.build:39:7: ERROR: Unknown variable "libdmapsharing4_dep". This patch fixes this error.
      
      libdmapsharing4_dep is set only with libsoup3 but it only checks for
      libdmapsharing-4.0, so we can do that always and fix the error.
      fb3c0347
  22. Feb 22, 2023
  23. Feb 11, 2023
  24. Dec 14, 2022
  25. Dec 12, 2022
  26. Dec 09, 2022
  27. Sep 29, 2022
  28. Sep 27, 2022
    • Emmanuele Bassi's avatar
      build: Don't build dmap plugin when soup 3 is used · fef8823d
      Emmanuele Bassi authored
      As libdmapsharing doesn't support libsoup3 yet.
      
      Original patch by: Bastien Nocera <hadess@hadess.net>
      
      See: #85
      fef8823d
    • Emmanuele Bassi's avatar
      build: Fix libsoup dependency detection · 4e6ee4a6
      Emmanuele Bassi authored
      The current check fails in multiple ways:
      
      - the variable 'soupapiversion' needs to be checked in the pkg-config
        file; using get_variable() will only check inside the dependency's
        build system when used as a subproject
      - grilo does not have a variable named 'soupapiversion' anyway; it's
        called 'soup_api_version'
      - this is far from being idiomatic Meson
      
      We need to split the check into two:
      
      - check for pkg-config variables when using a system dependency
      - check for a variable in the internal dependency when using grilo as a
        subproject
      
      In order to make this work we are going to need the following MR in
      Grilo:
      
        grilo!95
      4e6ee4a6
  29. Sep 23, 2022