pipewire/wireplumber to use upstream provided profiles instead of custom config files modifications. We now support audio with the default wireplumber package and only when the wireplumber-video-only-profile package is installed, wireplumber will not use audio (allowing to use pulseaudio instead). This means we now set the profile using an environment variable in the wireplumber user service that has a default value of "main" and is set in /usr/etc/wireplumber.conf to "video-only" by the mentioned package . A user can override the value in /etc/wireplumber.conf. * set-profile-in-service.patch - Add patches from upstream to fix various issues. * 0001-internal-comp-loader-generate-a-"provides"-for-components.patch * 0002-wpctl-fix-default-device-name-leak.patch * 0003-wpctl-fix-types-in-variadic-arguments.patch * 0004-monitor-utils-Support-devices-without-any-device-ids.patch * 0005-v4l2_monitor-scripts-fix-for-deduplicate-devices-with-the.patch * 0006-monitors_libcamera-fix-deduplicating-devices-with-the-same.patch * 0007-monitors_alsa-fix-nil-table-indexing.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wireplumber?expand=0&rev=91
8 lines
306 B
Bash
8 lines
306 B
Bash
# Name of the wireplumber profile to use when running the default wireplumber
|
|
# user service. This is usually either main (when wireplumber manages audio)
|
|
# or video-only (when pulseaudio manages the audio).
|
|
#
|
|
# The default value is set in the service and should be main
|
|
#
|
|
WIREPLUMBER_PROFILE="video-only"
|