diff options
author | Sam James <sam@gentoo.org> | 2024-05-06 08:28:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-06 08:29:22 +0100 |
commit | 801b86d9e1a7f9628fd5012fda507863e8186d3c (patch) | |
tree | 35f76d8f41fe60d1a6111e8fbf4e56eef9f7bc19 /gui-apps/waybar | |
parent | media-video/pipewire: restore 1.0.5 (diff) | |
download | gentoo-801b86d9e1a7f9628fd5012fda507863e8186d3c.tar.gz gentoo-801b86d9e1a7f9628fd5012fda507863e8186d3c.tar.bz2 gentoo-801b86d9e1a7f9628fd5012fda507863e8186d3c.zip |
gui-apps/waybar: 9999 uses wireplumber-0.5's API
See https://github.com/Alexays/Waybar/commit/2326727ccbf0456ccfd631e748955f7f67c44a4e upstream.
Bug: https://bugs.gentoo.org/931292
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/waybar')
-rw-r--r-- | gui-apps/waybar/waybar-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index 3410acbd246e..0cb73fc0bd3b 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -58,7 +58,7 @@ RDEPEND=" mpd? ( media-libs/libmpdclient ) mpris? ( >=media-sound/playerctl-2 ) network? ( dev-libs/libnl:3 ) - pipewire? ( media-video/wireplumber:0/0.4 ) + pipewire? ( media-video/wireplumber:0/0.5 ) pulseaudio? ( media-libs/libpulse ) sndio? ( media-sound/sndio:= ) systemd? ( sys-apps/systemd:= ) |