Compiling roc-sink as a Pipewire-module in Debian bookworm #806
Replies: 1 comment
-
|
So I think I solved my first problem by removing the wireplumber subproject from meson_options.txt. This way I can run
Any ideas what I could have done wrong? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Not directly related to roc, but I as I am following instructions from here, I hope that someone might have succeeded in building roc-sink as a Pipewire-module in Debian bookworm.
When I run
meson setup builddiras per the instructions, I get the following error:wireplumber| Dependency libpipewire-0.3 found: NO found 0.3.65 but need: '>= 1.0.2' (overridden)I tried to modify the dependency on libpipewire-0.3 in pipewire/subprojects/wireplumber/meson.build to 0.3.65, but that results only in another error:
../subprojects/wireplumber/lib/wp/private/parse-conf-section.c:16:10: fatal error: spa/utils/cleanup.h: file or directory not found 16 | #include <spa/utils/cleanup.h>I hope that someone might help me in building the module for Debian bookworm. Maybe it would suffice to remove wireplumbr as a subproject, but I could not find out how that could be done.
Beta Was this translation helpful? Give feedback.
All reactions