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-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd, systemd-libs)
- libwireplumber-gitAUR
- lua
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (make)
- graphviz (make)
- lua (make)
- meson (meson-gitAUR) (make)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR) (make)
- python-lxml (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- pipewire-audio (pipewire-audio-gitAUR, pipewire-full-audio-gitAUR) (check)
Required by (41)
- chimera (requires wireplumber)
- deepin-kwin-git (requires pipewire-session-manager)
- gst-plugin-pipewire-full-git (requires pipewire-session-manager)
- indi-3rdparty-libs (requires wireplumber)
- inpulse-to-talk (requires wireplumber) (optional)
- kwin-frog-fifo-v1 (requires pipewire-session-manager)
- kwin-git (requires pipewire-session-manager)
- kwin-unredir (requires pipewire-session-manager)
- mist-de (requires wireplumber)
- obs-pipewire-audio-capture (requires wireplumber)
- obs-pipewire-audio-capture-bin (requires wireplumber)
- obs-pipewire-audio-capture-multiple-git (requires wireplumber)
- okki-status (requires wireplumber) (optional)
- opengamepadui-bin (requires wireplumber) (optional)
- opengamepadui-git (requires wireplumber) (optional)
- pipewire-alsa-git (requires pipewire-session-manager)
- pipewire-autostart (requires wireplumber)
- pipewire-full-alsa-git (requires pipewire-session-manager)
- pipewire-full-git (requires pipewire-session-manager) (optional)
- pipewire-full-jack-git (requires pipewire-session-manager)
- Show 21 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-wheel
as 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=disabled
fixes it. Finally, you should add glib2 to your dependencies.PedroHLC commented on 2020-09-07 01:51 (UTC)
You should add
git
,meson
,cmake
andninja
to 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 missing
shaybox 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