Marius Schamschula
Marius Schamschula
That commit did fix it! See: https://github.com/macports/macports-ports/commit/82644daa56be5bfa1f6996bbe6092e0fcb3b51d1
> Marius, is it possible for this port to utilize the lib provided by `gmic-lib` or `gmic-clib`, to avoid having to compile the full GMIC source? It should. I haven't...
I just returned from a one month overseas trip. I've got a backlog of 42 ports to work through. However, I'll have a look.
Just a quick note: the issue can also be server side: I ran into this issue using Safari on the Mac. When I looked at the page using the Developer...
Related to the switch to `meson`: I'm trying to update the MacPorts Portfile to version 8.14.1. However I get the following error: > Main binary: /opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 > Build Options: -Dintrospection=enabled...
It turns out that I had to use `configure.post_args-append` to manually set `-Dintrospection=true`. Not setting it resulted in the same error, now complaining that the build options are `-Dintrospection=disabled -Dprefix=/opt/local`....
I think py-gmic is dead upstream. gmic is completely out of sync (way ahead) with py-gmic.
A stable MacPorts version has been available since fsearch 0.1.2 (June 20, 2022). The Portfile is @ https://github.com/macports/macports-ports/blob/b47d5d92b94c996d6543ca6ab3773b1dddd13de8/sysutils/fsearch/Portfile It shouldn't be too difficult to convert that to a brew formula.
> > eventually switching to meson yes > > Any progress regarding this? fwiw the bundled waf is yet again broken if try to use python 3.12 (3.12 still in...
> @Schamschula for the record, the 3.12 issues with imp are already fixed in git (by updating waf), but we're still waiting for release to include the change (issue #974)....