@domain this is a recent change, jack-devel
should be set as true
not enabled
.
Search Criteria
Package Details: pipewire-docs-git 1.2.0.123.g89bf8b856-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) - documentation |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Conflicts: | pipewire-docs |
Provides: | pipewire-docs |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 15 |
Popularity: | 0.000648 |
First Submitted: | 2017-09-19 15:57 (UTC) |
Last Updated: | 2024-08-09 09:31 (UTC) |
Dependencies (42)
- alsa-lib (make)
- avahi (make)
- bluez-libs (bluez-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glib2-devel (make)
- graphviz (make)
- jack2 (jack2-gitAUR, pipewire-jack-gitAUR) (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)
- Show 22 more dependencies...
Required by (1)
- pipewire-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 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
Pinned Comments