mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #534] [MERGED] Add linux-arm and linux-arm64 native NuGet dependency. #8370
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/534
Author: @EraYaN
Created: 1/10/2019
Status: ✅ Merged
Merged: 1/20/2019
Merged by: @JustAMan
Base:
dev← Head:skia-native-arm📝 Commits (5)
2a074ceAdd linux-arm and linux-arm64 native.43145feUpdated package.e0b0ca0Added Musl dep and switched package names.ae21f4bRemove Musl build. dotnet is not yet ready (icu-libs still require libstdc++).ba2da9aMerge branch 'dev' into skia-native-arm📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
Emby.Drawing.Skia/Emby.Drawing.Skia.csproj(+1 -0)📄 Description
Build scripts are here: https://github.com/jellyfin/jellyfin-skiasharp-native
To test after building and packing
cd Emby.Drawing.Skiadotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxArm -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxArmdotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxMusl -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxMusl-sspecifies the source.Let's drop Musl for now, dotnet is clearly not ready yet. Even icu-libs on alpine pull in libstdc++.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.