Can someone please update this or at least relegate it to someone who will?
Search Criteria
Package Details: jellyfin-server-git 10.8.0.alpha5.r2652.gfd1dc860c9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jellyfin-git.git (read-only, click to copy) |
---|---|
Package Base: | jellyfin-git |
Description: | Jellyfin server component |
Upstream URL: | https://github.com/jellyfin/jellyfin |
Licenses: | GPL2 |
Conflicts: | jellyfin-server |
Provides: | jellyfin-server |
Submitter: | z3ntu |
Maintainer: | z3ntu |
Last Packager: | z3ntu |
Votes: | 21 |
Popularity: | 0.000089 |
First Submitted: | 2018-12-11 16:45 (UTC) |
Last Updated: | 2023-11-23 20:26 (UTC) |
Dependencies (7)
- aspnet-runtime (aspnet-runtime-3.0AUR, aspnet-runtime-2.1AUR, aspnet-runtime-2.2AUR, aspnet-runtime-5.0-binAUR, aspnet-runtime-7.0-binAUR, aspnet-runtime-6.0-binAUR, aspnet-runtime-preview-binAUR, aspnet-runtime-binAUR, aspnet-runtime-8.0-binAUR)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- sqlite (sqlite-fossilAUR)
- 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 (8)
- jellyfin-git
- jellyfin-runit (requires jellyfin-server)
- jellyfin-server-openrc (requires jellyfin-server)
- jellyseerr (requires jellyfin-server) (optional)
- ombi (requires jellyfin-server) (optional)
- ombi-bin (requires jellyfin-server) (optional)
- ombi-develop (requires jellyfin-server) (optional)
- ombi-develop-bin (requires jellyfin-server) (optional)
Sources (6)
<deleted-account> commented on 2019-12-10 20:38 (UTC)
onny commented on 2019-08-25 12:34 (UTC)
Looks like ffmpeg 4.1 support has been added: https://github.com/jellyfin/jellyfin/commit/e87d7cfaf3ce2432e9a1da9901b96d5a683a7e00
Phlogiston commented on 2019-05-03 11:28 (UTC)
I can not update my system anymore due to this package: :: installing x264 (2:157.r72db4377-1) breaks dependency 'libx264.so=155-64' required by ffmpeg4.0
Any idea?
Phlogiston commented on 2019-03-25 20:25 (UTC)
@Eisfunke: Thanks for the hint. @z3ntu: This package should then depend on ffmpeg4.0. Please change in PKGBUILD.
VGrol commented on 2019-03-07 00:48 (UTC) (edited on 2019-03-07 00:51 (UTC) by VGrol)
Considering the Jellyfin project has now published Jellyfin-ffmpeg, found here, https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v4.0.3-3
I'm not sure how portable it is to the AUR, but it might be worth keeping an eye on it. I'd be ideal to avoid pairing the user with an out of date FFMPEG package system wide. Perhaps it'd be worth making that a hard requirement for this package, once properly ported.
knighthead commented on 2019-02-01 04:48 (UTC) (edited on 2019-02-05 22:21 (UTC) by knighthead)
/usr/lib/systemd/system/jellyfin.service
[Unit]
Description=Jellyfin Media Server
After=network.target
[Service]
User=jellyfin
EnvironmentFile=/etc/conf.d/jellyfin
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll -programdata ${JELLYFIN_DATA} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20
[Install]
WantedBy=multi-user.target
/etc/systemd/system/jellyfin.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll --service --logdir ${JELLYFIN_LOGDIR} --configdir ${JELLYFINCONFIGDIR} --cachedir ${JELLYFIN_CACHEDIR} --datadir ${JELLYFIN_DATADIR} ${JELLYFIN_ADD_OPTS}
/etc/conf.d/jellyfin
JELLYFIN_DATADIR="/var/lib/jellyfin"
JELLYFIN_LOGDIR=/var/lib/jellyfin/logs
JELLYFINCONFIGDIR=/var/lib/jellyfin/config
JELLYFIN_CACHEDIR=/var/lib/jellyfin/cache
JELLYFIN_ADD_OPTS=""
DOTNET_CLI_HOME="/var/lib/jellyfin"
bobberb commented on 2019-01-26 22:08 (UTC)
Note to those who choose jellyfin-git over jellyfin:
You will have to DL 1.3GB git history because makepkg as it is in the distro will not allow you to pass options for shallow clones.
z3ntu commented on 2019-01-25 06:23 (UTC)
@bobberb: There is a stable package already, see https://aur.archlinux.org/packages/jellyfin/
Pinned Comments
z3ntu commented on 2019-01-08 17:20 (UTC)
For all people flagging the package out of date: This is a -git package that pulls down the latest sources from the git repository, so unless the build process is broken, don't flag this package out of date! Just rebuild it.