I want to build Gimp 2.4 (2007) for my own private repo.
Is it possible; without extreme difficulty to build local flatpaks of legacy programs for myself? I know most people have zero interest in legacy versions of Gimp from 2007. I can start by fetching all the .deb files and or source files from Debian or Canonical’s archive. I just need to know if this would be possible? Thanks, please do not go on about security risk, as this is just a tinkering thing.
Totally possible. I say that from my experience of flatpaking an old QT3 app (from 2010, this one). Just build from the Freedesktop runtime, adding GTK2 as module on top and then your GIMP module.
You will probably encounter some build errors due to using a newer gcc (as newer means more strict with old nonconforming code) but you can easily fix those by searching those errors on the internet and patching the code about it.