-
-
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
imagemagick: update and support for additional image formats and fonts #5414
Conversation
b2f610c
to
744800f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This is odd, let me have a look at it over the weekend, i might find a fix for it. |
While comuting back home I thought of a few things... first off, I don't recall
🤷♂️ |
a55176b
to
72cf86d
Compare
@th0ma7 sorry to bother you, it had nothing to do with the PATH. With the new image there is no CARGO/RUST folder in the path. |
Have you found how to fix it? |
72cf86d
to
5b7ec6d
Compare
fe629e1
to
1763352
Compare
- update lcms2 - enable code optimization - disable static library to speedup the build
- add cross/librsvg - add cross/libcroco - add cross/gdk-pixbuff
- update imagemagick to v7.1.0-47 - add DejaVu fonts - update OpenJPEG - add LibRaw - add OpenEXR - add librsvg - optimizations
- sickchill needs update as 2021.* sources are gone
- patch library runpath in some bin and lib files
- fix rsvg integration (magick depends on bin/rsvg-convert) - zlib.pc fix fixes OpenEXR integration
1763352
to
68adaa0
Compare
- add harbuzz v3.0.0 for ARMv7_ARCHS
If you create a harbuzz_v3 for armv7l the i could reuse that for ffmpeg related to libass that now gets removed from that build. |
- sickchill was declared as broken with SynoCommunity#5414, but meanwhile fixed in SynoCommunity#5458
Description
Includes several build optimizations like
Fixes #3881
Checklist
all-supported
completed successfullyType of change