Mario Zimmermann
Mario Zimmermann
Honestly, it would be interesting to have only one build system for all platforms. Only for macOS we already have two package managers: MacPorts and Homebrew. Both are well maintained...
How about downloading the signed source tarball by the github action instead of checking out the repository? Then the URL for the tarball can be specified by an environment variable.
> in fact macOS release scripts won’t work correctly if not run from git. ?? No problem here to run the (homebrew) build scripts from `packaging/macosx`...
> macports scripts use git describe to get package version. ah, I see the point. It's the final step when building the package. That would indeed require some rework of...
My guess here is a circular symbolic link from a directory to a directory somewhere higher in the same tree.
It is a locale issue and I can reproduce! In the german locale which I'm using (and @Pepa-D750's locale as well) the decimal separator is a comma. So f/2.8 gets...
In this case it is the locale which needs to be taken into account for the aperture values.
This was a comment regarding the code in the PR, you as the user doesn't have to change anything. So with this PR already merged in master it should work...
This is out of scope of this so please open a new issue.
We need to check if the OSD circle was clicked and let it handle the event. @ralfbrown are you currently working on this? I think I have a fix.