浏览代码

Merge pull request #892 from joshuaboniface/depend-ffmpeg-version

Add jellyfin-ffmpeg and versioning to package deps
Joshua M. Boniface 6 年之前
父节点
当前提交
88f56cd0c4
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      deployment/debian-package-x64/pkg-src/control

+ 6 - 1
deployment/debian-package-x64/pkg-src/control

@@ -18,6 +18,11 @@ Replaces: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Breaks: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Conflicts: mediabrowser, emby, emby-server-beta, jellyfin-dev, emby-server
 Architecture: any
 Architecture: any
-Depends: at, libsqlite3-0, ffmpeg, libfontconfig1, libfreetype6, libssl1.0.0 | libssl1.0.2
+Depends: at,
+         libsqlite3-0,
+         ffmpeg (<7:4.1) | jellyfin-ffmpeg,
+         libfontconfig1,
+         libfreetype6,
+         libssl1.0.0 | libssl1.0.2
 Description: Jellyfin is a home media server.
 Description: Jellyfin is a home media server.
  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.
  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.