Search Criteria
Package Details: waybar-cava 0.9.24-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waybar-cava.git (read-only, click to copy) |
---|---|
Package Base: | waybar-cava |
Description: | Highly customizable Wayland bar for Sway and Wlroots based compositors, with module cava (Cross-platform Audio Visualizer) |
Upstream URL: | https://github.com/Alexays/Waybar/ |
Licenses: | MIT |
Conflicts: | waybar |
Provides: | waybar |
Submitter: | mutoroglin |
Maintainer: | mutoroglin |
Last Packager: | mutoroglin |
Votes: | 2 |
Popularity: | 0.82 |
First Submitted: | 2023-08-30 06:44 (UTC) |
Last Updated: | 2023-11-03 20:51 (UTC) |
Dependencies (30)
- fmt (fmt-gitAUR)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- gtkmm3
- jackAUR (jack-gitAUR, jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, pipewire-common-jack-gitAUR, jack2, pipewire-jack)
- libappindicator-gtk3 (libappindicator-bzrAUR)
- libcavaAUR
- libdate-tz.so (chrono-date)
- libdbusmenu-gtk3
- libevdev (libevdev-gitAUR)
- libinput (libinput-three-finger-dragAUR, libinput-multiplierAUR)
- libjack.so (jack-gitAUR, lib32-jack-gitAUR, lib32-jackAUR, jackAUR, jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, pipewire-common-jack-gitAUR, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libjsoncpp.so (jsoncpp-cmakeAUR, jsoncpp-gitAUR, jsoncpp)
- libmpdclient
- libnl (libnl-gitAUR)
- libpulse (pulseaudio-dummyAUR, pulseaudio-gitAUR)
- libsigc++
- libsndio.so (sndio-gitAUR, sndio)
- libupower-glib.so (upower-silent-mouseAUR, upower-nocriticalAUR, upower-nocritical-nosystemd-gitAUR, upower)
- libxkbcommon (libxkbcommon-gitAUR)
- playerctl (playerctl-gitAUR)
- Show 10 more dependencies...
Required by (21)
- hyprforest-installer-bin (requires waybar) (optional)
- lxqt-labwc-session-git (requires waybar)
- spatial-shell (requires waybar) (optional)
- sway-borders-git (requires waybar) (optional)
- sway-force-ssd-git (requires waybar) (optional)
- sway-git-wlroots-git (requires waybar) (optional)
- sway-hidecursor-leftbar (requires waybar) (optional)
- sway-hidpi-git (requires waybar) (optional)
- sway-i3-style-fullscreen-git (requires waybar) (optional)
- sway-im (requires waybar) (optional)
- sway-im-git (requires waybar) (optional)
- sway-inhibit-fullscreen-git (requires waybar) (optional)
- sway-mask-modifiers-git (requires waybar) (optional)
- sway-no-titlebars-git (requires waybar) (optional)
- sway-titlebar-positioning-git (requires waybar) (optional)
- sway9 (requires waybar) (optional)
- swayfx (requires waybar) (optional)
- swayfx-git (requires waybar) (optional)
- vivarium-git (requires waybar) (optional)
- waybar-module-pacman-updates-git (requires waybar)
- Show 1 more...
Latest Comments
mutoroglin commented on 2023-10-18 11:42 (UTC) (edited on 2023-10-18 14:32 (UTC) by mutoroglin)
@MarsSeed thanks a lot for the detailed explanation - it triggered a thought and understanding process on my end!
I firstly created the package 'libcava' (the cava fork that is required by waybar) and added it as a dependency to the 'waybar-cava' package.
Secondly I explicitly declared all features and disabled the auto-features.
MarsSeed commented on 2023-10-15 15:33 (UTC)
If built in an environment where cava is not installed, this package won't provide the waybar/cava module. Because cava is not a dependency, and if not found at build-time, Meson will turn off cava support.
This is the downside of using Meson's auto-features: the resulting build will differ depending on the build environment.
It is better to disable auto-features and declare the needed Meson options explicitly. And also to add the needed libraries in PKGBUILD's depends array.
Thank you in advance for addressing this.
mutoroglin commented on 2023-10-15 14:29 (UTC)
@MarsSeed contrary to the package
extra/waybar
does this package provide the waybar module cava. Hence there is indeed a usecase for this package. Thank you for the tip on meson's auto-features. I was not aware of this but will digest and update accordingly.MarsSeed commented on 2023-10-14 08:37 (UTC)
It doesn't make sense to keep this package, as it is just a duplicate of extra/
waybar
, and also not well configured because it enables meson's auto-features whereas it should be disabled as per Arch package guidelines.