add polaris ebuild
This commit is contained in:
parent
6235c4fdfd
commit
a2a2f63daf
1
auth.secret
Normal file
1
auth.secret
Normal file
@ -0,0 +1 @@
|
||||
Ø€#0¤Å‡¿ƒµµËe êãÅTýiI?x³LħìZ
|
||||
BIN
collection.index
Normal file
BIN
collection.index
Normal file
Binary file not shown.
40
media-sound/polaris/polaris-9999.ebuild
Normal file
40
media-sound/polaris/polaris-9999.ebuild
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
|
||||
inherit cargo git-r3
|
||||
|
||||
DESCRIPTION="Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device."
|
||||
HOMEPAGE="https://github.com/agersant/polaris"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/agersant/polaris.git"
|
||||
|
||||
|
||||
# LICENSE=""
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
|| (
|
||||
dev-lang/rust
|
||||
dev-lang/rust-bin
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
|
||||
QA_FLAGS_IGNORED="usr/bin/polaris"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
cargo_live_src_unpack
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cargo_src_configure --frozen --no-default-features
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install --offline
|
||||
}
|
||||
15
polaris.log
Normal file
15
polaris.log
Normal file
@ -0,0 +1,15 @@
|
||||
16:13:35 [INFO] [src/main.rs:129] Cache files location is "."
|
||||
16:13:35 [INFO] [src/main.rs:130] Data files location is "."
|
||||
16:13:35 [INFO] [src/main.rs:131] Config file location is "./polaris.toml"
|
||||
16:13:35 [INFO] [src/main.rs:132] Legacy database file location is "./db.sqlite"
|
||||
16:13:35 [INFO] [src/main.rs:133] Log file location is Some(
|
||||
"./polaris.log",
|
||||
)
|
||||
16:13:35 [INFO] [src/main.rs:136] Pid file location is "./polaris.pid"
|
||||
16:13:35 [INFO] [src/main.rs:138] Web client files location is "./web"
|
||||
16:13:35 [INFO] [src/app/index.rs:42] No existing collection index to restore
|
||||
16:13:35 [INFO] [src/main.rs:151] Starting up server
|
||||
16:13:35 [INFO] [src/app/scanner.rs:202] Beginning collection scan
|
||||
16:13:35 [INFO] [src/app/scanner.rs:370] Browsing collection using 8 threads
|
||||
16:13:35 [INFO] [src/ui/headless.rs:6] Starting up UI (headless)
|
||||
16:13:35 [INFO] [src/app/scanner.rs:336] Collection scan took 0.015 seconds
|
||||
BIN
polaris.ndb
Normal file
BIN
polaris.ndb
Normal file
Binary file not shown.
1
polaris.pid
Normal file
1
polaris.pid
Normal file
@ -0,0 +1 @@
|
||||
12463
|
||||
0
polaris.toml
Normal file
0
polaris.toml
Normal file
Loading…
Reference in New Issue
Block a user