<div dir="auto"><div><br><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">вс, 11 мая 2025 г., 13:59 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have done many attempts, but always with the same error:<br>
<br>
ERROR: zimg >= 2.7.0 not found using pkg-config<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Check thirdparty/ffmpeg-7.0/ffbuild/config.log near the end .....</div><div dir="auto"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
In Arch, the zimg package files are as follows:<br>
<br>
/usr/include/zimg++.hpp<br>
/usr/include/zimg.h<br>
<br>
/usr/lib/libzimg.so<br>
/usr/lib/libzimg.so.2<br>
/usr/lib/libzimg.so.2.0.0<br>
/usr/lib/pkgconfig/zimg.pc<br>
<br>
One question: what is “pkg-config”? A CinGG's script? A system script?<br>
I search this:<br>
<a href="https://people.freedesktop.org/~dbn/pkg-config-guide.html" rel="noreferrer noreferrer" target="_blank">https://people.freedesktop.org/~dbn/pkg-config-guide.html</a><br>
<br>
He seems to see the library:<br>
sudo pkg-config --list-all zimg | grep zimg<br>
zimg zimg - Scaling, colorspace conversion,<br>
and dithering library<br>
<br>
<br>
sudo pkg-config --simulate zimg<br>
node 'virtual:world' {<br>
dependency 'zimg';<br>
};<br>
node 'zimg' {<br>
version = '3.0.5';<br>
<br>
I suppose pkg-config can't see the *.pc file in<br>
/usr/lib/pkgconfig/zimg.pc, and I tried editing<br>
/usr/lib/pkgconfig/zimg.pc by putting in:<br>
<br>
libdir=${exec_prefix}/lib/pkgconfig<br>
<br>
But I keep getting the same error. Any advice?<br>
</blockquote></div></div></div>