meson.build: add darwin/macOS dylib versioning - #193
Merged
Merged
Conversation
khaledhosny
reviewed
Mar 10, 2024
khaledhosny
force-pushed
the
mascguy-dylib-vers
branch
from
July 19, 2026 11:15
7c274cb to
d0f0405
Compare
Collaborator
|
I merged this, and I think I finally understood the issue. Thanks for the fix and sorry for my slow response. |
Contributor
Author
No worries, thank you for accepting and merging! |
social4hyq
pushed a commit
to social4hyq/homebrew-core
that referenced
this pull request
Sep 20, 2026
libraqm 0.11.0 Created-by: HarmonybrewBot Commit-by: HarmonybrewBot Merged-by: HarmonybrewBot Description: Created by `brew bump` --- Created with `brew bump-formula-pr`.<details> <summary>release notes</summary> <pre>## What's Changed * Update grapheme cluster boundary detection to Unicode 17, conforming to Unicode UAX #29 and verified against the Unicode conformance test. * Reject input that spans multiple paragraphs, `raqm_layout()` now fails when the text contains a paragraph separator. * Fix out-of-bounds read in the UTF-8 and UTF-16 decoders. * Build, CI and documentation updates. * New API: * `raqm_get_par_detected_direction` * `raqm_allowed_grapheme_boundary` ## New Contributors * @mascguy made their first contribution in HOST-Oman/libraqm#193 **Full Changelog**: https://github.com/HOST-Oman/libraqm/compare/v0.10.5...v0.11.0</pre> <p>View the full release notes at <a href="https://github.com/HOST-Oman/libraqm/releases/tag/v0.11.0">https://github.com/HOST-Oman/libraqm/releases/tag/v0.11.0</a>.</p> </details> <hr> See merge request: Harmonybrew/homebrew-core!14975
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the project migrated to Meson, Darwin/macOS dylib versioning was lost. This restores that functionality, ensuring that dependent binaries aren't broken.
In terms of the dylib compatibility version, it's set to 0.7.1. I believe that matches with what was used for 0.7.2, when built via AutoTools.