Xavier Claessens

Results 101 comments of Xavier Claessens

> Unfortunately the bug still happens on my windows setup where pkconfig finds the pc file for glib but the binaries are not in PATH @dabrain34 can you attach logs...

@dabrain34 Ok, this PR worked fine as you can see there: `gstreamer| Program glib-mkenums found: YES (C:\Users\scerveau\AppData\Local\Programs\Python\Python39\python.exe C:/gstreamer/1.0/msvc_x86_64/bin/glib-mkenums)` Howerver, later gst-plugins-base lookup glib-mkenums manually with `glib_mkenums = find_program('glib-mkenums')` and that's...

Rebased, I think it was ready to be merged but then got forgotten.

> `./meson.py setup builddir --backend=null` OOC, does it work `default_options: 'backend=null'` ?

Nitpicking, personally I would name it "none" instead of "null".

> Having a solution to these problems is crucial for more than python -- @dcbaker needs it to unblock proper rust support in Mesa, and waiting for 2027 isn't a...

@nanonyme I have been suggesting doing that since the beginning, for me that's fine, but I don't think @jpakkane and @eli-schwartz agree. ``` try: # py11 import tomllib except ImportError:...

@dcbaker Gave this PR a try against GStreamer and it fails with that error: ``` subprojects/gstreamer/gst/meson.build:253:0: ERROR: library got unknown keyword arguments "darwin_versions" ```

@dcbaker My general feeling is this PR is great and has been waiting for way too long already. But it is also very high risk of regressions, it's impossible to...