Search Criteria
Package Details: pipewire-full-roc-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 - ROC streaming support |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Conflicts: | pipewire-roc |
Provides: | pipewire-roc |
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 (49)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libpipewire-0.3.so (lib32-pipewire-gitAUR, libpipewire-full-gitAUR, lib32-libpipewire, libpipewire)
- libroc.so (roc-toolkit)
- pipewire-full-audio-gitAUR
- pipewire-full-gitAUR
- roc-toolkit (roc-toolkit-gitAUR)
- 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)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- graphviz (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (make)
- libcamera (libcamera-clang-gitAUR, libcamera-gitAUR) (make)
- libcanberra (make)
- libfdk-aac (libfdk-aac-gitAUR) (make)
- libffado (libffado-svnAUR) (make)
- libfreeaptx (make)
- liblc3 (liblc3-gitAUR) (make)
- libldac (make)
- libmysofa (libmysofa-gitAUR, libmysofa-3djAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- libx11 (libx11-gitAUR) (make)
- libxfixes (make)
- lilv (lilv-gitAUR) (make)
- meson (meson-gitAUR) (make)
- modemmanager (modemmanager-gitAUR) (make)
- ncurses (ncurses-gitAUR) (make)
- opus (opus-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-packaging (make)
- readline (readline-gitAUR) (make)
- roc-toolkit (roc-toolkit-gitAUR) (make)
- rtkit (make)
- sbc (make)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-fmlAUR, systemd-gitAUR) (make)
- valgrind (valgrind-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (make)
- webrtc-audio-processing-1 (make)
- openal (openal-gitAUR) (check)
Required by (1)
- pipewire-full-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5
aki42 commented on 2021-02-20 15:29 (UTC) (edited on 2021-02-20 15:35 (UTC) by aki42)
I've got following comments, though I have libbluetooth.so and libsbc.so on /usr/lib . ldconfig -p print both of them. Why?
eh5 commented on 2021-02-12 11:37 (UTC)
The word "full" in package name means a full build but not it gives pipewire full functionality on what it builds.
The vulkan (pipewire-full-vulkan-git) and ffmpeg (pipewire-full-ffmpeg-git) SPA plugins are actually not loaded by pipewire and its default media session, you don't need them if you don't have any third-party application/library requiring them.
eh5 commented on 2021-02-12 10:52 (UTC)
If you have
pipewire-full-git
installed, make sure you also havepipewire-full-bluez5-git
installed so Bluetooth audio can works. (You may want to usepipewire-full-bluez5-hsphfpd-git
as an alternative.)The bluez5 plugin enables Bluetooth A2DP[1] support with various codecs (LDAC, aptX, aptX HD, AAC) support integrated.
pipewire-full-bluez5-git
enables native HSP/HFP(AG)[2-3] support and ofono HFP support(ofono support is optional).pipewire-full-bluez5-hsphfpd-git
enables HSP and HFP support using hsphfpd (AUR: https://aur.archlinux.org/packages/hsphfpd-git/, you need to enable/start the hsphfpd service with this).[1] A2DP Wikipedia
[2] HSP Wikipedia
[3] HFP Wikipedia
« First ‹ Previous 1 2 3 4 5