Search Criteria
Package Details: pipeswitchd 1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pipeswitchd.git (read-only, click to copy) |
---|---|
Package Base: | pipeswitchd |
Description: | Daemon for PipeWire that automatically links audio inputs and outputs based on regular expressions, similar to patchbay. |
Upstream URL: | https://github.com/Teascade/pipeswitch |
Keywords: | pipewire |
Licenses: | GPL3 |
Submitter: | teascade |
Maintainer: | teascade |
Last Packager: | teascade |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-12-02 21:03 (UTC) |
Last Updated: | 2022-12-02 22:21 (UTC) |
Dependencies (3)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
Latest Comments
teascade commented on 2024-12-09 21:04 (UTC)
@dreieck this is just the output of
cargo build
. As cargo does not have native support for downloading dependencies separately to building (as far as I know), I don't think there is a way to fix this.dreieck commented on 2024-12-09 13:20 (UTC)
Ahoj,
this
PKGBUILD
downloads stuff inbuild()
.This should not happen.
Please download the rust-specific dependencies in
prepare()
(and into a sub-directory of${srcdor}
).Regards and thanks for the package!
teascade commented on 2023-02-01 16:54 (UTC) (edited on 2023-02-01 17:01 (UTC) by teascade)
@dreieck Indeed the package is currently unable to build on latest versions. This is due to PipeWire version 0.3.64 and linking the rust bindings no longer work with the same version of the library as before. There hasn't also been a release from pipewire-rs which would fix this problem yet, so there is nothing I can do about this as of the moment. If someone needs to build this package manually, I would recommend rolling back to PipeWire 0.3.63 or earlier.
EDIT: Alternatively, what I would recommend for the time being, is for anyone who wants to use this package to simply use
pipeswitchd-bin
dreieck commented on 2023-02-01 16:49 (UTC)
Fails to build for me:
Regards!