[PR #191] [CLOSED] Support OpenBSD #448

Closed
opened 2026-02-28 14:33:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/191
Author: @klemensn
Created: 10/6/2021
Status: Closed

Base: masterHead: openbsd


📝 Commits (4)

  • cc0430e Mention OpenBSD support
  • 8b55d30 Set LIBCLANG_PATH for bindgen to work
  • f658045 Downgrade cpal to PR/feature branch adding OpenBSD support
  • b62e6ca Disable 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 build produce 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/191 **Author:** [@klemensn](https://github.com/klemensn) **Created:** 10/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `openbsd` --- ### 📝 Commits (4) - [`cc0430e`](https://github.com/jpochyla/psst/commit/cc0430e9cbc5055352c114a492024e6282bd398a) Mention OpenBSD support - [`8b55d30`](https://github.com/jpochyla/psst/commit/8b55d30fc3d4d3090252a6e9d8e667286018226a) Set LIBCLANG_PATH for bindgen to work - [`f658045`](https://github.com/jpochyla/psst/commit/f65804579f92f85f112c18d9e8933c614754176b) Downgrade cpal to PR/feature branch adding OpenBSD support - [`b62e6ca`](https://github.com/jpochyla/psst/commit/b62e6ca4e05998353bba35c385426a9792088f33) Disable nonexistent channel on OpenBSD, fix runtime panic ### 📊 Changes **5 files changed** (+140 additions, -52 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description Track merge requests in dependencies/crates and update documentation accordingly. All patches required to run psst on OpenBSD/amd64 have been submitted upstream: - https://github.com/ExPixel/miniaudio-rs/pull/75 - https://github.com/linebender/druid/pull/1993 - https://github.com/linebender/piet/pull/466 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 build` produce 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#448
No description provided.