Package Details: jellyfin-media-player 1.12.0-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: 76
Popularity: 2.59
First Submitted: 2021-04-05 17:59 (UTC)
Last Updated: 2025-03-30 02:34 (UTC)

Latest Comments

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

gameslayer commented on 2025-03-31 00:02 (UTC)

Thanks!

nvllsvm commented on 2025-03-30 02:49 (UTC)

@kevinlpowell Fixed via a patch. Should also be upstreamed shortly https://github.com/jellyfin/jellyfin-media-player/pull/888

@gameslayer Recompiling this package should fix it. I'm seeing a fresh build correctly depend upon libcec.so.7.

kevinlpowell commented on 2025-03-30 00:15 (UTC)

no longer builds (b/c CMake 4.0 is out)

CMake Error at CMakeModules/utils.cmake:26 (get_property):
  The LOCATION property may not be read from target "JellyfinMediaPlayer".
  Use the target name directly with add_custom_command, or use the generator
  expression $<TARGET_FILE>, as appropriate.

gameslayer commented on 2025-03-26 04:50 (UTC) (edited on 2025-03-26 05:58 (UTC) by gameslayer)

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

lib file required no longer exists as libcec is now version 7.0.0-2, a manual workaround is sudo ln -s /usr/lib/libcec.so /usr/lib/libcec.so.6 tho this could cause issues later on unless this is done on the package.

here is a patch to fix it

package() {
    #lib fix
    install -dm755 "$pkgdir/usr/lib"
    ln -s /usr/lib/libcec.so $pkgdir/usr/lib/libcec.so.6
    cd "${srcdir}/jellyfin-media-player-${pkgver}"
    DESTDIR="${pkgdir}" cmake --install build
}

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.