flathub / net.ankiweb.Anki

https://flathub.org/apps/details/net.ankiweb.Anki
20 stars 13 forks source link

Anki outdated version #93

Open cantalupo555 opened 1 year ago

cantalupo555 commented 1 year ago

Hello, the package for ARM64 version is very outdated, version 2.1.15 Is there any possibility to get the updated version?

ingemarberg commented 1 year ago

I don't think there's any easy fix for this. One possibility might be to use the Python wheels for Anki together with PyQt BaseApp, instead of the binary package we're using right now.

cantalupo555 commented 1 year ago

I don't think there's any easy fix for this. One possibility might be to use the Python wheels for Anki together with PyQt BaseApp, instead of the binary package we're using right now.

I already tried using https://betas.ankiweb.net/#via-pypipip. But the performance is very bad, it crashes all the time.

Now I will try to compile directly from source.

federvieh commented 8 months ago

This is strange. I'm pretty sure that in January '23 there was an up-to-date flatpak that worked. I specifically remember, because I gave up on trying to create a Alpine package because the flatpak version was fine. I wonder what happened.

cantalupo555 commented 8 months ago

This is strange. I'm pretty sure that in January '23 there was an up-to-date flatpak that worked. I specifically remember, because I gave up on trying to create a Alpine package because the flatpak version was fine. I wonder what happened.

Only the ARM64 version has this problem.

federvieh commented 8 months ago

Only the ARM64 version has this problem.

Yes, but I was trying to build it because I wanted to use it on the pinephone (ARM64/aarch64). Therefore, I'm pretty confused now. I wonder if back then maybe the author was distributing flatpaks directly. :thinking:

cantalupo555 commented 7 months ago

Only the ARM64 version has this problem.

Yes, but I was trying to build it because I wanted to use it on the pinephone (ARM64/aarch64). Therefore, I'm pretty confused now. I wonder if back then maybe the author was distributing flatpaks directly. 🤔

Anki version for ARM64 Architecture via flatpak: 2.1.15 image

It is the same version that is in the official repository of Ubuntu. image

cantalupo555 commented 7 months ago

@federvieh https://gitlab.alpinelinux.org/fraolt/aports/-/commit/597085786206e8ffd152f4deba7390f146285e2f

Would a compilation be made for ARM64? It was mentioned that the compilation became simpler in its Commit.

lutzlapalma commented 5 months ago

When Anki starts on a Raspberry Pi, there is this message:

"Your Anki client does not support the new timezone handling yet. Please ensure your Anki is up to date."

After a flatpak upgrade command, this information shows up:

"Info: runtime org.kde.Platform branch 5.12 is end-of-life, with reason: We strongly recommend moving to the latest stable version of the Plaform and SDK Info: applications using this runtime: net.ankiweb.Anki

Info: runtime org.freedesktop.Platform.html5-codecs branch 18.08 is end-of-life, with reason: The Freedesktop SDK 18.08 runtime is no longer supported as of 31th August 2020. Please ask your application developer to migrate to a supported platform. Info: applications using this extension: net.ankiweb.Anki

Is it really so complicated, to fix this and publish it again on flathub?

Is there an AppImage of Anki?