-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update libraries #6699
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
Update libraries #6699
Conversation
- split cross/cairo into cairo-1.6 and cario-latest
- update cario from v1.16.0 to v1.18.4 for supported archs and switch to meson build - update pixman from v0.43.4 to v0.46.4
- update cross/openjpeg from v2.5.2 to v2.5.3
- build cross/cairo first to fix build for x64-6.2.4 - remove obsolete OPTIONAL_DEPENDS - fix --extra-version
- update libwebp from v1.4.0 to v1.6.0 - update fribidi from v10.0.15 to v10.0.16
- update lcms2 from v2.14 to v2.17 and switch to meson build - update zlib-ng from v2.1.6 to v2.2.5
@th0ma7 to update libraries of imagemagick package, I separated this (and other PRs) due to touching a lot of packages. imagemagick and ffmpeg7 have a lot of common dependencies. |
@hgy59 nice timing as ggmpeg8 just got released. I was about to start a PR on that but jellyfin patches are still againt 7.1.x. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is the TC_GCC
which probably won't work (see other comment), also suggesting to add x265 update to version 4.1 and x264 could probably be updated against latest git hash (b35605ace3ddf7c1a5d67a2eb553f034aef41d55
) which really ffmpeg specific.
I can take care of any other missing once I look into ffmpeg8 (but feel free to do so if you have spare cycles). I'll probably need a round of intel driver update first, and try to include a vulkan driver as there's plenty of new ffmpeg8 vulkan encoder/decoders now. This could also be an opportunity to include an AMD vulkan driver... and maybe rusticl...
I started to update x265 to v1.4, but seems conflicting with #6263. |
Well it can certainly wait, just a nice to have :) |
Here it is #6706 |
Description
Update libraries with common dependencies.
Separated from next update of imagemagick (other libraries updated in #6697 and #6698).
ffmpeg7: fix build for x64-6.2.4
Checklist
all-supported
completed successfully (validated on my fork for each commit)Type of change