control 1.2 KB

1234567891011121314151617181920212223242526272829
  1. Source: jellyfin
  2. Section: misc
  3. Priority: optional
  4. Maintainer: Jellyfin Team <team@jellyfin.org>
  5. Build-Depends: debhelper (>= 9),
  6. dotnet-sdk-2.2,
  7. libc6-dev,
  8. libcurl4-openssl-dev,
  9. libfontconfig1-dev,
  10. libfreetype6-dev,
  11. libssl-dev
  12. Standards-Version: 3.9.4
  13. Homepage: https://jellyfin.media/
  14. Vcs-Git: https://github.org/jellyfin/jellyfin.git
  15. Vcs-Browser: https://github.org/jellyfin/jellyfin
  16. Package: jellyfin
  17. Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  18. Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  19. Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  20. Architecture: any
  21. Depends: at,
  22. libsqlite3-0,
  23. jellyfin-ffmpeg,
  24. libfontconfig1,
  25. libfreetype6,
  26. libssl1.1
  27. Description: Jellyfin is a home media server.
  28. 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.