mpv-music
LOW
maintainer mdrv
0 votes
scanned 2026-08-30 11:42:29.053600
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Umar Alfarouk <medrivia@gmail.com>
2
3
pkgname=mpv-music
4
pkgver=0.27.1
5
pkgrel=1
6
pkgdesc='Blazing-fast, terminal-native music player and library browser for mpv'
7
arch=(x86_64 aarch64)
8
url='https://github.com/FurqanHun/mpv-music'
9
license=(MIT)
10
depends=('mpv' 'libgcc')
11
optdepends=('yt-dlp: for playing URLs'
12
'deno: JS runtime for YouTube playback (recommended)'
13
'nodejs: alternative JS runtime for YouTube playback')
14
makedepends=(cargo)
15
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16
sha256sums=('840395c0eb51341de44c5679eabc72d020fef50c2bfebd17b8cfb83771a8a050')
17
18
# NOTE: the 'update' self-updater feature is intentionally not enabled;
19
# updates arrive via pacman.
20
21
# Disable LTO on x86_64: system-wide LTO poisons ring's C symbol visibility
22
# causing "undefined symbol: ring_core_0_17_14__LIMBS_less_than" errors
23
# https://github.com/briansmith/ring/issues/2746
24
[[ $CARCH == 'x86_64' ]] && options=(!lto)
25
26
prepare() {
27
cd "$pkgname-$pkgver"
28
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
29
}
30
31
build() {
32
cd "$pkgname-$pkgver"
33
cargo build --frozen --release
34
}
35
36
check() {
37
cd "$pkgname-$pkgver"
38
cargo test --frozen
39
}
40
41
package() {
42
cd "$pkgname-$pkgver"
43
install -Dm755 target/release/mpv-music "$pkgdir/usr/bin/mpv-music"
44
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 11:42:29 | Low | 1 |