Package Details: jellyfin-server-git 10.12.0.r28174.738d475-2

Git Clone URL: https://aur.archlinux.org/jellyfin-git.git (read-only, click to copy)
Package Base: jellyfin-git
Description: Jellyfin server backend
Upstream URL: https://jellyfin.org
Licenses: GPL2
Conflicts: jellyfin-server
Provides: jellyfin-server
Submitter: z3ntu
Maintainer: Big-B
Last Packager: Big-B
Votes: 21
Popularity: 0.000000
First Submitted: 2018-12-11 16:45 (UTC)
Last Updated: 2026-01-24 19:22 (UTC)

Required by (14)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

z3ntu commented on 2025-04-05 13:53 (UTC)

@BiG-B: People on architecture not officially supported by Arch Linux (so any apart from x86_64) can build with makepkg -A

Big-B commented on 2025-04-03 23:49 (UTC)

armv7 and aarch64 both build. Should probably just set arch to any

tronicdude commented on 2025-03-01 04:27 (UTC)

Apologies if this is a me issue and not a package issue; while it builds successfully, I am getting the following warning:

( 6/11) Checking for package with missing dependencies...
File "/usr/lib/jellyfin/runtimes/linux-musl-x64/native/libHarfBuzzSharp.so" from package "jellyfin-server-git" is missing dependency "libc.musl-x86_64.so.1"
File "/usr/lib/jellyfin/runtimes/linux-musl-x64/native/libSkiaSharp.so" from package "jellyfin-server-git" is missing dependency "libc.musl-x86_64.so.1"

tronicdude commented on 2024-12-17 17:20 (UTC)

Update to .NET 9 please, thanks

tronicdude commented on 2024-12-17 17:20 (UTC)

Needs dotnet-host-bin. dotnet-host is on version 8, dotnet-host-bin is on 9, which is necessary for this.

Also dotnet-sdk-bin for same reason.

Changed line 49 to dotnet new globaljson --sdk-version 9.0.0 --roll-forward latestMinor --force

x-f commented on 2024-04-13 17:18 (UTC)

ffmpeg parameter won't work.

I added it to conf file, and the argument is in the process, but has no effect. Build it now based on PKGBUILD from the extra repo and it works.

digital_mystik commented on 2023-12-27 21:05 (UTC)

I think we need to hold off on building until SkiaSharp gets updated and the hls.js sourcing PR gets merged - the devs currently note that the newer patched release of SkiaSharp segfaults, but sticking with the older build errors out due to the security vulnerability (tried from the latest stable commits as a test):

/src/jellyfin/Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj : error NU1903: Warning As Error: Package 'SkiaSharp' 2.88.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-j7hp-h8jx-5ppr

Time fixes all things!

z3ntu commented on 2023-12-27 20:21 (UTC)

@digital_mystik: I can reproduce, but seems to be fixed with this PR: https://github.com/jellyfin/jellyfin-web/pull/5060, I assume "npm ci" somehow fails to download the lib from that other source. Maybe the ssh url doesn't get liked inside npm?

digital_mystik commented on 2023-12-27 04:15 (UTC)

Has anyone been able to successfully build jellyfin-web lately? I think something may be borked upstream.. hls.js missing is causing build failure (at least on my end)

cubitoom commented on 2023-12-05 18:20 (UTC) (edited on 2023-12-05 18:23 (UTC) by cubitoom)

As of today (December 5th 2023), this jellyfin-git package is severely out of date.

  • According to the release notes on the latest release from jellyfin's github, https://github.com/jellyfin/jellyfin/releases/tag/v10.8.13
    • The customizable FFmpeg binary path in the WebUI/API has been REMOVED for security reasons. Please see the corresponding blog post here for further details.
    • This bugfix release contains two GHSA security fixes; the details of these vulnerabilities will be released publicly on December 5th 2023. Please ensure you update your systems as soon as possible.

On top of my previous comment it should be noted that the newest release of v10.8.13 has requirements for dotnet-sdk>=8 and aspnet-runtime>=8 as digital_mystik pointed out.

For now, these dependencies can be met by installing dotnet-sdk-bin and aspnet-runtime-bin from the AUR.