Search Criteria
Package Details: polaris 0.16.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/polaris.git (read-only, click to copy) |
|---|---|
| Package Base: | polaris |
| Description: | A self-hosted music streaming server |
| Upstream URL: | https://github.com/agersant/polaris |
| Keywords: | music self-host streaming |
| Licenses: | MIT |
| Submitter: | crabvk |
| Maintainer: | ogarcia |
| Last Packager: | ogarcia |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-26 17:49 (UTC) |
| Last Updated: | 2026-03-05 09:45 (UTC) |
Dependencies (3)
- libgcc (libgcc-snapshotAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
ColonelThirtyTwo commented on 2024-04-23 21:00 (UTC)
The PKGBUILD needs
option=(!lto)to work around https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/20Also instead of copying the makefile, you can use
make -f res/unix/Makefilecrabvk commented on 2021-04-29 11:33 (UTC)
@Zzipo
It might be something wrong with your rust installation/configuration. Try to build in clean chroot.
Zzipo commented on 2021-04-29 05:03 (UTC) (edited on 2021-04-29 05:03 (UTC) by Zzipo)
Error building.
error[E0658]: use of unstable library feature 'seek_convenience' --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/id3-0.6.4/src/chunk.rs:70:36 | 70 | let id3_tag_pos = file.stream_position()?; | ^^^^^^^^^^^^^^^ | = note: see issue #59359 https://github.com/rust-lang/rust/issues/59359 for more information
crabvk commented on 2020-12-26 19:49 (UTC)
Thanks, I'll fix it asap.
yochananmarqos commented on 2020-12-26 18:54 (UTC) (edited on 2020-12-26 19:06 (UTC) by yochananmarqos)
Please use a temporary NPM cache per package guidelines.
No need to include
base-develgroup packages in makedepends(), see Makepkg:Usage