tinywrkb
tinywrkb
> In the meantime maybe "only-arches": [] could work. I just tried now, and it doesn't work.
> [libopenh264 @ 0x7fdd6f664a40] get_buffer() failed Is this app is linked against FFmpeg? If so, then it can use the full FFmpeg extension, and avoid the OpenH264 decoder, if that's...
@umbynos, thank you for your reply. I hope that you won't only make it easy for package maintainers to re-package the app but also consider distribution via Flathub as a...
Any news about this? Can we at least get a binary tarball release? The installer needs access to `/proc/self/exe` and due to the security implications of having such access, it's...
I've looked at this a while back, when there wasn't a Linux binary release, and got back to this today. What I noticed first, is that there's no much value...
Here is [another Flatpak packaging](https://github.com/tinywrkb/flatpaks/blob/master/com.github.nagyd.sdlpop/com.github.nagyd.sdlpop.yaml). Notable differences from the other example: * No need for extra modules/libs, the runtime seems to have everything needed. * Use of `/var/{config,data}` folder that...
I looked at this today. Building from source is not practical due to Flathub's no network policy when building an application on the CI, and the usage of neon here....
I never packaged a Tauri app, but if it uses Cargo, there's nothing extra that isn't included in `Cargo.lock`, and we can build the Tauri app with `$ cargo --offline...
Can we at least disable the flathubbot checks for it until the maintainer will update the app? I mean, it's still generating new PRs.
@geovie to avoid flathubbot doing partial updates, I'm separating the f-e-d-c properties from the manifest, merge them when manually checking for updates, and split them back again. I had this...