Alexander Neumann
Alexander Neumann
Patch for ffmpeg is here: https://aur.archlinux.org/cgit/aur.git/tree/040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch?h=ffmpeg-intel-full-git
v142 looks like wrong toolset. You want the version without mentioning toolset (which should be v143). (or it should be mentioning newest)
https://github.com/KDAB/KDDockWidgets/blob/eb4304f39c706862fa698dc59122ae95fc58c26c/CMakeLists.txt#L162-L213 Definitely auto detected deps here.
Broken by #35882 removing `-DKDDockWidgets_QTQUICK=OFF` and not controlling `KDDockWidgets_FRONTENDS` explicitly (since that seems to be the new way to control it). @MonicaLiu0311 please fix your introduced regression
Just for reference: vcpkg is renaming all static libs to follow the native naming on windows because otherwise CMake and Autotools +pkg-config are completely broken. Since it breaks pkg-config it...
> hardcode one or the other of static vs. shared libraries. your approach is already broken so ..... (in exactly the same way on windows) pkg-config has the cmd line...
> We didn't ignore it. We don't use it because it has (had?) a bug where it would blindly put the .lib suffix on incorrect parts of the Libs: line...
https://github.com/microsoft/vcpkg/pull/29034#issuecomment-1405686024 (try building python3 with these triplets)
https://github.com/microsoft/vcpkg/pull/25897 waiting for #28773 and #27694
> My proposal here is to only support clang/LLVM for Windows using the MSVC-like clang-cl.exe front end. The true home of that triplet is https://github.com/Neumann-A/my-vcpkg-triplets/blob/master/x64-win-llvm.cmake > The numerous patches you...