control 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. Source: jellyfin
  2. Section: misc
  3. Priority: optional
  4. Maintainer: Jellyfin Team <team@jellyfin.org>
  5. Build-Depends: debhelper (>= 9),
  6. dotnet-sdk-3.1,
  7. libc6-dev,
  8. libcurl4-openssl-dev,
  9. libfontconfig1-dev,
  10. libfreetype6-dev,
  11. libssl-dev,
  12. wget,
  13. npm | nodejs
  14. Standards-Version: 3.9.4
  15. Homepage: https://jellyfin.media/
  16. Vcs-Git: https://github.org/jellyfin/jellyfin.git
  17. Vcs-Browser: https://github.org/jellyfin/jellyfin
  18. Package: jellyfin
  19. Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  20. Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  21. Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  22. Architecture: any
  23. Depends: at,
  24. libsqlite3-0,
  25. jellyfin-ffmpeg,
  26. libfontconfig1,
  27. libfreetype6,
  28. libssl1.1
  29. Description: Jellyfin is a home media server.
  30. It is built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. It features a REST-based api with built-in documentation to facilitate client development. We also have client libraries for our api to enable rapid development.