Search Criteria
Package Details: jellyfin-web-git 10.11.0.r27254.86b81c9-1
Package Actions
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.000005 |
First Submitted: | 2018-12-11 16:45 (UTC) |
Last Updated: | 2025-04-17 23:44 (UTC) |
Dependencies (3)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
Required by (2)
- jellyfin-git
- jellyfin-server-bin (requires jellyfin-web) (optional)
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
Big-B commented on 2025-04-14 14:59 (UTC)
@z3ntu
I'm really not sure what to say. You were asked to make a one line change and your response was not in the spirit of maintainership. I absolutely am sorry if that was the straw that broke the camel's back and drove you away from being a contributor, my intent was merely to remind you of what is expected from repo maintainers.
Wish you all the best, I'll work to break up the packages like you suggested. If you ever want maintainership back, I'm more than happy to hand it back over to you.
z3ntu commented on 2025-04-11 20:34 (UTC)
I'm disowning the package, haven't touched this much recently, and jellyfin stable is in the repos anyways.
Some todo items that the next maintainer should do: * split the package into jellyfin-server-git and jellyfin-web-git, the combined PKGBUILD is just a historical artifact * align PKGBUILDs with the ones from the main repo https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-server/-/blob/main/PKGBUILD?ref_type=heads & https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/blob/main/PKGBUILD?ref_type=heads * and probably some other changes
Good luck! And @Big-B thanks for being so passive aggressive. :)
Big-B commented on 2025-04-11 20:25 (UTC)
@z3ntu
Please refer to https://wiki.archlinux.org/title/AUR_submission_guidelines#Maintaining_packages for guidance on package maintenance.
Big-B commented on 2025-04-08 14:23 (UTC)
@z3ntu
See https://wiki.archlinux.org/title/Arch_package_guidelines#Architectures for appropriate PKGBUILD configuration guidance.
Big-B commented on 2025-04-08 14:19 (UTC) (edited on 2025-04-08 14:53 (UTC) by Big-B)
@z3ntu
Current setup is:
arch=('i686' 'x86_64' 'armv6h')
Setup should be:
arch=('any')
Or if you insist on needlessly inconveniencing non x86_64 users in direct conflict with the packaging guidelines, then:
arch=('x86_64')
Your PKGBUILD is wrong.
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:
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
1 2 3 4 5 6 .. 8 Next › Last »