Gerion Entrup
Gerion Entrup
Sorry, I'm using the Gentoo upstream Cadence with Pipewire at the meantime, so I have no interest in updating this PR (and cannot really test it). From a quick glance,...
- My PR contained a lot of additional dependencies. Have you checked that they are not needed anymore? Please add them, if they are needed. - Please unbundle harfbuzz as...
> At first glance seems protobuf could also be unbundled This does not work unfortunately, see this [upstream PR](https://github.com/organicmaps/organicmaps/pull/6310). To document this, I mentioned it in the commit message of...
> Fix the PYTHON_COMPAT and also use a versioned ebuild instead of a live ebuild The release tarball of OrganicMaps does not contain the needed bundled dependencies. Unbundling is complicated...
> > * My PR contained a lot of additional dependencies. Have you checked that they are not needed anymore? > > Organic Maps compiles and starts. Should I check...
> > and [fast_obj](https://github.com/thisistherk/fast_obj) > > But I see some releases here  Ah, I missed it. Youre right, then you could download the release tarball and copy it to...
qtbase contains a lot of libraries (managed by use flags). AFAIK, OM links against them directly, so please add them, too (OM will not build, if one of that useflag...
The same holds for the `custom_tgt` object that `fs.copyfile()` generates. Is it meaningful to _always_ create a dependency when a `full_path()` of a target or file is taken? In concrete...
> This is really just a special case of https://mesonbuild.com/FAQ.html#how-do-i-tell-meson-that-my-sources-use-generated-headers You are right but unfortunately, I cannot use the standard Meson `library` and `exectable` functions and have to invoke the...
> > > There is no custom_target equivalent of declare_dependency(). It sounds like you want one. > > > > > > I'm not quite sure what you mean with...