Package Details: jellyfin-media-player 1.9.1-2

Git Clone URL: https://aur.archlinux.org/jellyfin-media-player.git (read-only, click to copy)
Package Base: jellyfin-media-player
Description: Jellyfin Desktop Client
Upstream URL: https://github.com/jellyfin/jellyfin-media-player
Licenses: GPL
Submitter: nvllsvm
Maintainer: nvllsvm
Last Packager: nvllsvm
Votes: 50
Popularity: 1.07
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2023-12-27 03:55 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

vinicentus commented on 2024-04-01 23:07 (UTC)

For anyone out there using paru, you can inhibit screen dimming like so:

Install customizepkg-git.

Modify /etc/paru.conf, to run customizepkg before building packages:

[bin]
PreBuildCommand = customizepkg --modify

Create the file /etc/customizepkg.d/jellyfin-media-player:

# Use D-Bus instead of xdg-screensaver to inhibit screen blank in jellyfin when playing video:
removeline#build#-DLINUX_X11POWER=ON

Then rebuild the package.

Idea taken from here

anonfunc commented on 2024-02-23 15:25 (UTC)

@Bad-Mad https://gitlab.archlinux.org/archlinux/packaging/packages/mpv/-/issues/5

Bad-Mad commented on 2024-02-23 13:18 (UTC)

glslang updated to glslang 14.0.0-1

jellyfinmediaplayer: error while loading shared libraries: libglslang-default-resource-limits.so.13: cannot open shared object file: No such file or directory

jellyfinmediaplayer: error while loading shared libraries: libSPIRV.so.13: cannot open shared object file: No such file or directory

gameslayer commented on 2024-01-14 15:04 (UTC)

Yep very true

anonfunc commented on 2024-01-14 15:02 (UTC)

Just like it's expected that base is installed on every system, the same assumption is made for the AUR and base-devel.

gameslayer commented on 2024-01-14 15:00 (UTC)

"Ensure base-devel is installed." Yes, I just realized this other machine that isn't mine that I updated was missing it. Would it hurt to add it as a dependency tho?

anonfunc commented on 2024-01-14 14:55 (UTC)

@gameslayer Please read the AUR User Guidelines before using the AUR.

gameslayer commented on 2024-01-14 14:46 (UTC) (edited on 2024-01-14 14:50 (UTC) by gameslayer)

I agree tho I think base-devel should be a dependency as it's needed to fix this build issue.

xorly commented on 2023-12-20 19:12 (UTC)

Hi, please use cmake build . and not make to start compilation. Some people may have different default generator, e.g.: ninja.

gameslayer commented on 2023-12-09 06:09 (UTC)

Fails to build

==> Validating source files with sha256sums...
    v1.9.1.tar.gz ... Passed
    jellyfin-web_10.8.10.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v1.9.1.tar.gz with bsdtar
  -> Extracting jellyfin-web_10.8.10.tar.gz with bsdtar
==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting..