Package Details: uamp 0.7.5-1

Git Clone URL: https://aur.archlinux.org/uamp.git (read-only, click to copy)
Package Base: uamp
Description: Universal Advanced Music Player written in rust.
Upstream URL: https://bonnyad9.github.io/uamp/
Keywords: audio-player audio-server music-player music-server rust
Licenses: GPL-3.0-or-later
Submitter: BonnyAD9
Maintainer: BonnyAD9
Last Packager: BonnyAD9
Votes: 1
Popularity: 0.38
First Submitted: 2025-04-29 15:35 (UTC)
Last Updated: 2026-07-01 09:24 (UTC)

Latest Comments

BonnyAD9 commented on 2026-06-02 18:18 (UTC)

Should be fixed now.

The cause was that the rust package didn't update to the newest version yet and this rust feature is not stable in the older version.

Dominiquini commented on 2026-06-01 23:41 (UTC) (edited on 2026-06-01 23:42 (UTC) by Dominiquini)

...
   Compiling minlin v0.5.0
error[E0658]: use of unstable library feature `new_range_api`
 --> /home/rafaeldominiquini/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minlin-0.5.0/src/traits/map_ext.rs:1:16
  |
1 | use std::{ops, range::Range};
  |                ^^^^^^^^^^^^
  |
  = note: see issue #125687 <https://github.com/rust-lang/rust/issues/125687> for more information