diff options
| author | Andrew Rabert <ar@nullsum.net> | 2018-12-16 23:06:50 -0500 |
|---|---|---|
| committer | Andrew Rabert <ar@nullsum.net> | 2018-12-16 23:23:00 -0500 |
| commit | a9607555df0ab50fde44c768ab39db9ce666f8bc (patch) | |
| tree | 9706016bc04c8b1b497173165d41972c502256d6 | |
| parent | 9e826965eb066f285a3b1675fe8ba57e4e240f37 (diff) | |
Add Linux binaries for SkiaSharp
- Not sure how this impacts Windows builds, but it works great for Linux.
- Requires additional deps on Debian
| -rw-r--r-- | Emby.Drawing.Skia/Emby.Drawing.Skia.csproj | 1 | ||||
| -rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj index 447812458..7d6643d54 100644 --- a/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj +++ b/Emby.Drawing.Skia/Emby.Drawing.Skia.csproj @@ -7,6 +7,7 @@ <ItemGroup> <PackageReference Include="SkiaSharp" Version="1.68.0" /> + <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="1.68.0" /> </ItemGroup> <ItemGroup> diff --git a/debian/control b/debian/control index 573958c0a..13c62c806 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,9 @@ Maintainer: Jellyfin Team <team@jellyfin.org> Build-Depends: debhelper (>= 9), dotnet-sdk-2.2, libc6-dev, - libcurl4-openssl-dev + libcurl4-openssl-dev, + libfontconfig1-dev, + libfreetype6-dev Standards-Version: 3.9.4 Package: jellyfin @@ -13,6 +15,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: any -Depends: at, libsqlite3-0, ffmpeg, libssl1.0.0 | libssl1.0.2 +Depends: at, libsqlite3-0, ffmpeg, libfontconfig1, libfreetype6, libssl1.0.0 | libssl1.0.2 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. |
