-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Common updates and optimizations #5492
Conversation
- update cross/libtool - disable static library to speedup the build
- update util-linux - add code optimization - remove patch for former version
- replace libicu by glib for unicode support - disable tests to speedup the build
- update pango to v1.38.1 (required by libsrvg) - add harfbuzz support - fix prefix in libtool files
- build libcairo-gobject - avoid test code to speedup the build
- update fribidi - create optimized code
- add cross/libraw - add cross/jasper
- create optimized code - disable build of static libraries
- ensure libxml2 is used
- install headers
- add cross/jbigkit
- move libdrm specific PLIST_TRANSFORM cross/libdrm - optimize generated code
- update to v1.2.4 - enable decoder
- cross/libwmf: workaround to find freetype build header - cross/pango: libharbuzz is not supported with older gcc - patch library runpath in some bin and lib files
You're on fire @hgy59 ! |
- disable the build of freetype-config as it has wrong prefixes
- update configure args for freetype without freetype-config
Analysis of the build results: only arch-88f6281-6.1 completes before timeout and has the following errors:
@th0ma7 we must have a look a tvheadend (probably related to the updated Dev Environment/Docker file) |
Analysis of build results of aborted builds The builds timed out while building the package...
Additional failures
|
@hgy59 I may have found a workaround the sha1sum issue that seems only related to git download method. I've found out that we can you URL EDIT: Note that neither do I wasn't able to reproduce locally... so hopefully the workaround above will solve this. |
Hopefully it is not related to an outdated cache of downloaded (corrupt) files. |
Description
All common updates, code optimizations and build optimizations from #5414.
For conveniance, to avoid triggering the build of too many packages and reach the 6h limit for github build actions in #5414.
Checklist
all-supported
completed successfullyType of change