vinyl-player
LOW
maintainer yochananmarqos
0 votes
scanned 2026-08-19 03:41:13.749572
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: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=vinyl-player
3
_app_id=page.codeberg.M23Snezhok.Vinyl
4
pkgver=1.6.1
5
pkgrel=1
6
pkgdesc="Elegant music player"
7
arch=('x86_64')
8
url="https://codeberg.org/M23Snezhok/Vinyl"
9
license=('GPL-3.0-or-later')
10
depends=(
11
'gst-plugins-base-libs'
12
'gst-plugins-bad-libs'
13
'gstreamer'
14
'gtk4'
15
'libadwaita'
16
)
17
makedepends=(
18
'cargo'
19
'git'
20
)
21
optdepends=('gst-plugins-bad')
22
source=("git+https://codeberg.org/M23Snezhok/Vinyl.git#tag=v$pkgver")
23
sha256sums=('7bd6f7ca7c5d9d01432967f2c84cd6a54b5912d8f93b21f35f3d334f7eaf1590')
24
25
prepare() {
26
cd Vinyl
27
export RUSTUP_TOOLCHAIN=stable
28
cargo fetch --locked --target host-tuple
29
}
30
31
build() {
32
cd Vinyl
33
export RUSTUP_TOOLCHAIN=stable
34
export CARGO_TARGET_DIR=target
35
cargo build --frozen --release
36
}
37
38
check() {
39
cd Vinyl
40
appstreamcli validate --no-net "data/${_app_id}.metainfo.xml"
41
desktop-file-validate "data/${_app_id}.desktop"
42
}
43
44
package() {
45
cd Vinyl
46
install -Dm755 "target/release/$pkgname" -t "$pkgdir/usr/bin/"
47
install -Dm644 "data/${_app_id}.desktop" -t "$pkgdir/usr/share/applications/"
48
install -Dm644 "data/${_app_id}.service" -t "$pkgdir/usr/share/dbus-1/services/"
49
install -Dm644 "data/${_app_id}.metainfo.xml" -t "$pkgdir/usr/share/metainfo/"
50
install -Dm644 "data/hicolor/scalable/apps/${_app_id}.svg" -t \
51
"$pkgdir/usr/share/icons/hicolor/scalable/apps/"
52
install -Dm644 "data/hicolor/symbolic/apps/${_app_id}-symbolic.svg" -t \
53
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/"
54
}
55
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-19 03:41@@ -1,7 +1,7 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=vinyl-player _app_id=page.codeberg.M23Snezhok.Vinyl-pkgver=1.6.0+pkgver=1.6.1 pkgrel=1 pkgdesc="Elegant music player" arch=('x86_64')@@ -20,7 +20,7 @@ ) optdepends=('gst-plugins-bad') source=("git+https://codeberg.org/M23Snezhok/Vinyl.git#tag=v$pkgver")-sha256sums=('4d183a4368d0a8c7e95ec2944ae0eebcccf8f48153ba4411e21e2a940afc2e39')+sha256sums=('7bd6f7ca7c5d9d01432967f2c84cd6a54b5912d8f93b21f35f3d334f7eaf1590') prepare() { cd VinylScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |
| 2026-08-16 00:03:42 | Clean | 2 |
| 2026-08-15 17:30:51 | Low | 1 |