[Cin] zscale's tonemapping on input
Andrew Randrianasulu
randrianasulu at gmail.com
Sun May 11 13:02:08 CEST 2025
вс, 11 мая 2025 г., 13:59 Andrea paz <gamberucci.andrea at gmail.com>:
> I have done many attempts, but always with the same error:
>
> ERROR: zimg >= 2.7.0 not found using pkg-config
>
Check thirdparty/ffmpeg-7.0/ffbuild/config.log near the end .....
>
> In Arch, the zimg package files are as follows:
>
> /usr/include/zimg++.hpp
> /usr/include/zimg.h
>
> /usr/lib/libzimg.so
> /usr/lib/libzimg.so.2
> /usr/lib/libzimg.so.2.0.0
> /usr/lib/pkgconfig/zimg.pc
>
> One question: what is “pkg-config”? A CinGG's script? A system script?
> I search this:
> https://people.freedesktop.org/~dbn/pkg-config-guide.html
>
> He seems to see the library:
> sudo pkg-config --list-all zimg | grep zimg
> zimg zimg - Scaling, colorspace conversion,
> and dithering library
>
>
> sudo pkg-config --simulate zimg
> node 'virtual:world' {
> dependency 'zimg';
> };
> node 'zimg' {
> version = '3.0.5';
>
> I suppose pkg-config can't see the *.pc file in
> /usr/lib/pkgconfig/zimg.pc, and I tried editing
> /usr/lib/pkgconfig/zimg.pc by putting in:
>
> libdir=${exec_prefix}/lib/pkgconfig
>
> But I keep getting the same error. Any advice?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20250511/7115ddba/attachment.htm>
More information about the Cin
mailing list