[PR #534] [MERGED] Add linux-arm and linux-arm64 native NuGet dependency. #8370

Closed
opened 2026-02-07 05:42:53 +03:00 by OVERLORD · 0 comments
Owner

📋 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: devHead: skia-native-arm


📝 Commits (5)

  • 2a074ce Add linux-arm and linux-arm64 native.
  • 43145fe Updated package.
  • e0b0ca0 Added Musl dep and switched package names.
  • ae21f4b Remove Musl build. dotnet is not yet ready (icu-libs still require libstdc++).
  • ba2da9a Merge 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

  1. cd Emby.Drawing.Skia
  2. dotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxArm -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxArm
  3. dotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxMusl -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxMusl

-s specifies 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/534 **Author:** [@EraYaN](https://github.com/EraYaN) **Created:** 1/10/2019 **Status:** ✅ Merged **Merged:** 1/20/2019 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `dev` ← **Head:** `skia-native-arm` --- ### 📝 Commits (5) - [`2a074ce`](https://github.com/jellyfin/jellyfin/commit/2a074cef897d69299b49239a7691befb3c39b3a1) Add linux-arm and linux-arm64 native. - [`43145fe`](https://github.com/jellyfin/jellyfin/commit/43145febf3b8bab9fbc978f4f1e36eb13dc20084) Updated package. - [`e0b0ca0`](https://github.com/jellyfin/jellyfin/commit/e0b0ca04905c6bfeb25aa697cc0872fa586167a1) Added Musl dep and switched package names. - [`ae21f4b`](https://github.com/jellyfin/jellyfin/commit/ae21f4b2d1682da32593e04e5423d902edea440a) Remove Musl build. dotnet is not yet ready (icu-libs still require libstdc++). - [`ba2da9a`](https://github.com/jellyfin/jellyfin/commit/ba2da9a8282dd91964ee83ba578b5904fbe54314) Merge branch 'dev' into skia-native-arm ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Drawing.Skia/Emby.Drawing.Skia.csproj` (+1 -0) </details> ### 📄 Description Build scripts are here: https://github.com/jellyfin/jellyfin-skiasharp-native To test after building and packing 1. `cd Emby.Drawing.Skia` 2. `dotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxArm -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxArm` 3. `dotnet add package Jellyfin.SkiaSharp.NativeAssets.LinuxMusl -s ..\..\jellyfin-skiasharp-native\Jellyfin.SkiaSharp.NativeAssets.LinuxMusl` `-s` specifies the source. Let's drop Musl for now, dotnet is clearly not ready yet. Even icu-libs on alpine pull in libstdc++. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:42:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8370