Search Criteria
Package Details: pipewire-screenaudio 0.4.2-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pipewire-screenaudio.git (read-only, click to copy) |
|---|---|
| Package Base: | pipewire-screenaudio |
| Description: | Extension to passthrough pipewire audio to WebRTC Screenshare |
| Upstream URL: | https://github.com/IceDBorn/pipewire-screenaudio |
| Licenses: | GPL3 |
| Provides: | pipewire-screenaudio |
| Submitter: | jim3692 |
| Maintainer: | jim3692 (pwsateam) |
| Last Packager: | jim3692 |
| Votes: | 6 |
| Popularity: | 0.006684 |
| First Submitted: | 2023-07-12 19:40 (UTC) |
| Last Updated: | 2026-03-24 17:39 (UTC) |
Dependencies (4)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, placeholder-for-rustAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
Larslol140 commented on 2026-03-12 14:03 (UTC)
/usr/lib/mozilla/native-messaging-hosts/com.icedborn.pipewirescreenaudioconnector.jsonreferences/usr/lib/pipewire-screenaudio/connector-rs/target/debug/connector-rshowever only/usr/lib/pipewire-screenaudio/connector-rs/target/release/connector-rsis present.MagicAndWires commented on 2024-04-08 06:29 (UTC)
Hey there,
I noticed you're using the latest stable release (0.3.4 by way of referencing its commit) as the package's
sourcerather than the latest commit. Not a criticism, but is there a particular reason for this? Most people would expect a-gitor similar VCS package to build the absolute latest code available.As it is You could just drop the
-gitfrom the package name and use"${pkgurl}/archive/refs/tags/${pkgver}.tar.gz"source (meaning you can leave git as makedependecy as well).Alternatively you could leave the package as-is, and just point it at
"git+https://github.com/IceDBorn/pipewire-screenaudio.git" or "git+${pkgurl}.git".ghostshadow2601 commented on 2023-12-23 17:00 (UTC)
As you are using a git source, please add
gitto your makedepends, as chroot or otherwise clean builds will fail (Refer to the second Note point in the Wiki Article: https://wiki.archlinux.org/title/PKGBUILD#makedepends).