@domain this is a recent change, jack-devel should be set as true not enabled.
Search Criteria
Package Details: libpipewire-git 1.5.0.r13799.9a6f8d31d-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pipewire-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pipewire-git |
| Description: | Low-latency audio/video router and processor. (GIT version) - client library |
| Upstream URL: | https://pipewire.org |
| Licenses: | MIT |
| Conflicts: | libpipewire |
| Provides: | libpipewire, libpipewire-.so |
| Submitter: | sl1pkn07 |
| Maintainer: | sl1pkn07 |
| Last Packager: | sl1pkn07 |
| Votes: | 15 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-09-19 15:57 (UTC) |
| Last Updated: | 2025-06-26 23:11 (UTC) |
Dependencies (51)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus-nosystemd-gitAUR, dbus, lib32-dbus)
- libsystemd.so (lib32-systemd-gitAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, lib32-systemd, systemd-libs)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR)
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR) (make)
- fftw (fftw-amdAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (make)
- glib2-devel (glib2-devel-gitAUR) (make)
- graphviz (make)
- jack2 (jack2-gitAUR, jack2-gitAUR, pipewire-jack-gitAUR) (make)
- libcamera (libcamera-clang-gitAUR, libcamera-gitAUR, libcamera-ipu6AUR) (make)
- Show 31 more dependencies...
Required by (258)
- aetna-volume (requires libpipewire)
- alpela (requires libpipewire)
- alvr (requires libpipewire)
- alvr-bin (requires libpipewire)
- alvr-git (requires libpipewire)
- ashell (requires libpipewire)
- ashell-git (requires libpipewire)
- audacious-plugins-git (requires libpipewire)
- audacious-plugins-gtk3 (requires libpipewire)
- audio-share (requires libpipewire)
- audio-share-bin (requires libpipewire)
- ayugram-desktop (requires libpipewire)
- ayugram-desktop-bin (requires libpipewire)
- ayugram-desktop-git (requires libpipewire)
- caelestia-shell (requires libpipewire)
- caelestia-shell-git (requires libpipewire)
- caelestia-shell-mango-git (requires libpipewire)
- capter (requires libpipewire) (make)
- cava-git (requires libpipewire)
- coppwr (requires libpipewire)
- Show 238 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 17 Next › Last »
tinywrkb commented on 2021-08-06 16:45 (UTC)
screamingatmypc commented on 2021-08-06 16:28 (UTC)
Getting build errors on this package.
Here are some relevant logs: https://pastebin.com/9xaXwHJL
bno1 commented on 2021-07-16 11:52 (UTC)
@tornado99 that's caused by a newer version of libcamera, and probably needs upstream changes to fix. You can also disable libcamera if you don't care about it:
diff --git a/PKGBUILD b/PKGBUILD
index bff785f..03d8c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,6 +63,8 @@ build() {
-D gstreamer-device-provider=disabled \
-D ffmpeg=enabled \
-D jack-devel=enabled \
+ -D roc=disabled \
+ -D libcamera=disabled \
-D libjack-path=/usr/lib
ninja
tornado99 commented on 2021-07-16 10:06 (UTC)
@bno1, pipewire still fails even after fresh build of libcamera-git, fatal error: libcamera/buffer.h: No such file or directory
bno1 commented on 2021-07-09 13:01 (UTC)
@carlosnewmusic reinstall libcamera-git
carlosnewmusic commented on 2021-07-09 12:56 (UTC)
changing what you say still gives error https://pastebin.com/mTjHN30z
bno1 commented on 2021-06-29 10:08 (UTC)
To fix the roc issue, just apply the following change to the PKGBUILD:
@@ -63,6 +63,7 @@ build() {
-D gstreamer-device-provider=disabled \
-D ffmpeg=enabled \
-D jack-devel=enabled \
+ -D roc=disabled \
-D libjack-path=/usr/lib
ninja
carlosnewmusic commented on 2021-06-28 17:17 (UTC)
https://pastebin.com/mTjHN30z roc error as you said
sl1pkn07 commented on 2021-06-27 18:48 (UTC)
libcamera issue fixed with https://gitlab.freedesktop.org/pipewire/pipewire/-/merge_requests/805
roc have issues when build https://github.com/roc-streaming/roc-toolkit/issues/450
yrlf commented on 2021-06-27 12:40 (UTC)
This package doesn't build without fixes to the spa/meson.build file (camera dependency is called libcamera in ArchLinux pkgconf) and without installing roc-git.
Pinned Comments