Search Criteria
Package Details: wireplumber-git 0.5.4.r0.gdc6694f-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wireplumber-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wireplumber-git |
| Description: | Session / policy manager implementation for PipeWire |
| Upstream URL: | https://gitlab.freedesktop.org/pipewire/wireplumber |
| Keywords: | pipewire session wireplumber |
| Licenses: | MIT |
| Conflicts: | pipewire-media-session, wireplumber |
| Provides: | pipewire-session-manager, wireplumber |
| Submitter: | 1ace |
| Maintainer: | bin (PedroHLC) |
| Last Packager: | PedroHLC |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-08 14:21 (UTC) |
| Last Updated: | 2024-06-26 20:58 (UTC) |
Dependencies (15)
- libsystemd.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, lib32-systemd, systemd-libs)
- libwireplumber-gitAUR
- lua (pallene-luaAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- gobject-introspection (make)
- graphviz (make)
- lua (pallene-luaAUR) (make)
- meson (meson-gitAUR) (make)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR) (make)
- python-lxml (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
- pipewire-audio (pipewire-audio-gitAUR, pipewire-full-audio-gitAUR, pipewire-audio-ldacAUR) (check)
Required by (110)
- ags-hyprpanel-git (requires wireplumber)
- airpods-tui-bin (requires wireplumber) (optional)
- airpods-tui-git (requires wireplumber) (optional)
- arch-volume-osd (requires wireplumber) (optional)
- arctis-sound-manager (requires wireplumber)
- asfy-vol (requires wireplumber)
- asus-proart-px13-quirks (requires wireplumber)
- ayuz (requires wireplumber) (optional)
- ayuz-bin (requires wireplumber) (optional)
- ayuz-git (requires wireplumber) (optional)
- bar_daemon (requires wireplumber)
- blockdodger (requires wireplumber)
- bluetooth-bitrate-manager (requires wireplumber)
- chimera (requires wireplumber)
- cosmic-settings-daemon-git (requires wireplumber)
- deepin-kwin-git (requires pipewire-session-manager)
- delta-shell (requires wireplumber)
- delta-shell-git (requires wireplumber)
- dingtalk-wayland-screenshare-git (requires wireplumber)
- dropdeck-git (requires wireplumber)
- Show 90 more...
Latest Comments
« First ‹ Previous 1 2 3
1ace commented on 2021-03-13 23:42 (UTC)
@PedroHLC: sorry, I wrote a comment here, but obviously I forgot to post it...
Basically, @hexchain submitted an orphan request because I've been unresponsive (I kinda forgot about this package because I haven't been using it), so I disowned it after adding the people who commented to the maintainer group (and of course I forgot to add the person who prompted me to do this in the first place...)
PedroHLC commented on 2021-03-10 11:44 (UTC) (edited on 2021-03-10 11:47 (UTC) by PedroHLC)
I've refactored using upstream wireplumber's PKGBUILD, cherry-picked hexchain's system-lua, and added the mainstream pkgver.
Tested and it builds in a clean-container.
1ace gave me this package overnight, did my part, now I'm leaving...
EDIT: Sorry, forgot the "conflicts" and "provides", someone please add it...
hexchain commented on 2021-03-10 08:18 (UTC)
Here is the PKGBUILD I am currently using, in case anyone is interested: http://ix.io/2SjP
It uses system lua53 package, has a
backup=entry for the configuration files, splits documentation intowireplumber-docs, and disables stripping on the docs package to speed up build.bin commented on 2021-01-24 17:54 (UTC) (edited on 2021-01-24 18:06 (UTC) by bin)
You should also add
python-wheelas a dependency. I too am experiencing PedroHLC's issue withDocumentation enabled but gi-extension missing. It's probably better to not build the documentation anyway, so-D doc=disabledfixes it. Finally, you should add glib2 to your dependencies.PedroHLC commented on 2020-09-07 01:51 (UTC)
You should add
git,meson,cmakeandninjato makedepends, as specified in ArchWiki for builds in clean containers. As depends, you're missinggobject-introspection(otherwise fails withERROR: Program 'g-ir-scanner' not found).But then it fails for me with
Documentation enabled but gi-extension missingshaybox commented on 2020-07-17 19:11 (UTC) (edited on 2020-07-17 19:14 (UTC) by shaybox)
@1ace
Add meson to makedepends
Add gobject-introspection to depends
ax34 commented on 2020-07-16 18:48 (UTC)
« First ‹ Previous 1 2 3