Search Criteria
Package Details: pipewire-screenaudio 0.3.4-2
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.33 |
| First Submitted: | 2023-07-12 19:40 (UTC) |
| Last Updated: | 2023-12-11 08:59 (UTC) |
Dependencies (5)
- gawk (gawk-gitAUR)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- util-linux (util-linux-selinuxAUR, util-linux-aesAUR)
- pipewire-screenaudio-librewolfAUR (optional) – Native Messaging for LibreWolf
Latest Comments
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).