Skip to content
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

[Pango] Update to v1.52.2 #8497

Merged
merged 3 commits into from
Apr 18, 2024
Merged

[Pango] Update to v1.52.2 #8497

merged 3 commits into from
Apr 18, 2024

Conversation

giordano
Copy link
Member

Also, update dependency on Cairo_jll. #7454 changed the build system to the newer meson, but this changed the compatibility version in the macOS binaries, which means that libraries built against Cairo 1.16 require a compatibility version way larger than what's recorded in our builds of Cairo 1.18: JuliaGraphics/Cairo.jl#362. This is non-sense, but this is a reminder that changing build systems has a cost: most of the time they don't produce 100% compatible binaries.

For the record, the problem with the macOS compatibility arises only on macOS < 12 and -mmacosx-version-min is set to a value < 10.14 (we use 10.12 for x86_64-darwin builds, and 11.0 for aarch64-darwin builds): https://github.com/giordano/macos-compatibility-version

Dependency("FreeType2_jll"; compat="2.10.4"),
Dependency("FreeType2_jll"; compat="2.13.1"),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record, this is because #7454 changed the compat bound of FreeType2_jll to 2.13.1, but I have no clue of why: https://github.com/JuliaPackaging/Yggdrasil/pull/7454/files#diff-e2d8f4bfb63a6c0200a9e9beeb578adef317bf2a540738ea6b7858df24e1115fR76

Due to https://gitlab.gnome.org/GNOME/pango/-/issues/792 we can't build with versions of Glib prior to v2.69.1, despite what the check in the meson script claims.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant