Package Details: jellyfin-web-git 10.11.0.r27254.86b81c9-1

Git Clone URL: https://aur.archlinux.org/jellyfin-git.git (read-only, click to copy)
Package Base: jellyfin-git
Description: Jellyfin web client
Upstream URL: https://github.com/jellyfin/jellyfin
Licenses: GPL2
Conflicts: jellyfin-web
Provides: jellyfin-web
Submitter: z3ntu
Maintainer: Big-B
Last Packager: Big-B
Votes: 21
Popularity: 0.000002
First Submitted: 2018-12-11 16:45 (UTC)
Last Updated: 2025-04-17 23:44 (UTC)

Latest Comments

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

Recompiler commented on 2021-02-01 03:04 (UTC) (edited on 2021-02-01 03:05 (UTC) by Recompiler)

How do I reconcile this circular dependency?

:: netstandard-targeting-pack-bin and netstandard-targeting-pack are in conflict (netstandard-targeting-pack-2.1). Remove netstandard-targeting-pack? [y/N] Y

error: failed to prepare transaction (could not satisfy dependencies)

:: removing netstandard-targeting-pack breaks dependency 'netstandard-targeting-pack' required by dotnet-sdk

:: removing netstandard-targeting-pack breaks dependency 'netstandard-targeting-pack' required by dotnet-targeting-pack

z3ntu commented on 2020-12-06 09:28 (UTC)

jellyfin-git now requires .NET 5 to build. At the moment of writing dotnet-core in [community] is still on version 3, so you must install e.g. dotnet-core-bin from the AUR in the meantime.

MrTimscampi commented on 2020-11-28 15:33 (UTC)

@z3ntu: It's mainly to signal that we made some changes that break the build process :) Of course, it's not fixable until the packages get updated, but I figured we should let you and other users know that the package won't work with the current master branch.

z3ntu commented on 2020-11-26 16:35 (UTC) (edited on 2020-12-06 09:28 (UTC) by z3ntu)

@MrTimscampi: I'm not sure what you want me to do. I can't make dotnet-core in [community] get updated faster, you can use e.g. https://aur.archlinux.org/pkgbase/dotnet-core-bin/ in the meantime from the AUR.

rustemb commented on 2020-11-05 10:31 (UTC)

missing dep python

gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

m42uko commented on 2020-03-22 16:38 (UTC) (edited on 2020-03-22 19:58 (UTC) by m42uko)

@z3ntu: Interesting... maybe there's a difference between the x86_64 and the ARM build. I just removed python2 from my system and now the build fails again. The problem seems to lie within the node-gyp dependency. See https://pastebin.com/qFFmZ18k for the full log.

As for dotnet on aarch64, I used the dotnet-core-bin package from the AUR, although the source packages should also work, but need to compiled by hand for AARCH64.

z3ntu commented on 2020-03-22 15:51 (UTC)

@m42uko: I just built the package in a fresh container with only the essentials installed (and definitely no python2) and it builds fine. Also how did you build this on aarch64? I don't see any dotnet* packages on https://archlinuxarm.org/packages

m42uko commented on 2020-03-21 16:45 (UTC)

I just had to install python2 for the build to succeed, so you might want to add it to the dependencies. Also, I can confirm this works on the aarch64 architecture, so you can add it to the arch list if you want.