Package Details: jellyfin-media-player 1.9.1-5

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: 53
Popularity: 3.32
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2024-05-04 17:57 (UTC)

Latest Comments

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

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?

gameslayer commented on 2023-08-18 03:53 (UTC)

Fails to build

Preparing...
Cloning jellyfin-media-player build files...
Generating jellyfin-media-player information...
Checking jellyfin-media-player dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building jellyfin-media-player...
==> Making package: jellyfin-media-player 1.9.1-1 (Fri 18 Aug 2023 13:45:16)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v1.9.1.tar.gz
  -> Found jellyfin-web_10.8.10.tar.gz
==> 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
==> Removing existing $pkgdir/ directory...
==> 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...

SunRed commented on 2023-08-07 16:58 (UTC)

Would it be possible to remove -DLINUX_X11POWER=ON from the compilation flags? Otherwise preventing screen dimming/locking does not work.

tam1m commented on 2023-03-13 14:10 (UTC) (edited on 2023-03-13 14:14 (UTC) by tam1m)

Since 1.9.0 JMP doesn't use it's own custom webinterface anymore.

See commit https://github.com/jellyfin/jellyfin-media-player/commit/d35fb4db37cf976e0decc77be11fadd42c31e463

So the AUR package should also use the web release from https://repo.jellyfin.org/releases/server/portable/versions/stable/web/

Maybe the webinterface could even be decoupled from this package and instead be packaged in its own jellyfin-media-player-webinterface or something, since JMP is now able to use the servers webinterface without having one locally at all.

Commit for reference https://github.com/jellyfin/jellyfin-media-player/commit/2450ae1956284ebaee5ee1ebe9f207722b041dc9