-
-
Notifications
You must be signed in to change notification settings - Fork 47
flatpak: remove ffmpeg-full and bump llvm #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
flatpak: remove ffmpeg-full and bump llvm #589
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!