flatpak: remove ffmpeg-full and bump llvm#589
flatpak: remove ffmpeg-full and bump llvm#589GeopJr wants to merge 10 commits intoRafostar:masterfrom
Conversation
|
Hi. Thanks for PR. Seems to be failing due to: cp: cannot stat '/usr/share/gnu-config/config.sub': No such file or directory
cp: cannot stat '/usr/share/gnu-config/config.guess': No such file or directoryWhich is used in |
|
From what I can tell, they were removed from the freedesktop runtime (which the other runtimes are based on) but I can't really tell why from the changelog :/ https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/releases/freedesktop-sdk-25.08.0 |
|
bundled libav with the gnu-config files here for the sake of testing, not sure what's the way forward edit: uchardet with min cmake >=3.5 hasn't made it into a release yet https://gitlab.freedesktop.org/uchardet/uchardet/-/commit/6e163c978a7c13a6d3ff64a1e3dd4ba81d2d9e09, bundled edit 2: savannah managed to die when downloading a single file.... yeah bundling these is the way to go |
|
I think we can just use configs from automake you found. Should be easy change from: "cp -fp /usr/share/gnu-config/config.{sub,guess} ."to: "cp -fp /usr/share/automake-*/config.{sub,guess} ." |
let's pretend I didn't push the previous version
|
welp, no idea on why they shouldn't need a |
Mostly in preparation for 49
(should probably do it for the non-nightly flatpak too for the ci)doneffmpeg-full has been replaced by codecs-extra, GNOME 49 runtime autodownloads it so there's no need for manually setting it up anymore!