control 1.1 KB

1234567891011121314151617181920212223
  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. Standards-Version: 3.9.4
  12. Homepage: https://jellyfin.media/
  13. Vcs-Git: https://github.org/jellyfin/jellyfin.git
  14. Vcs-Browser: https://github.org/jellyfin/jellyfin
  15. Package: jellyfin
  16. Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  17. Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  18. Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
  19. Architecture: any
  20. Depends: at, libsqlite3-0, ffmpeg, libfontconfig1, libfreetype6, libssl1.0.0 | libssl1.0.2
  21. Description: Jellyfin is a home media server.
  22. 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.