Search Criteria
Package Details: pipewire-full-git 1.4.0.r922.gbd608101-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 (ChrisLane) |
| Last Packager: | SolarAquarion |
| Votes: | 2 |
| Popularity: | 0.000394 |
| First Submitted: | 2021-02-12 10:41 (UTC) |
| Last Updated: | 2025-10-24 02:31 (UTC) |
Dependencies (84)
- avahi
- dconf
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- fftw (fftw-amdAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libcamera-base.so (libcamera-ipu6AUR, libcamera)
- libcamera.so (libcamera-ipu6AUR, libcamera)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus-nosystemd-gitAUR, dbus, lib32-dbus)
- libebur128 (libebur128-gitAUR)
- libglib-2.0.so (glib2-gitAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libmysofa (libmysofa-gitAUR, libmysofa-3djAUR)
- libncursesw.so (ncurses-gitAUR, lib32-ncurses, ncurses)
- libpipewire-0.3.so (lib32-pipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR, lib32-libpipewire, libpipewire)
- libpipewire-full-gitAUR
- libreadline.so (readline-gitAUR, readline)
- libsndfile (libsndfile-gitAUR)
- libsystemd.so (lib32-systemd-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libudev.so (lib32-systemd-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- lilv (lilv-gitAUR, lilv-gitAUR)
- Show 64 more dependencies...
Required by (516)
- 0wgram (requires pipewire)
- 64gram-desktop (requires pipewire)
- airpods-tui-bin (requires pipewire) (optional)
- airpods-tui-git (requires pipewire) (optional)
- alarmng (requires pipewire)
- amplify (requires pipewire)
- animazed-bin (requires pipewire)
- animazed-git (requires pipewire)
- aquafin (requires pipewire) (optional)
- aquafin-git (requires pipewire) (optional)
- arctis-sound-manager (requires pipewire)
- argus-tracker (requires pipewire)
- ariang-native-git (requires pipewire) (optional)
- aside (requires pipewire) (optional)
- asus-proart-px13-quirks (requires pipewire)
- audio-recorder (requires pipewire) (optional)
- audiovis (requires pipewire)
- authenticator-git (requires pipewire)
- avt (requires pipewire)
- awob-git (requires pipewire)
- Show 496 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
eh5 commented on 2021-05-18 23:52 (UTC) (edited on 2021-05-20 00:31 (UTC) by eh5)
Config files are now installed to
/usr/share/pipewire, all previously installed configs in/etc/pipewirewould be renamed to*.pacsave. You have several options to migrate those files.If you have never modified any config property in
/etc/pipewire, you can safely delete all those*.pacsave. (e.g.rm /etc/pipewire/**/*.pacsaveorrm -rf /etc/pipewire)Remove
.pacsavepostfix from config files you have modified,pipewirewould still read config from/etc/pipewireand it has higher priority than/usr/share/pipewire.xenu commented on 2021-03-10 21:19 (UTC)
with the latest commit meson options in the PKGBUILD: -D docs=true \ -D vulkan=true \ -D ffmpeg=true \ -D bluez5-backend-hsphfpd=true \ have to be changed from "true" to "enabled"
LHLaurini commented on 2021-03-03 19:55 (UTC)
https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/494 has been merged.
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.
« First ‹ Previous 1 2 3 4 5 Next › Last »