James Le Cuirot
James Le Cuirot
Gentoo is now applying this patch in its package.
I slept on it and changed my mind about virtualenvs. I think dependencies may be installed there, so I have continued to support that case, even though it is incompatible...
I did try very hard, but it's difficult to demonstrate on other distros I'm familiar with. I could use Gentoo, but then it might just look like Gentoo is doing...
I'm on Gentoo, before anyone suspects this is an Arch problem.
Thanks for those pointers. My initial PoC seemingly needed [John Cox's ffmpeg patchset for the Raspberry P](https://github.com/jc-kynesim/rpi-ffmpeg/tree/dev/6.1/rpi_import_1). It's a rather heavy patchset, but Gentoo isn't the only party invested in...
Hah, turns out I was comparing with the compressed size shown on Docker Hub. Before: 902MB After: 591MB :partying_face:
Okay, a lot of this is down to me adding `--setopt=install_weak_deps=False`. This avoid big dependencies like LLVM via Mesa. I'm not sure whether we need such dependencies. If we do,...
I've tried to take the same approach for Ubuntu, but APT is not playing ball at all. This doesn't surprise me much, to be honest.
Okay, think I'm about done now.
1. Don't try to do native builds this way. It adds unnecessary complexity. I'm not sure why it's failing in this case. It might be because the native toolchain doesn't...