-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Skia version to 1.68.1 #3
Conversation
Using docker to build was working fine but I first tried to use WSL which was way more complex and I ended up doing manually what was already done in the different scripts 😞 Anyway it's now compiling and I could generate the Here it is (renamed as |
@EraYaN can you push the package to NuGet ? (at least in beta so that we can test) |
Hi, I have the same issue #2 , How can I update jellyfin? I have launched "compile-libSkiaSharp.sh" and "cross-compile-libSkiaSharp.sh" and both fail. "./compile-libSkiaSharp.sh: line 13: /build/buildtools/linux64/gn: No such file or directory" Distributor ID: Ubuntu Thanks |
@manzajaro I would recommend to compile using docker by running |
I have asked @anthonylavado to upload the nupkg (since I can't myself), should appear somewhere this week. |
Will it be available in the next jellyfin update? |
@EraYaN Cool, in the meatime I'll try to generate a local docker ARM image and make sure it does indeed fix the issue.
I certainly hope so! |
It's validating now, should be up on NuGet within 24 hours. |
I strangely had this problem too on version 1.68.1 with Xamarin.Forms on Visual Studio 2019 yesterday. I was deploying on a physical iPhone SE. Cleaning obj/bin on the .iOS project, then rebuilding, and redeploying did the trick! |
Please note that the NuGet package still needs to be generated and pushed to nuget.org. This PR is only the easy part :-D
I guess we'll need to wait on @EraYaN
Fixes #2