Package: rust-pipewire / 0.8.0-8

Metadata

Package Version Patches format
rust-pipewire 0.8.0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix example.patch | (download)

examples/audio-capture.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
use mem zeroed.patch | (download)

src/loop_.rs | 8 4 + 4 - 0 !
src/thread_loop.rs | 9 4 + 5 - 0 !
2 files changed, 8 insertions(+), 9 deletions(-)

 use mem::zeroed to create zero timespec.
 When time64 is enabled, glibc adds padding to struct timespec,
 on time64 architectures.Unfortunately this means that timespecs can't
 be created in the normal way in rust.

 Instead we create the structure using std::mem::zeroed and use
 member access to fill it in.
nix 0.29.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/channel.rs | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---
nix 0.30.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/channel.rs | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---