Selaa lähdekoodia

Merge pull request #71 from joshuaboniface/debian-ffmpeg

Add ffmpeg dependency and bump package version
Andrew Rabert 6 vuotta sitten
vanhempi
sitoutus
dc2c27f9cc
2 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 6 0
      debian/changelog
  2. 1 1
      debian/control

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+jellyfin (3.5.2-1) unstable; urgency=medium
+
+  * Add ffmpeg dependency and cleanup work
+
+ -- Joshua Boniface <joshua@boniface.me>  Tue, 11 Dec 2018 20:55:32 -0500
+
 jellyfin (3.5.2) unstable; urgency=medium
 
   * Rename from emby-server on version 3.5.2

+ 1 - 1
debian/control

@@ -12,6 +12,6 @@ Replaces: 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
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.1
+Depends: ${shlibs:Depends}, ${misc:Depends}, at, libsqlite3-0, dotnet-runtime-2.1, ffmpeg
 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.