Search Criteria
Package Details: cava-bg 0.2.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cava-bg.git (read-only, click to copy) |
|---|---|
| Package Base: | cava-bg |
| Description: | Audio visualizer for Wayland — background layer with dynamic wallpaper colors |
| Upstream URL: | https://github.com/leriart/cava-bg |
| Licenses: | MIT |
| Conflicts: | cava-bg |
| Provides: | cava-bg |
| Submitter: | Lerit |
| Maintainer: | Lerit |
| Last Packager: | Lerit |
| Votes: | 2 |
| Popularity: | 0.32 |
| First Submitted: | 2026-04-10 00:59 (UTC) |
| Last Updated: | 2026-06-11 19:57 (UTC) |
Dependencies (10)
- cava (cava-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, librempeg-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-whisperAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-cuda-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-llvmAUR)
- libegl (libglvnd-gitAUR, nvidia-340xx-utilsAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libxkbcommon (libxkbcommon-gitAUR)
- wayland (wayland-asan-gitAUR, wayland-gitAUR, wayland-chromiumAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
Latest Comments
olivertzeng commented on 2026-08-29 16:38 (UTC)
cannot compile this properly error[E0004]: non-exhaustive patterns:
sys::AVPacketSideDataType::AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5andsys::AVPacketSideDataType::AV_PKT_DATA_HEVC_CONFnot covered --> /home/olivertzeng/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ffmpeg-next-8.1.0/src/codec/packet/side_data.rs:83:15 | 83 | match value { | ^^^^^ patternssys::AVPacketSideDataType::AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5andsys::AVPacketSideDataType::AV_PKT_DATA_HEVC_CONFnot covered | note:sys::AVPacketSideDataTypedefined here --> /usr/src/debug/cava-bg/cava-bg-0.2.5/target/release/build/ffmpeg-sys-next-ea39df6a54ac6345/out/bindings.rs:6621:1 | 6621 | pub enum AVPacketSideDataType { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 6705 | AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5 = 41, | --------------------------------------- not covered 6706 | #[doc = " Dolby Vision enhancement-layer H... 6707 | AV_PKT_DATA_HEVC_CONF = 42, | --------------------- not covered = note: the matched value is of typesys::AVPacketSideDataTypehelp: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern, a match arm with multiple or-patterns as shown, or multiple match arms | 152 ~ AV_PKT_DATA_EXIF => Type::EXIF, 153 ~ sys::AVPacketSideDataType::AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5 | sys::AVPacketSideDataType::AV_PKT_DATA_HEVC_CONF => todo!(), |Compiling walkdir v2.5.0 Some errors have detailed explanations: E0004, E0425, E0609. For more information about an error, try
rustc --explain E0004. error: could not compileffmpeg-next(lib) due to 14 previous errors warning: build failed, waiting for other jobs to finish...