Package Details: amberol 0.10.3-1

Git Clone URL: https://aur.archlinux.org/amberol.git (read-only, click to copy)
Package Base: amberol
Description: Plays music, and nothing else
Upstream URL: https://apps.gnome.org/app/io.bassi.Amberol
Licenses: GPL3
Submitter: igor-dyatlov
Maintainer: igor-dyatlov
Last Packager: igor-dyatlov
Votes: 29
Popularity: 0.118017
First Submitted: 2022-04-11 19:37 (UTC)
Last Updated: 2023-05-24 19:06 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Mel commented on 2023-09-08 03:26 (UTC)

Please consider patching it with patch posted in https://gitlab.gnome.org/World/amberol/-/issues/220

SupremeDeity commented on 2023-08-12 15:10 (UTC)

Should add "glibc" to the list of dependencies. The build was failing for me on the linking stage without it.

tallero commented on 2023-05-05 21:55 (UTC)

move to [community]?

HaroldLoui commented on 2023-05-05 03:30 (UTC)

I got a compile error:

   ...
   Compiling tracing v0.1.37
   Compiling lofty v0.11.0
   Compiling pest v2.5.5
   Compiling pretty_env_logger v0.4.0
   Compiling async-global-executor v2.3.1
error[E0658]: generic associated types are unstable
   --> /home/hanwei/.cache/yay/amberol/src/build/cargo-home/registry/src/github.com-1ecc6299db9ec823/lofty-0.11.0/src/ape/tag/mod.rs:233:2
    |
233 |     type RefKey<'a> = &'a str;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information
   ...
   Compiling async-std v1.12.0
For more information about this error, try `rustc --explain E0658`.
error: could not compile `lofty` due to 10 previous errors
warning: build failed, waiting for other jobs to finish...
[40/41] Generating data/io.bassi.Amberol.appdata.xml with a custom command
FAILED: src/amberol
   ...

igor-dyatlov commented on 2023-04-30 14:36 (UTC)

@SebinNyshkim: fix

SebinNyshkim commented on 2023-04-29 14:25 (UTC)

The gmp-mpfs-sys package doesn't seem to be part of Cargo.lock anymore which prompts the error.

Removing/commenting out the line cargo update -p gmp-mpfs-sys from the prepare() function in PKGBUILD makes the build succeed.

max.bra commented on 2023-04-27 15:53 (UTC)

+1

mergen commented on 2023-04-27 05:31 (UTC)

I get the following problem when installing via paru:

Switched to a new branch 'makepkg'
==> Starting prepare()...
error: package ID specification `gmp-mpfr-sys` did not match any packages
==> ERROR: A failure occurred in prepare().

malacology commented on 2023-04-26 11:16 (UTC)

Okay, now problems solved

tdtooke commented on 2023-04-23 02:27 (UTC)

I get the problem that terusus gets if I try to install this 'as is.' If I instead use your preparation with fixes the issue that malacology brought up and put that into the pkgbuild for amberol-git it works.