@carlosnewmusic you log is trimmed. please up full log
greetings
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) - FireWire support |
Upstream URL: | https://pipewire.org |
Licenses: | MIT |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 15 |
Popularity: | 0.000598 |
First Submitted: | 2017-09-19 15:57 (UTC) |
Last Updated: | 2024-08-09 09:31 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »
@carlosnewmusic you log is trimmed. please up full log
greetings
@domain this is a recent change, jack-devel
should be set as true
not enabled
.
Getting build errors on this package.
Here are some relevant logs: https://pastebin.com/9xaXwHJL
@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
@bno1, pipewire still fails even after fresh build of libcamera-git, fatal error: libcamera/buffer.h: No such file or directory
@carlosnewmusic reinstall libcamera-git
changing what you say still gives error https://pastebin.com/mTjHN30z
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
https://pastebin.com/mTjHN30z roc error as you said
Pinned Comments