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.07
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2024-06-22 19:04 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

picokan commented on 2025-02-20 21:19 (UTC) (edited on 2025-02-20 21:22 (UTC) by picokan)

I currently can't compile this package, but I'm not sure if it's on my end or not.

The error is:

-- Qt root directory: build/qt
CMake Error at CMakeModules/QtConfiguration.cmake:47 (find_package):
  By not providing "FindQt5WebEngine.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5WebEngine", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5WebEngine"
  (requested version 5.7.0) with any of the following names:

    Qt5WebEngineConfig.cmake
    qt5webengine-config.cmake

  Add the installation prefix of "Qt5WebEngine" to CMAKE_PREFIX_PATH or set
  "Qt5WebEngine_DIR" to a directory containing one of the above files.  If
  "Qt5WebEngine" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  CMakeLists.txt:52 (include)


-- Configuring incomplete, errors occurred!```

Awebb commented on 2024-09-29 09:17 (UTC)

I can't find anything in the PKGBUILD that includes the path in the cmake line, so this is probably an upstream issue.

bravely_beep commented on 2024-09-28 16:09 (UTC)

This fails to compile when the repo's path has spaces in it

E.g. In "/home/myuser/Source code/jellyfin-media-player", I get the error:

CMake Error at /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:73 (message):
  The C++ compiler

    "/usr/bin/c++"

  is not able to compile a simple test program.

...

cc1plus: error: invalid argument ‘/home/myuser/Source’ to ‘-ffile-prefix-map’

b4g commented on 2024-08-08 15:07 (UTC)

Anyone else get an error with a reference by libmpv.so?

[ 91%] Building CXX object src/CMakeFiles/JellyfinMediaPlayer.dir/qrc_resources.cpp.o
[ 93%] Linking CXX executable jellyfinmediaplayer
/usr/bin/ld: /usr/lib/libmpv.so: undefined reference to `vkCreateXlibSurfaceKHR'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/JellyfinMediaPlayer.dir/build.make:714: src/jellyfinmediaplayer] Error 1
make[1]: *** [CMakeFiles/Makefile2:409: src/CMakeFiles/JellyfinMediaPlayer.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().

nvllsvm commented on 2024-06-22 19:07 (UTC)

PSA:

Enable the "Auto-Detect Certificate Bundle" setting if you're unable to play anything after updating to ffmpeg 2:7.0.1-1.

https://github.com/jellyfin/jellyfin-media-player/pull/710

galvez_65 commented on 2024-05-29 12:52 (UTC)

@Awebb looks to be all sorted out with Extra being updated this morning.

Awebb commented on 2024-05-29 07:14 (UTC)

The situation has resolved itself, at least for me and at least for the time being. The server packages in [extra] are now up to date enough to work with the client provided here without any workarounds.

galvez_65 commented on 2024-05-28 20:29 (UTC) (edited on 2024-05-28 21:34 (UTC) by galvez_65)

With the changes to the jellyfin build, moving everything to jellyfin-packaging, it might take a little bit for the package to make it to the repos. I got impatient and made a jellyfin-packaging split package (https://gitlab.com/jjgalvez/jellyfin-packaging) Shamelessly most of the code in the PKGBUILD file is taken from the PKGBUILD files in Extra. I'm not uploading it to the AUR because I am hoping the need for it will be short lived. But if anyone else finds it helpful feel free to use to to build jellyfin-server and jellyfin-web

FYI jellyfin-packaging updated to 10.9.3

Awebb commented on 2024-05-27 16:16 (UTC)

I'd rather have a whole client that's in sync with the repo server and then maybe one that's up to speed. I'm not sure if updating the web client would do much good without updating the server.

Or would it?

SunRed commented on 2024-05-27 09:05 (UTC)

Would it make sense to move the jellyfin-web component into its own package? I know there is jellyfin-web in the official repos but sadly they're really slow to update that one.