jellyfin-desktop

MEDIUM
maintainer zen 107 votes scanned 2026-09-15 11:19:45.698215
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Andrew Rabert <ar@nullsum.net>
2
3pkgname=jellyfin-desktop
4pkgver=2.0.0
5pkgrel=3
6pkgdesc='Jellyfin Desktop Client'
7arch=('i686' 'x86_64')
8license=('GPL')
9url='https://github.com/jellyfin/jellyfin-desktop'
10depends=('mpv' 'mpvqt' 'libcec' 'sdl2' 'p8-platform' 'protobuf' 'qt6-webengine' 'qt6-declarative')
11makedepends=('cmake' 'git' 'ninja' 'python')
12source=("https://github.com/jellyfin-archive/jellyfin-desktop-qt/archive/refs/tags/v${pkgver}.tar.gz")
13sha256sums=('11ba0a7f4f344dc076b9f234193f93684a5621a100607298dfc2d14092b525d5')
14
15build() {
16 cd "${srcdir}/jellyfin-desktop-qt-${pkgver}"
17 rm -rf build
18 mkdir build
19 cmake \
20 -B build \
21 -G Ninja \
22 -DCMAKE_BUILD_TYPE='Release' \
23 -DCMAKE_INSTALL_PREFIX='/usr/' \
24 -DCMAKE_SKIP_RPATH=1 \
25 -DQTROOT=build/qt \
26 -Wno-dev
27 cmake --build build
28}
29
30package() {
31 cd "${srcdir}/jellyfin-desktop-qt-${pkgver}"
32 DESTDIR="${pkgdir}" cmake --install build
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 11:19:45 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion