Rudi Heitbaum

Results 330 comments of Rudi Heitbaum

I did a quick test on this and the .pc file is operationally the same as before. ``` diff -Nu opus.pc opus.pc.286 --- opus.pc 2024-03-14 13:24:42.326119773 +0000 +++ opus.pc.286 2024-03-14...

Closing as this is superseded by - #7202

Closing - new version of librespot (LE12) added, but Official back port to le9 or le10 not planned. - #7732

> Note that this actually builds correctly, because the error message from version.py is printed to the console, and its error code is checked by `meson --internal vcstagger` which then...

Using rsync 3.3.0pre1 compiled on Ubuntu:jammy and gcc-12 I have had no issue. But compiling the same rsync with gcc-13 on Ubuntu:noble. And then using rsync in a kernel build...

Ok: having a more detailed look: ### meson install_pkg ``` ./usr/lib/pkgconfig/nlohmann_json.pc ./usr/include/nlohmann/json_fwd.hpp ./usr/include/nlohmann/json.hpp ``` ### cmake install_pkg ``` ./usr/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake ./usr/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake ./usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake ./usr/share/pkgconfig/nlohmann_json.pc ./usr/include/nlohmann/detail/string_concat.hpp ./usr/include/nlohmann/detail/string_escape.hpp ./usr/include/nlohmann/detail/value_t.hpp ./usr/include/nlohmann/detail/macro_scope.hpp ./usr/include/nlohmann/detail/abi_macros.hpp ./usr/include/nlohmann/detail/iterators ./usr/include/nlohmann/detail/iterators/iter_impl.hpp ./usr/include/nlohmann/detail/iterators/primitive_iterator.hpp...

ls -l total 16 -rw-r--r-- 1 docker docker 620 Dec 18 08:07 nlohmann_jsonConfig.cmake -rw-r--r-- 1 docker docker 676 Dec 18 08:07 nlohmann_jsonConfigVersion.cmake -rw-r--r-- 1 docker docker 4449 Dec 18 08:07...

Using this patch the resulting .pc file is - similar to that of the configure output. ``` … prefix=/usr exec_prefix=${prefix} libdir=/usr/lib includedir=${prefix}/include supported_protocols="FILE FTP FTPS HTTP HTTPS IPFS IPNS RTMP...

> Do you deem it good enough? 👍Looks great