frafra / frakegps

Simulate a simple GPS device with gpsd or geoclue2
https://crates.io/crates/frakegps
GNU General Public License v3.0
26 stars 3 forks source link

libsoup3 support #26

Closed meerfrau closed 1 year ago

meerfrau commented 1 year ago

Hi Francesco,

it would be great if you could migrate away from libsoup2:

error: failed to run custom build command for `soup-sys v0.10.0`
  --- stderr
  Package libsoup-2.4 was not found in the pkg-config search path.

Is frakegps itself using soup-sys or just via https://github.com/tauri-apps/webkit2gtk-rs ?

frafra commented 1 year ago

Thanks for filling out this issue :)

Here is the dependency chain: frakegps -> web-view -> webview-sys -> webkit2gtk-sys -> soup-sys

It should be enough to do a version bump. I will do it over the weekend.

frafra commented 1 year ago

There are no updates for web-view or webview-sys, so a version bump is not enough. I should use wry instead, probably.

frafra commented 1 year ago

Fixed in aaefc6e8a9b47f8e8378d4340d73dcdf1d3a3420.