Jussi Pakkanen

Results 20 issues of Jussi Pakkanen

This is #45093 rebased to work against the current master. It also has some minor correctness fixes. I only tested this on Linux where the build completes and can be...

feature proposal
topic:buildsystem

This is a longer and more elaborate version of #13. Suppose that you'd like to develop a Flatpak app, which has the following requirements (fairly typical in game projects, for...

Ages ago we had an idea about a "wrap day" when people would gather to create wraps for common libraries and submit them to wrapdb. Maybe we could look into...

I got a feedback comment that the project pages on wrapdb are a bit spartan. Perhaps a description could be added to each package. It does not have to be...

Currently all projects are listed on a single page. This will become tedious as the amount of projects grows. Add some sort of paging to this page to make browsing...

enhancement

Now that wrapdb is back up (thanks for all who fixed it), maybe we should do some work on relaunching it and build back some trust. Maybe something like: -...

I was chatting with @whot at LCA yesterday and it turns out that it is possible to get wrapdb hosted on freedesktop.org. This would be great for us because their...

### Describe the issue This was originally reported as a [Meson WrapDB issue](https://github.com/mesonbuild/wrapdb/pull/884). Basically downloading the release archive via [this link](https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz) reports a different checksum now that it used to....

When building a CapyPDF releases I now get the following error on Windows: ``` Traceback (most recent call last): File "C:\python\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 353, in main() File "C:\python\lib\site-packages\pyproject_hooks\_in_process\_in_process.py", line 335, in...

Currently option values for a target are store in the target object as a "view". This works for the current setup but is very inconvenient for #9398. This MR refactors...

refactoring
options