LigH
LigH
Once an index fle is built, it is assumed to be valid as long as any source file with the original name exists, no matter if the source file has...
Compiling zimg in [jb-alvarado's media-autobuild_suite](https://github.com/jb-alvarado/media-autobuild_suite) exposes the following build error: ``` ├ Running make... Likely error: ../src/zimg/depth/x86/dither_avx512.cpp: In function '__m512i zimg::depth::{anonymous}::ordered_dither_avx512_xiter(__m512, unsigned int, const float*, unsigned int, unsigned int, const...
Please excuse if the location for this issue is wrong; but it seemed to be the most specific project's tracker to me. When **pacman-key** is used in a Windows batch,...
Apparently there are no INI/CLI options to disable building of: * vorbis-tools * opus, opusfile, libopusenc, opus-tools * lame 3.100 so they are always checked for updates even when you...
2022-06-05 **curl** * 0003-libpsl-static-libs.patch **ffmpeg** * master-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch *BTW: How can I strip the **compile.log** off of ANSI color codes when the suite finished successfully? Usually it only creates stripped log...
I already removed local32/lib/pkgconfig/tesseract.pc to force reinstallation. Current content: ``` prefix=/local32 exec_prefix=${prefix} bindir=/local32/bin-global datarootdir = ${prefix}/share datadir=/local32/bin-global libdir=${exec_prefix}/lib includedir=${prefix}/include Name: tesseract Description: An OCR Engine that was developed at HP...
Successor of the WebP image format [Website](https://chromium.googlesource.com/codecs/libwebp2/) [git repo](https://chromium.googlesource.com/codecs/libwebp2) No hurry. May not be supported in ffmpeg yet, anyway. ------ 😡 Since Microsoft bought github, they added something to the...
Sometimes when compiling a Qt5 project for the first time, one of the projects fails creating cache files. One example: ``` ... ccache g++ -c -fno-keep-inline-dllexport -O2 -std=c++1z -fno-exceptions -Wall...
There have been several issues compiling C++ projects in GCC 10.1 under MSYS2/MinGW recently, usually missing an explicit include of cstd... headers. This project seems to be one of them:...
Details available in [media-autobuild suite issue 1606](https://github.com/m-ab-s/media-autobuild_suite/issues/1606) ``` /opt/cargo/bin/cargo.exe cinstall --release --prefix /build/rav1e-git/install-32bit --jobs 3 error: could not execute process `E:/MABS/msys64/opt/cargo\bin\cargo-cinstall.exe cinstall --release --prefix 'E:/MABS/build/rav1e-git/install-32bit' --jobs 3` (never executed) Caused...