Package Details: jellyfin-media-player 1.11.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: 74
Popularity: 3.51
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2024-06-22 19:04 (UTC)

Latest Comments

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

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..

buonhobo commented on 2023-12-06 18:48 (UTC)

Would it be possible to remove -DLINUX_X11POWER=ON from the cmake flags? This flag prevents jellyfin from inhibiting the idle suspend feature in gnome. I'm not sure if removing it would break something, but this flag is already not present in the jellyfin-media-player-git pkgbuild and that package is working fine.

PoorChoices commented on 2023-10-22 13:22 (UTC)

jellyfin-web 10.8.11 is out. Seems to have fixed an crash I had with Intro Skipper.

aikuma commented on 2023-10-05 16:47 (UTC)

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...

It threw me this build fail. I found this that suggests to install a build tool like make or ninja I installed both, without trying one or the other, and jellyfin-media-player got installed successfully.

gameslayer commented on 2023-10-05 01:35 (UTC) (edited on 2023-12-07 00:26 (UTC) by gameslayer)

I added arm64 to the pkgbuild file and it does work, can the maintainer please add arm64 to this pkgbuild file. I will check again to see if it is building correctly on Arm64.

chrisqq commented on 2023-10-04 16:03 (UTC)

this was giving errors about not support my architecture but appears to have complied ok and kind of works, is it possible to add arm support? orange pi 5 is that makes any difference?