Verified Commit c272b790 authored by Roland Clobus's avatar Roland Clobus
Browse files

Issue with plugins.dat, which is generated by vlc-cache-gen

parent 9f54343c
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2486,3 +2486,7 @@ nondeterminstic_order_of_pkgconfig_dependencies_generated_by_meson:
    eg. "Requires.private: pixman-1, aml >= 0.3.0, aml < 0.4.0, […]"
    vs "Requires.private: pixman-1, aml < 0.4.0, aml >= 0.3.0, […]"
    Code is in `mesonbuild/modules/pkgconfig.py` in `src:meson`.
unsorted_cache_file_by_vlc-cache-gen:
  description: |
    File lists are generated in the plugins.dat file, which varies
    with the readdir() order.
+1 −0
Original line number Diff line number Diff line
@@ -33908,6 +33908,7 @@ vlc:
    - captures_build_path
    - user_hostname_manually_added_requiring_further_investigation
    - records_build_flags
    - unsorted_cache_file_by_vlc-cache-gen
  bugs:
    - 990247
    - 990248