| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: wireplumber-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 0.5.14 | Vendor: openSUSE |
| Release: 1.2 | Build date: Wed Mar 25 12:34:54 2026 |
| Group: System/Shells | Build host: reproducible |
| Size: 781 | Source RPM: wireplumber-0.5.14-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://gitlab.freedesktop.org/pipewire/wireplumber | |
| Summary: Wireplumber Bash completion | |
Optional dependency offering bash completion for wpctl.
MIT
* Wed Mar 25 2026 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.14:
* Additions & Enhancements:
- Added per-device default volume configuration via the
device.routes.default-{source,sink}-volume property, allowing
device-specific volume defaults (e.g. a comfortable default
for internal speakers or no attenuation for HDMI)
- Added Lua 5.5 support; the bundled Lua subproject wrap has
also been updated to 5.5.0
- Enhanced libcamera monitor to load camera nodes locally
within the WirePlumber process instead of the PipeWire
daemon, eliminating race conditions that could occur during
initial enumeration and hotplug events
- Enhanced Bluetooth loopback nodes to always be created when
a device supports both A2DP and HSP/HFP profiles, simplifying
the logic and making the BT profile autoswitch setting take
effect immediately without requiring device reconnection
- Enhanced Bluetooth loopback nodes to use target.object
property instead of smart filters, fixing issues that
prevented users from setting them as default nodes and also
allowing smart filters to be used with them
- Enhanced Bluetooth profile autoswitch logic with further
robustness improvements, including better headset profile
detection using profile name patterns and resolving race
conditions by running profile switching after
device/apply-profile in a dedicated event hook
- Enhanced wpctl set-default command to accept virtual nodes
(e.g. Audio/Source/Virtual) in addition to regular device
nodes
- Improved stream linking to make the full graph rescan
optional when linkable items change, saving CPU on low-end
systems and reducing audio startup latency when connecting
multiple streams in quick succession (!800 (merged))
- Allowed installation of systemd service units without
libsystemd being present, useful for distributions like
Alpine Linux that allow systemd service subpackages
- Allowed the mincore syscall in the WirePlumber systemd
sandbox, required for Mesa/EGL (e.g. for the libcamera
GPUISP pipeline)
- Allowed passing WIREPLUMBER_CONFIG_DIR via the
wp-uninstalled script, useful for passing additional
configuration paths in an uninstalled environment
* Fixes:
- Removed Bluetooth sink loopback node, which was causing
issues with KDE and GNOME
- Fixed default audio source selection to never automatically
use Audio/Sink nodes as the default source unless explicitly
selected by the user
- Fixed crash in state-stream when the Format parameter has a
Choice for the number of channels
- Fixed BAP Bluetooth device set channel properties, where
audio.position was incorrectly serialized as a pointer
address instead of the channel array
- Fixed memory leaks in
wp_interest_event_hook_get_matching_event_types and in the
Lua LocalModule() implementation
- Fixed HFP HF stream media class being incorrectly assigned
due to api.bluez5.internal=true being set on HFP HF streams
- Fixed Lua 5.4 compatibility in state-stream script
- Updated translations: Bulgarian, Georgian, Kazakh, Swedish
- Rebase patch:
* set-profile-in-service.patch
- Drop patches already included in this version:
* 0001-monitors-bluez-request-device-ports-take-loopback-no.patch
* 0002-autoswitch-bluetooth-profile-Fix-attempt-to-index-a-.patch
* 0003-default-nodes-Never-consider-Audio_Sink-nodes-as-best-for.patch
* 0004-event-hook-fix-interest-hook-event-type-memory-leak.patch
* 0005-state-stream-fix-crash-in-case-the-Format-has-a-Choice-for.patch
* 0006-state-stream-fix-Lua-5.4-compatibility.patch
* Mon Mar 02 2026 Antonio Larrosa <alarrosa@suse.com>
- Backport more upstream fixes:
* 0003-default-nodes-Never-consider-Audio_Sink-nodes-as-best-for.patch
* 0004-event-hook-fix-interest-hook-event-type-memory-leak.patch
* 0005-state-stream-fix-crash-in-case-the-Format-has-a-Choice-for.patch
* 0006-state-stream-fix-Lua-5.4-compatibility.patch
* Sun Jan 18 2026 Takashi Iwai <tiwai@suse.com>
- Backport upstream fixes:
0001-monitors-bluez-request-device-ports-take-loopback-no.patch
0002-autoswitch-bluetooth-profile-Fix-attempt-to-index-a-.patch
* Mon Jan 12 2026 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.13:
* Additions & Enhancements:
- Added internal filter graph support for audio nodes, allowing
users to create audio preprocessing and postprocessing chains
without exposing filters to applications, useful for software
DSP (!743 (merged))
- Added new Lua Properties API that significantly improves
performance by avoiding constant serialization between
WpProperties and Lua tables, resulting in approximately 40%
faster node linking (!757 (merged))
- Added WpIterator Lua API for more efficient parameter
enumeration (!746 (merged))
- Added bash completions for wpctl command (!762 (merged))
- Added script to find suitable volume control when using
role-based policy, allowing volume sliders to automatically
adjust the volume of the currently active role (e.g.,
ringing, call, media) (!711 (merged))
- Added experimental HDMI channel detection setting to use HDMI
ELD information for channel configuration (!749 (merged))
- Enhanced role-based policy to allow setting preferred target
sinks for media role loopbacks via
policy.role-based.preferred-target (!754 (merged))
- Enhanced Bluetooth profile autoswitch logic to be more robust
and handle saved profiles correctly, including support for
loopback sink nodes (!739 (merged))
- Enhanced ALSA monitor to include alsa.* device properties on
nodes for rule matching (!761 (merged))
- Optimized stream node linking for common cases to reduce
latency when new audio/video streams are added (!760)
- Improved event dispatcher performance by using hash table
registration for event hooks, eliminating performance
degradation as more hooks are registered (!765 (merged))
- Increased audio headroom for VMware and VirtualBox virtual
machines (!756 (merged))
- Added setting to prevent restoring "Off" profiles via
session.dont-restore-off-profile property (!753 (merged))
- Added support for 128 audio channels when compiled with a
recent version of PipeWire (pipewire#4995 (closed))
* Fixes:
- Fixed memory leaks and issues in the modem manager module
(!770 (merged), !764 (merged))
- Fixed MPRIS module incorrectly treating GHashTable as
GObject (!759 (merged))
- Fixed warning messages when process files in /proc/<pid>/*
don't exist, particularly when processes are removed quickly
(#816 (closed), !717 (merged))
- Fixed MONO audio configuration to only apply to device sink
nodes, allowing multi-channel mixing in the graph (!769)
- Fixed event dispatcher hook registration and removal to avoid
spurious errors (!747 (merged))
- Improved logging for standard-link activation failures (!744)
- Simplified event-hook interest matching for better
performance (!758 (merged))
- Remove patch already included by upstream:
* 0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
* Thu Oct 16 2025 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.12:
* Additions & Enhancements:
- Added mono audio configuration support via
node.features.audio.mono setting that can be changed at
runtime with wpctl (!721)
- Added automatic muting of ALSA devices when a running node
is removed, helping prevent loud audio on speakers when
headsets are unplugged (!734)
- Added notifications API module for sending system
notifications (!734)
- Added comprehensive wpctl man page and documentation
(!735, #825)
- Enhanced object interest handling for PipeWire properties
on session items (!738)
* Fixes:
- Fixed race condition during shutdown in the permissions
portal module that could cause crashes in GDBus signal
handling (!748).
- Added device validity check in state-routes handling to
prevent issues when devices are removed during async
operations (!737, #844)
- Fixed Log.critical undefined function error in
device-info-cache (!733)
- Improved device hook documentation and configuration (!736)
- Add patch from upstream to avoid dispatcher errors in the log
when registering/removing hooks that were already
registered/removed before:
* 0001-automute-alsa-routes.lua-Dont-register_remove-hooks-if.patch
* Tue Sep 02 2025 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.11:
* Additions & Enhancements:
- Added modem manager module for tracking voice call status and
voice call device profile selection hooks to improve phone
call audio routing on mobile devices (!722, !729, #819)
- Added MPRIS media player pause functionality that
automatically pauses media playback when the audio target
(e.g. headphones) is removed (!699, #764)
- Added support for human-readable names and localization of
settings in wireplumber.conf with wpctl displaying localized
setting descriptions (!712)
- Improved default node selection logic to use both session and
route priorities when nodes have equal session priorities
(!720)
- Increased USB device priority in the ALSA monitor (!719)
* Fixes:
- Fixed multiple Lua runtime issues including type confusion
bugs, stack overflow prevention, and SPA POD array/choice
builders (!723, !728)
- Fixed proxy object lifecycle management by properly clearing
the OWNED_BY_PROXY flag when proxies are destroyed to prevent
dangling pointers (!732)
- Fixed state-routes handling to prevent saving unavailable
routes and eliminate race conditions during profile switching
(!730, #762)
- Fixed some memory leaks in the script tester and the settings
iterator (!727, !726)
- Fixed a potential crash caused by module-loopback destroying
itself when the pipewire connection is closed (#812)
- Fixed profile saving behavior in wpctl set-profile command
(#808)
- Fixed GObject introspection closure annotation
* Wed May 21 2025 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.10:
* Fixed a critical crash in linking-utils.haveAvailableRoutes
that was introduced accidentally in 0.5.9 and caused loss of
audio output on affected systems (#797, #799, #800, !713)
* Mon May 19 2025 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.9:
* Additions & Enhancements:
- Added a new audio node grouping functionality using an
external command line tool (!646)
- The libcamera monitor now supports devices that are not
associated with device ids (!701)
- The wireplumber user systemd service is now associated with
dbus.service to avoid strange warnings when dbus exits (!702)
- Added "SYSLOG_IDENTIFIER", "SYSLOG_FACILITY", "SYSLOG_PID"
and "TID" to log messages that are sent to the journal (!709)
* Fixes:
- Fixed a crash of wpctl set-default on 32-bit architectures
(#773)
- Fixed a crash when a configuration component had no
'provides' field (#771)
- Reduced the log level of some messages that didn't need
to be as high (!695)
- Fixed another nil reference issue in the alsa.lua monitor
script (!704)
- Fixed name deduplication of v4l2 and libcamera devices (!705)
- Fixed an issue with wpctl not being able to save settings
sometimes (!708, #749)
- Drop patches that are already included in this version:
* 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
* Wed May 14 2025 Antonio Larrosa <alarrosa@suse.com>
- Use Supplements: pulseaudio in wireplumber-video-only-profile
to get it automatically installed in systems using pulseaudio.
* Tue May 13 2025 Antonio Larrosa <alarrosa@suse.com>
- Add patch and rework how we enable/disable audio support in
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
* Mon May 05 2025 Antonio Larrosa <alarrosa@suse.com>
- 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
* Mon Feb 10 2025 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.8:
* Additions & Enhancements:
- Added support for handling UCM SplitPCM nodes in the ALSA
monitor, which allows native PipeWire channel remapping using
loopbacks for devices that use this feature (!685)
- Introduced new functions to mark WpSpaDevice child objects as
pending. This allows properly associating asynchronously
created loopback nodes with their parent WpSpaDevice without
losing ObjectConfig events (!687, !689)
- Improved the node name deduplication logic in the ALSA
monitor to prevent node names with .2, .3, etc appended to
them in some more cases (!688)
- Added a new script to populate session.services. This is a
step towards implementing detection of features that PipeWire
can service (!686)
* Fixes:
- Fixed an issue that was causing duplicate Bluetooth SCO
(HSP/HFP) source nodes to be shown in UIs (#701, !683)
- In the BlueZ monitor, marked the source loopback node as
non-virtual, addressing how it appears on UIs (#729)
- Disabled stream-restore for device loopback nodes to
prevent unwanted property changes (!691)
- Fixed wp_lua_log_topic_copy() to correctly copy topic names
(#757)
- Updated script tests to handle differences in object
identifiers (object.serial vs node.id), ensuring proper test
behavior (#761)
* Wed Dec 04 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.7:
* Highlights:
- Fixed an issue that would cause random profile switching when
an application was trying to capture from non-Bluetooth
devices (#715, #634, !669)
- Fixed an issue that would cause strange profile selection
issues [choices not being remembered or unavailable routes
being selected] (#734)
- Added a timer that delays switching Bluetooth headsets to the
HSP/HFP profile, avoiding needless rapid switching when an
application is trying to probe device capabilities instead of
actually capturing audio (!664)
- Improved libcamera/v4l2 device deduplication logic to work
with more complex devices (!674, !675, #689, #708)
* Fixes:
- Fixed two memory leaks in module-mixer-api and
module-dbus-connection (!672, !673)
- Fixed a crash that could occur in module-reserve-device
(!680, #742)
- Fixed an issue that would cause the warning
"[string "alsa.lua"]:182: attempt to concatenate a nil value
(local 'node_name')" to appear in the logs when an ALSA
device was busy, breaking node name deduplication (!681)
- Fixed an issue that could make find-preferred-profile.lua
crash instead of properly applying profile priority rules
(#751)
- Remove patches that are already included in 0.5.7:
* 0001-autoswitch-bluetooth-profile-switch-only-Bluetooth-devices.patch
* 0002-autoswitch-bluetooth-profile-Switch-to-HSP_HFP-on-timeout.patch
* 0003-m-mixer-api-Fix-memory-in-leak-wp_mixer_api_set_volume.patch
* 0004-module-dbus-connection-fix-GCancellable-leak.patch
* Mon Oct 21 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix switching automatically the
profile of non-bluetooth devices (boo#1231815):
* 0001-autoswitch-bluetooth-profile-switch-only-Bluetooth-devices.patch
- Add patch from upstream to fix switching automatically the
profile when starting some apps and then switching to the
previous profile:
* 0002-autoswitch-bluetooth-profile-Switch-to-HSP_HFP-on-timeout.patch
- Add patches from upstream to fix a couple of memory leaks:
* 0003-m-mixer-api-Fix-memory-in-leak-wp_mixer_api_set_volume.patch
* 0004-module-dbus-connection-fix-GCancellable-leak.patch
* Mon Sep 09 2024 Frederic Crozat <fcrozat@suse.com>
- Update to version 0.5.6:
* Additions:
- Implemented before/after dependencies for components, to
ensure correct load order in custom configurations (#600)
- Implemented profile inheritance in the configuration file.
This allows profiles to inherit all the feature specifications
of other profiles, which is useful to avoid copying long lists
of features just to make small changes
- Added multi-instance configuration profiles, tested and
documented them
- Added a ``main-systemwide`` profile, which is now the default
for instances started via the system-wide systemd service and
disables features that depend on the user session (#608)
- Added a ``wp_core_connect_fd`` method, which allows making a
connection to PipeWire via an existing open socket (useful
for portal-based connections)
* Fixes:
- The Bluetooth auto-switch script now uses the common event
source object managers, which should improve its
stability (!663)
- Fix an issue where switching between Bluetooth profiles
would temporarily link active audio streams to the internal
speakers (!655)
* Tue Jul 02 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.5:
* Highlights:
- Hotfix release to address crashes in the Bluetooth HSP/HFP
autoswitch functionality that were side-effects of some
changes that were part of the role-based linking policy
(#682)
* Improvements:
- wpctl will now properly show a '*' in front of sink filters
when they are selected as the default sink (!660)
* Fri Jun 28 2024 alarrosa@suse.com
- Update to version 0.5.4+git2.96dc045:
* l/find-best-target: Allow regular filters to be best targets
* linking-utils: fallback to role priority 0 if none is defined
* Fri Jun 28 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.4:
* Highlights:
- Refactored the role-based linking policy (previously known
also as "endpoints" or "virtual items" policy) to blend in
with the standard desktop policy. It is now possible use
role-based sinks alongside standard desktop audio operations
and they will only be used for streams that have a
"media.role" defined. It is also possible to force streams to
have a media.role, using a setting. Other features include:
blending with smart filters in the graph and allowing
hardware DSP nodes to be also used easily instead of
requiring software loopbacks for all roles. (#610, !649)
* Improvements:
- Filters that are not declared as smart will now behave again
as normal application streams, instead of being treated
sometimes differently (!657)
* Fixes:
- Fixed an issue that would cause WirePlumber to crash at
startup if an empty configuration file was present in one of
the search paths (#671)
- Fixed Bluetooth profile auto-switching when a filter is
permanently linked to the Bluetooth source (!650)
- Fixed an issue in the software-dsp script that would cause
DSP filters to stay around and cause issues after their
device node was destroyed (!651)
- Fixed an issue in the autoswitch-bluetooth-profile script
that could cause an infinite loop of switching between
profiles (!652, #617)
- Fixed a rare issue that could cause WirePlumber to crash when
dealing with a device object that didn't have the
"device.name" property set (#674)
* Wed Jun 26 2024 alarrosa@suse.com
- Update to version 0.5.3+git11.4868b3c:
* get-filter-from-target: Don't bypass the hook if the session item is a regular filter
* filter-utils: Allow smart filters to have as target filters that are not smart
* tests: skip some tests when audiotestsrc is unavailable
* scripts/device: avoid crashing if the device.name is not set
* tests/examples: add example on how to set node "params" under Props
* autoswitch-bluetooth-profile: Always destroy the restore timeout source before switching
* node/software-dsp: ensure that filter chains are properly unloaded
* scripts: Fix autoswitch BT profile when using filters
* bluez: Don't create loopback source if autoswitch setting is disabled
* conf: further improve how top-level objects are handled
* conf: skip empty configuration files to avoid crashing
* Tue Jun 04 2024 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.5.3:
* Fixes:
- Fix a long standing issue that would cause many device nodes
to have inconsistent naming, with a '.N' suffix (where N is
a number >= 2) being appended at seemingly random times.
- Fix an issue that would cause unavailable device profiles to
be selected if they were previously stored in the state file,
sometimes requiring users to manually remove the state file
to get things working again.
- Fix an occasional crash that could sometimes be triggered by
hovering the volume icon on the KDE taskbar, and possibly
other similar actions.
- Fix camera device deduplication logic when the same device
is available through both V4L2 and libcamera, and the
libcamera one groups multiple V4L2 devices together.
- Fix applying the default volume on streams that have no
volume previously stored in the state file.
- Fix an issue that would prevent some camera nodes,
in some cases, from being destroyed when the camera device
is removed.
- Fix an issue that would cause video stream nodes to be
linked with audio smart filters, if smart audio filters were
configured.
- Fix an issue that would cause WP to re-activate device
profiles even though they were already active.
- Configuration files in standard JSON format (starting with a
'{', among other things) are now correctly parsed.
- Fix overriding non-container values when merging JSON
objects.
- Functions marked with WP_PRIVATE_API are now also marked as
non-introspectable in the gobject-introspection metadata.
* Improvements:
- Logging on the systemd journal now includes the log topic
and also the log level and location directly on the message
string when the log level is high enough, which is useful
for gathering additional context in logs submitted by users.
- Add a video-only profile in wireplumber.conf, for systems
where only camera & screensharing are to be used.
- Improve seat state monitoring so that Bluetooth devices are
only enabled when the user is active on a local seat,
instead of allowing remote users as well.
- Improve how main filter nodes are detected for the smart
filters.
- Add Lua method to merge JSON containers.
- Remove patch already included upstream:
* 0001-lua-json-fix-error-ouput.patch
* 0002-lua-json-add-method-to-merge-json-containers.patch
* 0003-json-utils-fix-overriding-of-non-container-values-when.patch
* 0004-transition-fix-memleak-when-error-set.patch
* 0005-transition-ensure-single-completion-and-finish.patch
* 0006-linking-return-after-aborting-transition.patch
* 0007-state-stream-fix-using-default-volume.patch
* Sat May 25 2024 Alexei Sorokin <sor.alexei@meowr.ru>
- Add patches from upstream to fix a crash for aborted links:
* 0004-transition-fix-memleak-when-error-set.patch
* 0005-transition-ensure-single-completion-and-finish.patch
* 0006-linking-return-after-aborting-transition.patch
- Add patch from upstream to fix default playback volume ignore:
* 0007-state-stream-fix-using-default-volume.patch
* Mon May 06 2024 Antonio Larrosa <alarrosa@suse.com>
- Better fix for (bsc#1223916) that basically turns the main
profile into the (to be in 0.5.3) video-only profile unless
wireplumber-audio is installed which now turns the main profile
into exactly upstream's main profile.
* Mon May 06 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix a json log issue:
* 0001-lua-json-fix-error-ouput.patch
- Add patch from upstream to add a method to merge json containers:
* 0002-lua-json-add-method-to-merge-json-containers.patch
- Add patch from upstream to fix merging a particular case
of configuration options:
* 0003-json-utils-fix-overriding-of-non-container-values-when.patch
- Fix wireplumber not starting successfully when audio support is
not enabled since the main profile now requires it. The best
option would be to use a video-only profile but it's too late
to change the way wireplumber is started in SLE/Leap, so the
solution just makes audio/bluetooth optional for now
(bsc#1223916)
* split-config-file.py
* Tue Apr 23 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.2:
* Highlights:
- Added support for loading configuration files other than the
default wireplumber.conf within Lua scripts (!629)
- Added support for loading single-section configuration files,
without fragments (!629)
- Updated the node.software-dsp script to be able to load
filter-chain graphs from external configuration files, which
is needed for Asahi Linux audio DSP configuration (!629)
* Fixes:
- Fixed destroying camera nodes when the camera device is
removed (#627, !631)
- Fixed an issue with Bluetooth BAP device set naming (!632)
- Fixed an issue caused by the pipewire event loop not being
"entered" as expected (!634, #638)
- A false positive warning about no modules being loaded is
now suppressed when using libpipewire >= 1.0.5 (#620)
- Default nodes can now be selected using priority.driver when
priority.session is not set (#642)
* Changes:
- The library version is now generated following pipewire's
versioning scheme: libwireplumber-0.5.so.0.5.2 becomes
libwireplumber-0.5.so.0.0502.0 (!633)
- Remove patches from upstream that are already in 0.5.2:
* 0001-core-set-context.modules.allow-empty-to-silence-warning-in.patch
* 0002-monitor-utils-clear-cam-data-after-creating-nodes.patch
* 0003-monitors_bluez-fix-BAP-device-set-node-naming.patch
* Mon Apr 15 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to silence a warning on pipewire
(since 1.0.5):
* 0001-core-set-context.modules.allow-empty-to-silence-warning-in.patch
- Add patch from upstream to fix a dangling reference to a device:
* 0002-monitor-utils-clear-cam-data-after-creating-nodes.patch
- Add patch from upstream to fix BAP node naming:
* 0003-monitors_bluez-fix-BAP-device-set-node-naming.patch
* Mon Apr 01 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.1:
* Highlights:
- Added a guide documenting how to migrate configuration from
0.4 to 0.5, also available online at:
https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html
If you are packaging WirePlumber for a distribution, please
consider informing users about this. Installing the
wireplumber-doc subpackage, this file can be read by running:
xdg-open /usr/share/doc/wireplumber/html/daemon/configuration/migration.html
* Fixes:
- Fixed an odd issue where microphones would stop being usable
when a Bluetooth headset was connected in the HSP/HFP profile
(#598, !620)
- Fixed an issue where it was not possible to store the
volume/mute state of system notifications (#604)
- Fixed a rare crash that could occur when a node was destroyed
while the 'select-target' event was still being processed
(!621)
- Fixed deleting all the persistent settings via
wpctl --delete (!622)
- Fixed using Bluetooth autoswitch with A2DP profiles that have
an input route (!624)
- Fixed sending an error to clients when linking fails due to a
format mismatch (!625)
* Additions:
- Added a check that prints a verbose warning when old-style
0.4.x Lua configuration files are found in the system. (#611)
- The "policy-dsp" script, used in Asahi Linux to provide a
software DSP for Apple Sillicon devices, has now been ported
to 0.5 properly and documented (#619, !627)
- Remove patch already included upstream:
* 0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
- Enable documentation generation and create new doc subpackage
including the documentation that can be read by running:
xdg-open /usr/share/doc/wireplumber/html/index.html
* Fri Mar 22 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix all input sources only working
when bluetooth profile is set to HSF/HFP, which was a regression
in 0.5.0 (glfo#pipewire/wireplumber#598):
* 0001-filter-utils-fix-handling-of-targetless-smart-filters.patch
* Tue Mar 19 2024 Richard Biener <rguenther@suse.com>
- Avoid %if %{pkg_vcmp gcc < 8}, instead replicate the condition
from the BuildRequires section.
* Mon Mar 18 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.5.0:
* Changes:
- Bumped the minimum required version of PipeWire to 1.0.2,
because we make use of the 'api.bluez5.internal' property of
the BlueZ monitor (!613)
- Improved the naming of Bluetooth nodes when the
auto-switching loopback node is present (!614)
- Updated the documentation on "settings", the Bluetooth
monitor, the Access configuration, the file search locations
and added a document on how to modify the configuration file
(#595, !616)
* Fixes:
- Fixed checking for available routes when selecting the
default node (!609)
- Fixed an issue that was causing an infinite loop storing
routes in the state file (!610)
- Fixed the interpretation of boolean values in the alsa
monitor rules (#586, !611)
- Fixes a Lua crash when we have 2 smart filters, one with a
target and one without (!612)
- Fixed an issue where the default nodes would not be updated
when the currently selected default node became unavailable
(#588, !615)
- Fixed an issue that would cause the Props (volume, mute, etc)
of loopbacks and other filter nodes to not be restored at
startup (#577, !617)
- Fixed how some constants were represented in the
gobject-introspection file, mostly by converting them from
defines to enums (#540, #591)
- Fixed an issue using WirePlumber headers in other projects
due to redefinition of G_LOG_DOMAIN (#571)
* Tue Mar 12 2024 alarrosa@suse.com
- Update to version 0.4.90+git25.95cfa9e:
* wpctl: fix settings --help listing
* docs: conf_file: small updates
* docs: installing: update dependency versions
* si-linkables: do not fully reset when the underlying proxy is
destroyed
* registry: move to a separate file and decouple it from the
object manager
* log: docs: document the log topic definition macros
* monitors/bluez: add 'internal' prefix to internal bluez node
names.
* monitor/bluez: set node.name property when creating combine
stream
* meson: bump min pipewire version to 1.0.2
* scripts: fix regression in state-routes.lua when marking routes
as 'active'
* scripts: improve linking logs
* monitors: use parseBool for boolean properties in rules
* config: add {device|node}.disable
* object-interest: make WP_INTEREST_MATCH_ALL part of the enum
* proxy: make the FEATURES_MINIMAL and FEATURES_ALL constants
part of the enum
* log: fix WP_LOG_LEVEL_TRACE value in the g-i bindings
* base-dirs: wrap flag groups in parenthesis
* log.h: define G_LOG_DOMAIN only if
WP_USE_LOCAL_LOG_TOPIC_IN_G_LOG is defined
* meson: make sure the boolean options have boolean values
* meson: move the common CFLAGS to project-wide scope
* scripts: make sure target is not nil when iterating filters
with matching targets
* docs: update the documentation around file search locations
* scripts: rescan linkables when device EnumRoute param changes
* scripts: fix available routes check when selecting the default
node
* scripts: fix typo in rescan-virtual-links.lua
- Remove patch already included in the upstream version
* 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch
- Set minimum pipewire version to 1.0.2
* Wed Mar 06 2024 Antonio Larrosa <alarrosa@suse.com>
- Revert that last change. Obsoletes shouldn't be used for that.
* Wed Mar 06 2024 Antonio Larrosa <alarrosa@suse.com>
- Obsolete libwireplumber-0_4-0 from libwireplumber-0_5-0
* Tue Mar 05 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix a typo a lua script:
* 0001-scripts-fix-typo-in-rescan-virtual-links.lua.patch
* Tue Mar 05 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.4.90 (0.5.0 RC1)
* Highlights:
- The configuration system has been changed back to load files
from the WirePlumber configuration directories, such as
/etc/wireplumber and $XDG_CONFIG_HOME/wireplumber, unlike in
the pre-releases. This was done because issues were observed
with installations that use a different prefix for pipewire
and wireplumber. If you had a wireplumber.conf file in
/etc/pipewire or $XDG_CONFIG_HOME/pipewire, you should move
it to /etc/wireplumber or $XDG_CONFIG_HOME/wireplumber
respectively (!601)
- The internal base directories lookup system now also respects
the XDG_CONFIG_DIRS and XDG_DATA_DIRS environment variables,
and their default values as per the XDG spec, so it is
possible to install configuration files also in places like
/etc/xdg/wireplumber and override system-wide data paths
(!601)
- wpctl now has a settings subcommand to show, change and
delete settings at runtime. This comes with changes in the
WpSettings system to validate settings using a schema that is
defined in the configuration file. The schema is also
exported on a metadata object, so it is available to any
client that wants to expose WirePlumber settings (!599, !600)
- The WpConf API has changed to not be a singleton and support
opening arbitrary config files. The main config file now
needs to be opened prior to creating a WpCore and passed to
the core using a property. The core uses that without letting
the underlying pw_context open and read the default
client.conf. The core also closes the WpConf after all
components are loaded, which means all the config loading is
done early at startup. Finally, WpConf loads all sections
lazily, keeping the underlying files memory mapped until it
is closed and merging them on demand (!601, !606)
- Remove patch that's already included:
* 0001-wpctl-add-settings-subcomand-to-show_-delete-or-change.patch
* Mon Feb 19 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to remove the "clear-persistent"
sub-command and add a "settings" sub-command:
* 0001-wpctl-add-settings-subcomand-to-show_-delete-or-change.patch
* Thu Feb 15 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.4.82 (0.5.0 pre-release 2)
* Highlights:
- Bluetooth auto-switching is now implemented with a virtual
source node. When an application links to it, the actual
device switches to the HSP/HFP profile to provide the real
audio stream. This is a more robust solution that works with
more applications and is more user-friendly than the previous
application whitelist approach
- Added support for dynamic log level changes via the PipeWire
settings metadata. Also added support for log level patterns
in the configuration file
- The "persistent" (i.e. stored) settings approach has changed
to use two different metadata objects: sm-settings and
persistent-sm-settings. Changes in the former are applied in
the current session but not stored, while changes in the
latter are stored and restored at startup. Some work was also
done to expose a wpctl interface to read and change these
settings, but more is underway
- Several WirePlumber-specific node properties that used to be
called target.* have been renamed to node.* to match the
PipeWire convention of node.dont-reconnect. These are also
now fully documented
* Other changes:
- Many documentation updates
- Added support for SNAP container permissions
- Fixed multiple issues related to restoring the Route
parameter of devices, which includes volume state
- Smart filters can now be targetted by specific streams
directly when the filter.smart.targetable property is set
- Ported the mechanism to override device profile priorities in
the configuration, which is used to re-prioritize Bluetooth
codecs
- WpSettings is no longer a singleton class and there is a
built-in component to preload an instance of it
* Mon Feb 05 2024 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.4.81
* Highlights:
- Lua scripts have been refactored to use the new event
dispatcher API, which allows them to be split into multiple
small fragments that react to events in a specified order.
This allows scripts to be more modular and easier to
maintain, as well as more predictable in terms of execution
order.
- The configuration system has been refactored to use a single
SPA-JSON file, like PipeWire does, with support for fragments
that can override options. This file is also now loaded using
PipeWire's configuration API, which effectively means that
the file is now loaded from the PipeWire configuration
directories, such as /etc/pipewire and
$XDG_CONFIG_HOME/pipewire.
- The configuration system now has the concept of profiles,
which are groups of components that can be loaded together,
with the ability to mark certain components as optional. This
allows having multiple configurations that can be loaded
using the same configuration file. Optional components also
allow loading the same profile gracefully on different
setups, where some components may not be available (ex,
loading of the session D-Bus plugin on a system-wide PipeWire
setup now does not fail).
- Many configuration options are now exposed in the sm-settings
metadata, which allows changing them at runtime. This can be
leveraged in the future to implement configuration tools that
can modify WirePlumber's behaviour dynamically, without
restarting.
- A new "filters" system has been implemented, which allows
specifying chains of "filter" nodes to be dynamically linked
in-between streams and devices. This is achieved with certain
properties and metadata that can be set on the filter nodes
themselves.
- The default linking policy now reads some more target.*
properties from nodes, which allows fine-tuning some aspects
of their linking behaviour, such as whether they are allowed
to be re-linked or whether an error should be sent to the
client if they cannot be linked.
- Some state files have been renamed and some have changed
format to use JSON for storing complex values, such as
arrays. This may cause some of the old state to be lost on
upgrade, as there is no transition path implemented.
- The libcamera and V4L2 monitors have a "device deduplication"
logic built-in, which means that for each physical camera
device, only one node will be created, either from libcamera
or V4L2, depending on which one is considered better for the
device. This is mainly to avoid having multiple nodes for the
same camera device, which can cause confusion when looking at
the list of available cameras in applications.
- Bump apiver to 0.5
- Rewrite split-config-file.py to work with the new config
subsystem
- Remove patch which isn't applying anymore and whose fix is
now handled by the split-config-file.py script:
* fix-bsc1219411.patch
* Mon Feb 05 2024 Antonio Larrosa <alarrosa@suse.com>
- Add patch to only enable bluetooth when audio support is enabled
by installing wireplumber-audio (bsc#1219411):
* fix-bsc1219411.patch
* Tue Dec 05 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.17:
* Fixes:
- Fix a reference counting issue in the object managers that
could cause crashes due to memory corruption.
- Fix an issue with filters linking to wrong targets, often
with two sets of links.
- Fix a crash in the endpoints policy that would show up when
log messages were enabled at level 3 or higher.
* Sun Nov 26 2023 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.4.16:
* Additions:
- Added a new "sm-objects" script that allows loading objects
on demand via metadata entries that describe the object to
load; this can be used to load pipewire modules, such as
filters or network sources/sinks, on demand
- Added a mechanism to override device profile priorities in
the configuration, mainly as a way to re-prioritize Bluetooth
codecs, but this also can be used for other devices
- Added a mechanism in the endpoints policy to allow connecting
filters between a certain endpoint's virtual sink and the
device sink; this is specifically intended to allow plugging
a filter-chain to act as equalizer on the Multimedia endpoint
- Added wp_core_get_own_bound_id() method in WpCore
* Changes:
- PipeWire 0.3.68 is now required
- policy-dsp now has the ability to hide hardware nodes behind
the DSP sink to prevent hardware misuse or damage
- JSON parsing in Lua now allows keys inside objects to be
without quotes
- Added optional argument in the Lua JSON parse() method to
limit recursions, making it possible to partially parse a
JSON object
- It is now possible to pass nil in Lua object constructors
that expect an optional properties object; previously,
omitting the argument was the only way to skip the properties
- The endpoints policy now marks the endpoint nodes as
"passive" instead of marking their links, adjusting for the
behavior change in PipeWire 0.3.68
- Removed the "passive" property from si-standard-link, since
only nodes are marked as passive now
* Fixes:
- Fixed the wpctl clear-default command to completely clear all
the default nodes state instead of only the last set default
- Reduced the amount of globals that initially match the
interest in the object manager
- Used an idle callback instead of pw_core_sync() in the object
manager to expose tmp globals
- Remove patches included upstream:
* 0001-object-manager-reduce-the-amount-of-globals-that-initially.patch
* 0002-object-manager-use-an-idle-callback-to-expose-tmp-globals.patch
* 0001-policy-dsp-add-ability-to-hide-parent-nodes.patch
- Update split-config-file.py
* Tue Oct 31 2023 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream that fixes too many matches for property
interest:
* 0001-object-manager-reduce-the-amount-of-globals-that-initially.patch
- Add patch from upstream that fixes an odd failure of a test after
applying the previous patch:
* 0002-object-manager-use-an-idle-callback-to-expose-tmp-globals.patch
- Add patch from upstream that adds ability to hide parent nodes,
which is useful to prevent hardware misuse or damage by poorly
behaved/configured clients:
* 0001-policy-dsp-add-ability-to-hide-parent-nodes.patch
* Fri Oct 13 2023 Antonio Larrosa <alarrosa@suse.com>
- Update to version 0.4.15:
* Additions:
- A new "DSP policy" module has been added; its purpose is to
automatically load a filter-chain when a certain hardware
device is present, so that audio always goes through this
software DSP before reaching the device. This is mainly to
support Apple M1/M2 devices, which require a software DSP
to be always present
- WpImplModule now supports loading module arguments directly
from a SPA-JSON config file; this is mainly to support DSP
configuration for Apple M1/M2 and will likely be reworked
for 0.5
- Added support for automatically combining Bluetooth LE Audio
device sets (e.g. pairs of earbuds) (!500)
- Added command line options in wpctl to display device/node
names and nicknames instead of descriptions
- Added zsh completions file for wpctl
- The device profile selection policy now respects the
device.profile property if it is set on the device; this is
useful to hand-pick a profile based on static configuration
rules (alsa_monitor.rules)
* Changes/Fixes:
- Linking policy now sends an error to the client before
destroying the node, if it determines that the node cannot be
linked to any target; this fixes error reporting on the
client side
- Fixed a crash in suspend-node that could happen when
destroying virtual sinks that were loaded from another
process such as pw-loopback
- Virtual machine default period size has been bumped to 1024
- Updated bluez5 default configuration, using bluez5.roles
instead of bluez5.headset-roles now (!498)
- Disabled Bluetooth autoconnect by default (!514)
- Removed RestrictNamespaces option from the systemd services
in order to allow libcamera to load sandboxed IPA modules
- Fixed a JSON encoding bug with empty strings
- Lua code can now parse strings without quotes from SPA-JSON
- Added some missing \since annotations and made them show up
in the generated gobject-introspection file, to help bindings
generators
- Add zsh-completion subpackage
* Fri May 19 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Require wireplumber-audio if pipewire-jack is installed.
- Recommend pipewire-jack in wireplumber-audio.
* Fri Mar 10 2023 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 0.4.14:
* Additions
- Add support for managing Bluetooth-MIDI, complementing the
parts that were merged in PipeWire recently.
- Add a default volume configuration option for streams whose
volume has never been saved before; that allows starting new
streams at a lower volume than 100% by default, if desired.
- Add support for managing link errors and propagating them to
the client(s) involved. This allows better error handling on
the application side in case a format cannot be negotiated -
useful in video streams.
- snd_aloop devices are now described as being "Loopback"
devices.
- ALSA nodes in the pro audio profile now get increased graph
priority, so that they are more likely to become the driver
in the graph.
- Add support for disabling libcamera nodes & devices with
node.disabled and device.disabled, like it works for ALSA
and V4L2.
- Drop reduce-meson-required-version.patch: openSUSE Leap 15.3 is
no longer supported.
- Drop patches already included upstream:
* 0001-alsa-monitor-handle-snd_aloop-devices-better.patch
* 0001-spa-json-make-sure-we-only-add-encoded-string-data.patch
* 0001-m-lua-scripting-ignore-string-integer-table-keys-when-constructing-a-JSON-Array-Object.patch
* Fri Jan 13 2023 Antonio Larrosa <alarrosa@suse.com>
- Backport the workaround from SLE/Leap for the bug in systemd
scripts that didn't set the default enable state for the
wireplumber user service when installing wireplumber. The bug
(boo#1200485) was fixed but that's only for new installations
while this workaround will fix old installations (boo#1202008).
This is used to automatically fix installations of
SLE 15 SP4/Leap 15.4 that were not updated during it's lifetime
and upgrade directly to SP5/15.5 .
* Wed Jan 11 2023 Antonio Larrosa <alarrosa@suse.com>
- Add upstream patches to fix glfo#pipewire/pipewire#2214 and to
handle better non-null terminated strings:
* 0001-alsa-monitor-handle-snd_aloop-devices-better.patch
* 0001-spa-json-make-sure-we-only-add-encoded-string-data.patch
* 0001-m-lua-scripting-ignore-string-integer-table-keys-when-constructing-a-JSON-Array-Object.patch
/usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/wpctl
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Apr 19 22:35:28 2026