On Sat, 02 Jul 2022 15:41:43 +0200 Pier Angelo Vendrame
<vogliadifarnie...@gmail.com> wrote:
> For Python 3, Zbar includes a GIR-based widget, which can will be
loaded by the
> gi module when it finds ZBar-1.0.gir and ZBar-1.0.typelib in the
system (which
> are generated by the aformentioned libraries).
After some other tests, I found that only ZBar-1.0.typelib is needed in
runtime, ZBar-1.0.gir is only a middle representation created during the
build.
However, I think that make install will handle this correctly (but I
have not tried, I have only tried make, and to use the created file with
GI_TYPELIB_PATH).
Thanks again,
Pier Angelo Vendrame