Search Criteria
Package Details: gnome-metronome 1.2.0-1
Git Clone URL: | https://aur.archlinux.org/gnome-metronome.git (read-only, click to copy) |
---|---|
Package Base: | gnome-metronome |
Description: | Practice music with a regular tempo |
Upstream URL: | https://gitlab.gnome.org/aplazas/metronome |
Licenses: | GPL3 |
Submitter: | dusansimic |
Maintainer: | dusansimic |
Last Packager: | dusansimic |
Votes: | 1 |
Popularity: | 0.000005 |
First Submitted: | 2021-08-14 16:25 (UTC) |
Last Updated: | 2022-05-09 22:16 (UTC) |
Dependencies (4)
- gstreamer (gstreamer-git)
- libadwaita (libadwaita-git, libadwaita-testing, libadwaita-without-adwaita-git)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
- meson (meson-git) (make)
Latest Comments
dusansimic commented on 2022-03-15 11:20 (UTC)
@twiztedtbone thanks for the comment. I'll reach out to the maintainer and see what's the situation.
twiztedtbone commented on 2022-03-14 22:13 (UTC)
Fails to build due to the required version of libadwaita being hardcoded in the meson.build file as 1.0.0-alpha.2, Arch having a much newer version than that in the repos. I fixed by manually changing the "==" to ">=" for said line in the above file, then re-ran makepkg with the -e flag; everything built and installed fine.
This ought to be fixed upstream rather than with a patch like this, however I'm not sure if he's keeping that hardcoded req in for a good reason or something, as building used to require >= to 1.0 but was actually changed to specify the weird alpha version.