Search Criteria
Package Details: pwvucontrol 0.5.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pwvucontrol.git (read-only, click to copy) |
|---|---|
| Package Base: | pwvucontrol |
| Description: | Pipewire volume control for GNOME |
| Upstream URL: | https://github.com/saivert/pwvucontrol |
| Licenses: | GPL-3.0-only |
| Submitter: | moabeat |
| Maintainer: | moabeat |
| Last Packager: | moabeat |
| Votes: | 41 |
| Popularity: | 1.32 |
| First Submitted: | 2024-08-05 21:06 (UTC) |
| Last Updated: | 2026-05-09 19:07 (UTC) |
Dependencies (9)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- wireplumber (wireplumber-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- meson (meson-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
Latest Comments
1 2 3 Next › Last »
yochananmarqos commented on 2026-05-09 18:00 (UTC)
@moabeat: As of 0.5.2, this now requires
blueprint-compilerto build.gitis not needed at all. This also usesappstream-glibin the Meson test for validating the AppStream file and should be added to checkdepends().Eeems commented on 2026-03-16 08:01 (UTC)
This has been failing to compile since the 14th. You can find more information in the upstream issue where I added my investigation: https://github.com/saivert/pwvucontrol/issues/99#issuecomment-4065764789
carsme commented on 2026-01-05 18:08 (UTC)
@moabeat Realized the lack of support for latest wireplumber.. I'll have to hold off until that is resolved.
Thanks anyways!
moabeat commented on 2026-01-05 18:07 (UTC)
@carsme Sure! I am happy to see it in the official repositories! However, you would need to take into account, the latest release version still uses the earlier version 0.4.17 of libwireplumber which is also in the AUR. Upstream struggles with moving to version 0.5.x, as the
wireplumber-rscrate seems to be not actively maintained anymore. But there are some good news lately for another solution.Unfortunately, on top of this, I made a mistake when creating this package and wrongly named it
libwireplumber-4.0-compat. This could be a good time to correct it and name it correctlylibwireplumber-0.4-compat.The 0BSD license has been added to both packages now. Cheers!
carsme commented on 2026-01-05 17:44 (UTC)
I'm planning to move this to the official repositories. In order to base our package on your PKGBUILD, we'll need you to license it under 0BSD, see https://rfc.archlinux.page/0040-license-package-sources/.
Could you add a 0BSD license file to the repository? Alternatively, run
pkgctl license setupand it will do it for you.Thanks for maintaining this so far!
scott commented on 2025-11-27 11:17 (UTC) (edited on 2025-11-27 12:11 (UTC) by scott)
The following comment might be useful for noobies like me who install rust as a dependency here (in my case as a result of installing libwireplumber-4.0-compat. The version of
cargothat pacman installed with rust or rust up were old enough that the result ofmakepkg -sriof pwvucontrol ends badly:Various posts online suggest that you can just edit the top line of the lock file from "4" to "3". Unfortunately, the lock file is generated during the build process, so the lockfile is overwritten.
Since I don't know much more about rust than its existence, it took me some time to understand that the correct way to update cargo is just to run the command
Note that you do this as user, not as root. (Running it as root will update /usr/bin/cargo, but if you installed rust as a dependency of libwireplumber-4.0-compat as i did, via makepkg, you have ~/.cargo/bin/cargo)
Bottom line: if you get that lockfile error, do
rustup updatemoabeat commented on 2025-10-19 13:33 (UTC)
You are right, thank you very much for pointing this out! I will adapt this latest with the next upstream release. I think it doesn't need a new package release only for that, as this is only a minor inconvenience.
hardfalcon commented on 2025-10-19 03:00 (UTC)
I can confirm yochananmarqos's comment. pwvucontrol 0.5.0-1 builds fine in a clean chroot without
cmake.yochananmarqos commented on 2025-10-18 16:25 (UTC)
@moabeat: This does not require
cmaketo build.vaurelios commented on 2025-09-23 00:39 (UTC) (edited on 2025-09-23 00:39 (UTC) by vaurelios)
The 0.4.9 version doesn't build on rust versions < 1.80. Github Issue.
1 2 3 Next › Last »