Search Criteria
Package Details: pipewire-full-zeroconf-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 - Zeroconf support |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Conflicts: | pipewire-zeroconf |
Provides: | pipewire-zeroconf |
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 (52)
- 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)
- libavahi-client.so (avahi)
- libavahi-common.so (avahi)
- libpipewire-0.3.so (lib32-pipewire-gitAUR, libpipewire-full-gitAUR, lib32-libpipewire, libpipewire)
- openssl (openssl-gitAUR, openssl-staticAUR)
- opus (opus-gitAUR)
- pipewire-full-audio-gitAUR
- pipewire-full-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-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- graphviz (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- Show 32 more dependencies...
Required by (2)
- pipewire-full-git (optional)
- pipewire-support (requires pipewire-zeroconf)
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