notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
jellyfin-desktop Jellyfin Desktop Client
2.0.0 multimedianew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-04-08 11:57:06
Last Update: 2026-04-08 11:55:47
Commit Hash: 445c655
License: GPLv2
WWW:
https://github.com/jellyfin/jellyfin-desktop-qt
Description:
Desktop client using jellyfin-web with embedded MPV player. Media plays within the same window using the jellyfin-web interface. Supports audio passthrough. Built on Qt6.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. /usr/local/share/licenses/jellyfin-desktop-2.0.0/catalog.mk
  2. /usr/local/share/licenses/jellyfin-desktop-2.0.0/LICENSE
  3. /usr/local/share/licenses/jellyfin-desktop-2.0.0/GPLv2
  4. bin/jellyfin-desktop
  5. share/applications/org.jellyfin.JellyfinDesktop.desktop
  6. share/icons/hicolor/scalable/apps/org.jellyfin.JellyfinDesktop.svg
  7. share/metainfo/org.jellyfin.JellyfinDesktop.appdata.xml
  8. @owner
  9. @group
  10. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • jellyfin-desktop>0:multimedia/jellyfin-desktop
To install the port:
cd /usr/ports/multimedia/jellyfin-desktop/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/jellyfin-desktop
  • pkg install jellyfin-desktop
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jellyfin-desktop
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1775558998 SHA256 (jellyfin-jellyfin-desktop-qt-v2.0.0_GH0.tar.gz) = 11ba0a7f4f344dc076b9f234193f93684a5621a100607298dfc2d14092b525d5 SIZE (jellyfin-jellyfin-desktop-qt-v2.0.0_GH0.tar.gz) = 621030

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. python3.11 : lang/python311
  5. sdl2-config : devel/sdl20
  6. ice.pc : x11/libICE
  7. sm.pc : x11/libSM
  8. x11.pc : x11/libX11
  9. xext.pc : x11/libXext
  10. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. ice.pc : x11/libICE
  2. sm.pc : x11/libSM
  3. x11.pc : x11/libX11
  4. xext.pc : x11/libXext
  5. xrandr.pc : x11/libXrandr
Library dependencies:
  1. libmpv.so : multimedia/mpv
  2. libMpvQt.so : multimedia/mpvqt
  3. libcec.so : multimedia/libcec
  4. libminizip.so : archivers/minizip
  5. libOpenGL.so : graphics/libglvnd
  6. libSDL2.so : devel/sdl20
  7. libQt6Core.so : devel/qt6-base
  8. libQt6Qml.so : x11-toolkits/qt6-declarative
  9. libQt6Positioning.so : devel/qt6-positioning
  10. libQt6WebChannel.so : www/qt6-webchannel
  11. libQt6WebEngineCore.so : www/qt6-webengine
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
multimedia_jellyfin-desktop
USES:
cmake gl iconv pkgconfig python:build qt:6 sdl xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/jellyfin/jellyfin-desktop-qt/tar.gz/v2.0.0?dummy=/
Collapse this list.
Port Moves

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0
08 Apr 2026 11:55:47
commit hash: 445c655eab7c1a407b6c3e48d33b72ea15283036commit hash: 445c655eab7c1a407b6c3e48d33b72ea15283036commit hash: 445c655eab7c1a407b6c3e48d33b72ea15283036commit hash: 445c655eab7c1a407b6c3e48d33b72ea15283036 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
multimedia/jellyfin-desktop: update to 2.0.0

Followup on upstream project which has been renamed
1.12.0_1
08 Apr 2026 11:55:47
commit hash: cd8a2d391eb83ac123c0e22bd27ba8c77064f3a3commit hash: cd8a2d391eb83ac123c0e22bd27ba8c77064f3a3commit hash: cd8a2d391eb83ac123c0e22bd27ba8c77064f3a3commit hash: cd8a2d391eb83ac123c0e22bd27ba8c77064f3a3 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
www/qt6-webengine: fix running under wayland

When starting, chromium calls GpuFence::Wait() which was not implemented
on FreeBSD, on linux is calls sync_wait which does not exist on FreeBSD.

Hopefully drm sync fence fds do support polling and it seems to do the
trick.

While here tell chromium we don't have sync_fence_info() so it does not
try to go further at the risk of reaching another NOTREACH() which would
trigger a crash

PR:	287599

Number of commits found: 2