summaryrefslogtreecommitdiff
path: root/games/jumpy/files/patch-gilrs
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-12-15 23:16:05 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-12-16 10:05:51 +0100
commit012efda7be969dd152418bc5cc8d0e19a0e09234 (patch)
treea42a671148c03a8a4802c328a10f8c3a25f8fbb2 /games/jumpy/files/patch-gilrs
parentnet-im/signal-desktop: Update to 6.42.0 (diff)
games/jumpy: update to 0.9.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.0 Reported by: GitHub (watch releases)
Diffstat (limited to 'games/jumpy/files/patch-gilrs')
-rw-r--r--games/jumpy/files/patch-gilrs125
1 files changed, 125 insertions, 0 deletions
diff --git a/games/jumpy/files/patch-gilrs b/games/jumpy/files/patch-gilrs
index c92fe9ad3aa5..6c6b2de416e1 100644
--- a/games/jumpy/files/patch-gilrs
+++ b/games/jumpy/files/patch-gilrs
@@ -23,6 +23,131 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd`
| | help: a similar name exists in the module: `event`
| no `epoll` in `sys`
+--- Cargo.lock.orig 2023-12-15 22:16:05 UTC
++++ Cargo.lock
+@@ -2196,9 +2196,9 @@ name = "gilrs"
+
+ [[package]]
+ name = "gilrs"
+-version = "0.10.4"
++version = "0.10.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "d8b2e57a9cb946b5d04ae8638c5f554abb5a9f82c4c950fd5b1fee6d119592fb"
++checksum = "62fd19844d0eb919aca41d3e4ea0e0b6bf60e1e827558b101c269015b8f5f27a"
+ dependencies = [
+ "fnv",
+ "gilrs-core",
+@@ -2209,23 +2209,22 @@ name = "gilrs-core"
+
+ [[package]]
+ name = "gilrs-core"
+-version = "0.5.9"
++version = "0.5.7"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "178769da179a47b187837d1ab2b5b9b684a21180166a77a4ca37e7e58ee3833d"
++checksum = "5ccc99e9b8d63ffcaa334c4babfa31f46e156618a11f63efb6e8e6bcb37b830d"
+ dependencies = [
+ "core-foundation",
+- "inotify 0.10.2",
+ "io-kit-sys",
+ "js-sys",
+ "libc",
+ "libudev-sys",
+ "log",
+- "nix 0.27.1",
++ "nix 0.26.4",
+ "uuid",
+ "vec_map",
+ "wasm-bindgen",
+ "web-sys",
+- "windows 0.51.1",
++ "windows 0.44.0",
+ ]
+
+ [[package]]
+@@ -2462,17 +2461,6 @@ dependencies = [
+ ]
+
+ [[package]]
+-name = "inotify"
+-version = "0.10.2"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
+-dependencies = [
+- "bitflags 1.3.2",
+- "inotify-sys",
+- "libc",
+-]
+-
+-[[package]]
+ name = "inotify-sys"
+ version = "0.1.5"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+@@ -2514,9 +2502,9 @@ name = "io-kit-sys"
+
+ [[package]]
+ name = "io-kit-sys"
+-version = "0.4.0"
++version = "0.3.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "4769cb30e5dcf1710fc6730d3e94f78c47723a014a567de385e113c737394640"
++checksum = "9b2d4429acc1deff0fbdece0325b4997bdb02b2c245ab7023fd5deca0f6348de"
+ dependencies = [
+ "core-foundation-sys",
+ "mach2",
+@@ -3060,17 +3048,6 @@ dependencies = [
+ ]
+
+ [[package]]
+-name = "nix"
+-version = "0.27.1"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
+-dependencies = [
+- "bitflags 2.4.1",
+- "cfg-if",
+- "libc",
+-]
+-
+-[[package]]
+ name = "nohash-hasher"
+ version = "0.2.0"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+@@ -3107,7 +3084,7 @@ dependencies = [
+ "crossbeam-channel",
+ "filetime",
+ "fsevent-sys",
+- "inotify 0.9.6",
++ "inotify",
+ "kqueue",
+ "libc",
+ "log",
+@@ -5039,25 +5016,6 @@ dependencies = [
+ dependencies = [
+ "windows-implement",
+ "windows-interface",
+- "windows-targets 0.48.5",
+-]
+-
+-[[package]]
+-name = "windows"
+-version = "0.51.1"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
+-dependencies = [
+- "windows-core",
+- "windows-targets 0.48.5",
+-]
+-
+-[[package]]
+-name = "windows-core"
+-version = "0.51.1"
+-source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
+-dependencies = [
+ "windows-targets 0.48.5",
+ ]
+
--- cargo-crates/gilrs-0.10.2/examples/ev.rs.orig 1970-01-01 00:00:00 UTC
+++ cargo-crates/gilrs-0.10.2/examples/ev.rs
@@ -9,6 +9,8 @@ use std::process;