Adam Lamar
ac254d2082
Flatpak uses qt6
2024-12-21 11:38:49 -07:00
Emmanuel Engelhart
57e2c518c2
Use aria2c 1.37.0 in kiwix-desktop appimage
2024-12-19 13:27:34 +01:00
Emmanuel Engelhart
c8b2dd4fd8
Aria2c has to be stored on dev.kiwix.org
2024-12-18 15:17:39 +01:00
Veloman Yunkan
4d838cf4de
Fixed a bug in kiwix-desktop's source publishing step
...
The bug was there since 2018. It's strange that it didn't cause problems
with previous releases. The most plausible explanation is that this is
the first time when the sources of kiwix-desktop are being published
via this procedure.
2024-12-17 11:59:03 +04:00
Veloman Yunkan
680ff58756
Don't install curl tool
...
We only need the libcurl library. Building and installing the curl tool
leads to a build failure under Windows because of a missing "strip"
utility.
2024-11-22 19:30:13 +01:00
Veloman Yunkan
1c6994546c
Under Windows builds are forced to release mode
...
base_deps_meta_version was bumped so that the base dependencies archives for CI
workflows are recreated (we need only the Windows flavours of the
archives updated but such surgical intervention is not supported).
2024-11-22 19:59:28 +04:00
rgaudin
59778f4452
Disable GSS-API (via Kerberos which uses it) in libcurl compile
2024-10-17 10:50:39 +00:00
rgaudin
74767e6234
Disable libpsl when compiling libcurl
...
libpsl is a lib that provides the Public Suffix List: the list
of all TLDs.
It's an optional feature of libcurl that we dont need for libkiwix.
Leaving it included causes issues when compiling for apple_all_static
on x86_64 as libpsf is installed (and thus found by libcurl's configure)
but is obviously only for x86_64.
An alternative could be to either cross-compile it first and properly
reference that version.
That sounds like too much effort for a feature we know we dont need.
https://github.com/rockdaboot/libpsl
2024-10-16 09:52:17 +00:00
rgaudin
c58b209f33
Download libcurl patches from dev.kiwix.org
2024-10-16 09:42:03 +00:00
Veloman Yunkan
b2a756baa6
Enable IPv6 in meson build of libmicrohttpd under Windows
2024-10-08 17:04:29 +04:00
Matthieu Gautier
49b15d12b7
Remove cross-building libzim to win32.
...
Now we build libzim natively on Windows, we can remove cross-compilation
to Windows.
2024-09-10 09:25:24 +00:00
Matthieu Gautier
01655d3ce0
Use icu4c pre-compiled using MSVC2022 on Windows
2024-08-28 20:10:52 +02:00
Matthieu Gautier
7009841bcc
Make docoptcpp use boost.regex on Windows
...
std::regex is kind of broken on Windows[1].
[1] https://github.com/docopt/docopt.cpp/issues/49
2024-08-28 20:10:52 +02:00
Matthieu Gautier
ef94b2bea5
Add docoptcpp as dependency of kiwix-tools
2024-08-27 15:53:22 +02:00
Matthieu Gautier
147e98f7cb
Use our hosted archive for aarch toolschain.
...
Upstream have removed the archive with its new release.
2024-08-27 15:53:22 +02:00
Matthieu Gautier
93d3fdd14e
Build docoptcpp using Meson
2024-08-27 15:39:25 +02:00
Matthieu Gautier
a7f42fcc99
Compile zim-tools dependencies on Windows github CI.
2024-08-27 15:39:25 +02:00
Matthieu Gautier
667deb00c3
Activate testing of libkiwix on Windows
...
Now we have fixed libkiwix on Windows, we can activate testing it.
See kiwix/libkiwix#1113
2024-08-27 13:19:15 +02:00
Matthieu Gautier
d8b4d24d7f
Add more dependencies is base dependencies on Windows
2024-08-26 10:40:24 +02:00
Matthieu Gautier
ce4d03989b
Build only debug or release on Windows.
...
On Windows we cannot mix debug and release build.
So we have to choose only one.
2024-08-26 10:40:24 +02:00
Matthieu Gautier
7fbeb2fc6d
Move `-j4` option in `make_options`
...
This way we can remove it when on Windows.
2024-08-26 10:40:24 +02:00
Matthieu Gautier
3bdce3069a
Patch libmicrohttpd's meson to correctly detect size of `timeval.tv_sec`
2024-08-22 15:21:53 +02:00
Matthieu Gautier
f00fa4cbd6
Use prebuild aria2c on Windows
2024-08-21 15:11:42 +02:00
Matthieu Gautier
85d1bcff7e
Do not build pugixml in release mode.
...
All project must be either compile in debug or release on Windows.
2024-08-21 13:33:26 +02:00
Matthieu Gautier
6c8a9540bd
Build libmicrohttpd with meson
2024-08-21 13:33:26 +02:00
Matthieu Gautier
23a6b93fcc
Build libcurl with meson.
2024-08-21 13:33:26 +02:00
Matthieu Gautier
04d0ba6a92
Temporary deactivate test for libkiwix on Windows.
2024-08-21 13:33:26 +02:00
Matthieu Gautier
294c34ca80
Fix extract of meson archive.
...
Previous commit was removing the meson_archive.
Fix #723
2024-08-21 10:02:33 +02:00
Matthieu Gautier
edf1e4ce03
Fix pkg_config template for icu4c on Windows.
...
We must use `/` separator.
Meson post-process output of pkg-config. If we use `\`, it miss-interpret it
and libdir is broken.
2024-08-20 18:15:24 +02:00
Matthieu Gautier
00363fdc8c
Use prebuilt icu on Windows
2024-08-20 17:07:45 +02:00
Matthieu Gautier
f433b25013
Kiwix-build doesn't try to build qt nor qtwebengine
...
Fix #714
2024-08-19 12:11:38 +02:00
Matthieu Gautier
be232d790e
Add xapian-core to base dependencies on Windows.
2024-08-15 14:10:17 +02:00
Matthieu Gautier
28d02bfd7a
Deactivate xapian fuller compact on libzim.
...
This flag used on xapian-meson build on Windows ends in a crash in
libzim when compacting the database.
To be fixed at a moment but let's not use this flag for now on Windows
2024-08-15 14:09:15 +02:00
Matthieu Gautier
752bdd18ac
Build xapian with classic autotools on other platform than Windows.
...
The meson build fails on cross compiliation `win32_*` and
on `native_dyn` on Macos (but doesn't fail on `native_static` or
`native_mixed`...)
On top of that, the fact that xapian-meson build system is fluky on
Windows doesn't make me confident.
As I will be out for few months, I prefer keep the autotool build system
on already working configs.
2024-08-15 14:07:24 +02:00
Matthieu Gautier
942dba4d9c
Use git source for xapian.
...
We have move the meson build system (and various fixes) in a git
repository.
2024-08-15 14:03:59 +02:00
Matthieu Gautier
b589496076
Do not use custom data for icu4c on Windows.
...
Meson build system of ICU seems to not support custom data on Windows.
So let's use the default data on Windows.
2024-08-15 14:03:55 +02:00
Matthieu Gautier
f9b890c58d
Build xapian using meson build system.
2024-08-15 14:03:49 +02:00
Matthieu Gautier
8648e8bc27
Revert "Do not build libzim with xapian dependency on Windows."
...
This reverts commit 6bfe9ec8b1
.
2024-08-15 14:03:45 +02:00
Matthieu Gautier
907d39ab84
Update flatpak build
...
Fix https://github.com/flathub/org.kiwix.desktop/issues/10
Fix https://github.com/kiwix/kiwix-desktop/issues/961
2024-08-14 17:12:41 +02:00
Matthieu Gautier
c7bd6182e0
Do not hard-code qmake command
2024-07-08 15:25:54 +02:00
Emmanuel Engelhart
4b6c4a2547
Use version 0.6.0 of ZIM testing suite
2024-06-22 14:55:32 +02:00
Matthieu Gautier
e31147c7e5
Revert "WIP Use windows branch on windows CI"
...
This reverts commit 05fc3b409c
.
This was a temporary commit to make the PR compile with a dev branch of libzim.
Now PR on libzim is merged. We must remove this commit.
2024-06-17 10:11:03 +02:00
Matthieu Gautier
05fc3b409c
WIP Use windows branch on windows CI
2024-06-07 18:34:30 +02:00
Matthieu Gautier
d2d1f686b1
Build libzim on windows with werror=false
...
MSVC throw a lot of warning because we also must re-export stl symbols
used in our exported class.
See [1] and [2] (and links inside) for more information.
Especially [3] which seems to say that we should have issue at link time if
it compatibility issue occurs (and so easily catchable).
So I just remove the `werror=true` for now.
[1] https://stackoverflow.com/questions/16419318/one-way-of-eliminating-c4251-warning-when-using-stl-classes-in-the-dll-interface
[2] https://stackoverflow.com/questions/2132747/warning-c4251-when-building-a-dll-that-exports-a-class-containing-an-atlcstrin
2024-06-07 18:33:55 +02:00
Matthieu Gautier
46e58b763d
Don't depend on lzma.
2024-06-07 15:38:45 +02:00
Matthieu Gautier
6bfe9ec8b1
Do not build libzim with xapian dependency on Windows.
2024-06-07 15:38:05 +02:00
Matthieu Gautier
0e0ac010bb
Build icu4c using meson on Windows.
2024-06-07 15:36:58 +02:00
Matthieu Gautier
ca3d90d793
Use the correct path separator on Windows
2024-06-07 15:36:58 +02:00
Matthieu Gautier
baa4470ebb
Use setup command in meson.
2024-06-07 15:36:58 +02:00
Matthieu Gautier
3b0532b395
Update zstd
2024-06-07 15:36:58 +02:00