Search Criteria
Package Details: amberol 0.9.2-1
Package Actions
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: | 23 |
Popularity: | 1.05 |
First Submitted: | 2022-04-11 19:37 (UTC) |
Last Updated: | 2022-12-11 08:00 (UTC) |
Dependencies (11)
- gst-plugins-bad (gst-plugins-bad-git)
- gst-plugins-base (gst-plugins-base-git)
- gst-plugins-good (gst-plugins-good-git)
- gstreamer (gstreamer-git)
- libadwaita (libadwaita-shortwave, libadwaita-health, libadwaita-git, libadwaita-testing, libadwaita-testing-docs, libadwaita-testing-demos, libadwaita-without-adwaita-git)
- libportal-gtk4
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- meson (meson-git) (make)
- appstream-glib (appstream-glib-git) (check)
- reuse (check)
Latest Comments
1 2 3 Next › Last »
habit commented on 2022-12-13 07:38 (UTC)
@igor-dyatlov: thank you, yes. New flatpak release of amberol added a function, avalable via gnome settings to disable background playback, so I hope we'll have new aur version. :)
igor-dyatlov commented on 2022-11-24 15:08 (UTC)
@habit: You have the package installed
libportal-gtk4
?habit commented on 2022-11-23 18:06 (UTC)
Player returns "Amberol cannot run in the background" notification each start. Developer says he won't even look at it, because package isn't instaleed from flatpak. Maybe someone knows how to fix it, allow to do so, or just disable this message.
igor-dyatlov commented on 2022-08-08 14:00 (UTC)
@Yeho: You not install the package
base-devel
More here: https://wiki.archlinux.org/title/Arch_User_RepositoryYeho commented on 2022-08-07 18:21 (UTC)
To add to my previous comment, add to make depends also:
m4
Yeho commented on 2022-08-07 18:15 (UTC)
Package not building. The following changes need to be made: Add to make depends:
pkgconf
cmake
Add to depends:gtk4
kems commented on 2022-06-28 16:49 (UTC)
@cyqsimon thanks! For some reason I was sure I was running the latest rust. I updated it and it built as expected.
cyqsimon commented on 2022-06-28 14:06 (UTC)
@nTia89
Looks like a software issue not a packaging issue. I recommend reporting it to Gnome's Gitlab directly.
cyqsimon commented on 2022-06-28 13:59 (UTC) (edited on 2022-06-28 14:07 (UTC) by cyqsimon)
@kems
If you follow the link found in the error, you will find the tracking issue for the "tuple destructuring assignment" feature. This feature was stabilised somewhat recently in Rust 1.59.0 (stabilisation PR, release post) in February 2022.
You are getting this error because you are using an earlier version of Rust. You can check the version you have with
rustc --version
. You should probably update your Rust toolchain withpacman
(or in case you are a Rust developer,rustup
).kems commented on 2022-06-28 13:33 (UTC) (edited on 2022-06-28 13:58 (UTC) by kems)
this package fails to compile on my system because of lofty:
anyone else with the same issue or just me?
1 2 3 Next › Last »