mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #191] [CLOSED] Support OpenBSD #448
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#448
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/191
Author: @klemensn
Created: 10/6/2021
Status: ❌ Closed
Base:
master← Head:openbsd📝 Commits (4)
cc0430eMention OpenBSD support8b55d30Set LIBCLANG_PATH for bindgen to workf658045Downgrade cpal to PR/feature branch adding OpenBSD supportb62e6caDisable nonexistent channel on OpenBSD, fix runtime panic📊 Changes
5 files changed (+140 additions, -52 deletions)
View changed files
➕
.cargo/config.toml(+4 -0)📝
Cargo.lock(+118 -49)📝
Cargo.toml(+2 -0)📝
README.md(+14 -2)📝
psst-core/src/audio/source.rs(+2 -1)📄 Description
Track merge requests in dependencies/crates and update documentation accordingly.
All patches required to run psst on OpenBSD/amd64 have been submitted upstream:
Dependencies have been carefully patched to merely integrate those patches
required for OpenBSD support, i.e. no new features or unrelated changes are
pulled in.
This makes
cargo buildproduce a working./target/debug/psst-gui.This is already enough to create an OpenBSD port (from my fork) and provide
working binary packages to users.
Input on how to best incorporate all this would be welcome, hence this draft.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.