Search Criteria
Package Details: ytermusic 0.1.0beta-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ytermusic.git (read-only, click to copy) |
---|---|
Package Base: | ytermusic |
Description: | A terminal based Youtube Music Player. It's aims to be as fast and simple as possible. Writtten in Rust. |
Upstream URL: | https://github.com/ccgauche/ytermusic |
Licenses: | Apache |
Submitter: | matth |
Maintainer: | matth |
Last Packager: | matth |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-22 22:46 (UTC) |
Last Updated: | 2024-04-21 21:46 (UTC) |
Dependencies (3)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
kittydoor commented on 2024-04-21 16:27 (UTC)
For a successful build, LTO needs to be disabled for this build.
From what I'm able to parse, most "official" recommendation for now seem to be to add this line to the PKGBUILD as done in official packages:
options=(!lto)
Alternatively, there are various workarounds mentioned in the issue regarding this, one example is to set this as an env var or in makepkg.conf:
LTOFLAGS="-flto=auto -ffat-lto-objects"
See issue for reference: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20