Search Criteria
Package Details: polaris 0.14.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/polaris.git (read-only, click to copy) |
---|---|
Package Base: | polaris |
Description: | Music streaming application, designed to let you enjoy your music collection from any computer or mobile device |
Upstream URL: | https://github.com/agersant/polaris |
Licenses: | MIT |
Submitter: | crabvk |
Maintainer: | furbyhaxx |
Last Packager: | furbyhaxx |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-12-26 17:49 (UTC) |
Last Updated: | 2024-09-02 13:32 (UTC) |
Dependencies (8)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- sqlite (sqlite-fossilAUR) (make)
- zstd (zstd-gitAUR, zstd-staticAUR) (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/Makefile
crabvk 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-devel
group packages in makedepends(), see Makepkg:Usage