<div dir="auto">so, I tried to fix it in brutal way<div dir="auto"><br></div><div dir="auto">download and unpack opencv 4.8.1 from their sf page.</div><div dir="auto">98 mb or so</div><div dir="auto">cd into it</div><div dir="auto"><br></div><div dir="auto">cd opencv-opencv-7d2cb72/<br></div><div dir="auto"><br></div><div dir="auto">mkdir build</div><div dir="auto">cd build</div><div dir="auto">cmake ..</div><div dir="auto"><br></div><div dir="auto">try make, it will take some time.</div><div dir="auto"><br></div><div dir="auto">but even if build fails we mostly interested in .cache directory.</div><div dir="auto"><br></div><div dir="auto">../../../opencv-opencv-7d2cb72/.cache/ade/fa4b3e25167319cb0fa9432ef8281945-v0.1.2a.zip<br></div><div dir="auto"><br></div><div dir="auto">copy that in our unpacked archive instead of 0.1.1f</div><div dir="auto"><br></div><div dir="auto">download our archive from <a href="https://cinelerra-gg.org/download/opencv/opencv-20200306.tgz" rel="noreferrer noreferrer noreferrer" target="_blank">https://cinelerra-gg.org/download/opencv/opencv-20200306.tgz</a></div><div dir="auto"><br></div><div dir="auto">unpack it into DIFFERENT directory.</div><div dir="auto"><br></div><div dir="auto">change this file </div><div dir="auto"><br></div><div dir="auto">AND also search for cmake downloader and replace it with one updated from same 4.8.1 distribution</div><div dir="auto"><br></div><div dir="auto">modules/gapi/cmake/DownloadADE.cmake<br></div><div dir="auto"><br></div><div dir="auto">now from rootof directory  where two dirs from our archive {now updated} exist you can call</div><div dir="auto"><br></div><div dir="auto">tar -cvzf ../opencv-20200306-f.tgz .</div><div dir="auto"><br></div><div dir="auto">and put this new archive into thirdparty and call configure with new file name. </div><div dir="auto"><br></div><div dir="auto">Hopefully it will works even on fedora 38+ </div><div dir="auto"><br></div><div dir="auto">Currently testing on Slakel current , but I tried to be smart and cut down build module lest, and this took few rebuilds to get right.</div></div>