Search Criteria
Package Details: pipewire-full-git 1.2.0.r126.gd4de97a4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pipewire-full-git.git (read-only, click to copy) |
---|---|
Package Base: | pipewire-full-git |
Description: | Low-latency audio/video router and processor |
Upstream URL: | https://pipewire.org |
Licenses: | MIT, LGPL-2.1-or-later |
Conflicts: | pipewire |
Provides: | pipewire |
Submitter: | eh5 |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-12 10:41 (UTC) |
Last Updated: | 2024-08-14 15:53 (UTC) |
Dependencies (72)
- avahi
- dconf
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libcamera-base.so (libcamera)
- libcamera.so (libcamera)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus, lib32-dbus)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libncursesw.so (arm-linux-gnueabihf-ncursesAUR, ncurses-gitAUR, lib32-ncurses, ncurses)
- libpipewire-0.3.so (lib32-pipewire-gitAUR, libpipewire-full-gitAUR, lib32-libpipewire, libpipewire)
- libpipewire-full-gitAUR
- libreadline.so (readline-gitAUR, readline)
- libsystemd.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- abseil-cpp (abseil-cpp-gitAUR) (make)
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- Show 52 more dependencies...
Required by (253)
- 0wgram (requires pipewire)
- 64gram-desktop (requires pipewire)
- ags-hyprpanel-git (requires pipewire)
- archlinux-studio-utils (requires pipewire)
- ariang-native-git (requires pipewire) (optional)
- audio-recorder (requires pipewire) (optional)
- authenticator-git (requires pipewire)
- avt (requires pipewire)
- ayugram-desktop (requires pipewire)
- ayugram-desktop-bin (requires pipewire)
- biglinux-noise-reduction-pipewire (requires pipewire)
- btspk (requires pipewire) (optional)
- cava (requires pipewire) (optional)
- cef (requires pipewire) (make)
- cef (requires pipewire) (optional)
- cef-jetbrains-git (requires pipewire) (make)
- chatterino2-forserino-git (requires pipewire) (optional)
- chatterino2-technorino-git (requires pipewire) (optional)
- chromium-dev (requires pipewire) (optional)
- chromium-no-extras (requires pipewire) (make)
- Show 233 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
eh5 commented on 2021-03-03 13:08 (UTC)
It can't build currently because of an issue introduced in https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/302282ef5945512edccae7beceeb2d22feb09d1b, would be fixed with https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/494.
Patola commented on 2021-03-02 13:31 (UTC)
Thanks for the very fast answer, @eh5. I ran "paru --rebuild -S pipewire-full-git" and it worked. Now to test whether hsphfpd still works...
eh5 commented on 2021-03-02 13:09 (UTC)
With https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/0e2a153bd34c2da6c426c819ef5272f4b8bdfbd8, there is no need to split out hsphfpd plugin. If you are using hsphfpd, just make sure hsphfpd is running before pipewire is started and all should work fine.
@Patola About the compiling error you pointed out, the issue happens when native backend is disabled. I submitted a MR to fix that https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/488, but that is not the case in this package base anymore because we currently enable all HSP/HFP backend. Simply rebuild the package base and it should works.
Patola commented on 2021-03-02 12:06 (UTC)
Not compiling here:
(...) Program pw-uninstalled.sh found: YES (/home/patola/.cache/paru/clone/pipewire-full-git/src/pipewire/pw-uninstalled.sh) Build targets in project: 128
Option b_pie is: true [default: true] Option buildtype is: plain [default: debugoptimized] Found ninja-1.10.2 at /usr/bin/ninja [36/164] Compiling C object spa/plugins/bluez5/libspa-bluez5.so.p/bluez5-dbus.c.o ../pipewire/spa/plugins/bluez5/bluez5-dbus.c: In function ‘filter_cb’: ../pipewire/spa/plugins/bluez5/bluez5-dbus.c:2727:6: warning: implicit declaration of function ‘backend_native_unregister_profiles’; did you mean ‘backend_native_register_profiles’? [-Wimplicit-function-declaration] 2727 | backend_native_unregister_profiles(monitor->backend_native); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | backend_native_register_profiles [98/164] Linking target spa/plugins/bluez5/libspa-bluez5.so FAILED: spa/plugins/bluez5/libspa-bluez5.so (...)
eh5 commented on 2021-02-24 09:34 (UTC)
Pipewire's media session is now split out into
pipewire-media-session.service
. Enable it manually withsystemctl --user enable --now pipewire-media-session.service
, or (force) rebuild the pacakge base and then install script will do it for you.aki42 commented on 2021-02-21 06:53 (UTC) (edited on 2021-02-21 06:53 (UTC) by aki42)
Thanks for your comment. Now a requirement of bluez-lib has gone. I'll ask sbc package mainter. Thank you.
eh5 commented on 2021-02-21 04:11 (UTC)
@aki42 Well, currently it's bluez 5.55-3 & sbc 1.5-2,https://github.com/archlinux/svntogit-packages/commit/8932012438c328ca7641c9ee8625fea59d21d870#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a.
It could be your arch repo mirrors are outdated, try switching to a more updated one.
aki42 commented on 2021-02-20 23:49 (UTC) (edited on 2021-02-21 00:00 (UTC) by aki42)
I've already installed and upgraded (reinstalled) bluez-libs and sbc, but still have the same messages and can't install pipewire-full-bluez5-git.
eh5 commented on 2021-02-20 15:56 (UTC) (edited on 2021-02-20 16:21 (UTC) by eh5)
@aki42 You need to upgrade
bluez-libs
andsbc
, those providers (libbluetooth.so, libsbc.so) were added just recently.« First ‹ Previous 1 2 3 4 5 Next › Last »