kiwix-build/kiwixbuild
Matthieu Gautier d066655a73 Rebuild libkiwix 13.1.0
When releasing libzim and libkiwix, we use config native_mixed with is a
mix of static and dynamic linking:

- Dependencies are build as static libraries.
- Released projects (libzim/libkiwix) are build as dynamic libraries,
  statically linked to dependencies.

This way, we have only one `.so` file which contain all our needed symbols.

However, this logic is "local" to each project.
This mean that libkiwix is linked **statically** to libzim.
So libkiwix.so is containing libzim symbols.

But on "java-libkiwix", we are both linking to libzim.so and libkiwix.so.
If the version of the (dynamically) used libzim.so is not the same that the
version on which we have (statically) linked libkiwix.so, we end with
symbols of two different versions being loaded and conflicting.

So let's rebuild libkiwix with last version of libzim to avoid this conflict.
2024-06-28 09:50:52 +02:00
..
configs Do not print warning on windows 2024-06-07 15:36:58 +02:00
dependencies Use version 0.6.0 of ZIM testing suite 2024-06-22 14:55:32 +02:00
patches Build lzma using meson build system. 2024-06-07 15:36:58 +02:00
templates Use a specific cross_file on iOS cross compilation. 2020-02-21 16:29:23 +01:00
__init__.py Do not expect a full working environment when only asking for build dir. 2024-04-11 17:05:45 +02:00
__main__.py Create a real module kiwixbuild and make it installable. Split files. 2018-04-04 15:43:16 +02:00
_global.py Remove `backend` (internal) option. 2024-02-05 11:42:04 +01:00
buildenv.py Do not print warning on windows 2024-06-07 15:36:58 +02:00
builder.py Rename option `--target-platform` to `--config` 2024-02-05 18:03:11 +01:00
flathub.flatpakrepo Fix exe_wrapper. 2019-09-19 18:18:41 +02:00
flatpak_builder.py Rename option `--target-platform` to `--config` 2024-02-05 18:03:11 +01:00
packages.py Format our code with black 2024-02-05 11:41:09 +01:00
utils.py Do not set permission to 0 for extracted file. 2024-06-07 15:36:58 +02:00
versions.py Rebuild libkiwix 13.1.0 2024-06-28 09:50:52 +02:00