Package Details: cava-bg 0.2.5-1

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)

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_APP5 and sys::AVPacketSideDataType::AV_PKT_DATA_HEVC_CONF not 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 { | ^^^^^ patterns sys::AVPacketSideDataType::AV_PKT_DATA_DYNAMIC_HDR_SMPTE_2094_APP5 and sys::AVPacketSideDataType::AV_PKT_DATA_HEVC_CONF not covered | note: sys::AVPacketSideDataType defined 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 type sys::AVPacketSideDataType help: 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 compile ffmpeg-next (lib) due to 14 previous errors warning: build failed, waiting for other jobs to finish...