gianni-rosato / aviator

A lightweight, Flatpak-first, easy-to-use GUI utility for encoding with SVT-AV1 & Opus.
GNU General Public License v3.0
165 stars 15 forks source link

Use flatpak-cargo-generator in rAV1ator flatpak #34

Closed konradmb closed 1 year ago

konradmb commented 1 year ago

Flathub doesn't allow us to use the network at build time to build our dependencies, which makes it impossible to build our app.

Have you tried using https://github.com/flatpak/flatpak-builder-tools/tree/master/cargo to generate jsons for dependencies? You won't need network permission then.

gianni-rosato commented 1 year ago

Yes, this has already been tried, & it doesn't work. It generates jsons of dependencies that are either too new or too old for rAV1ator to function properly.