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

[scripts] Update msys2 packages #41665

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[scripts] Update msys2 packages #41665

wants to merge 8 commits into from

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Oct 19, 2024

And prevent pkgconfig hints from the msys2 installation.

@dg0yt
Copy link
Contributor Author

dg0yt commented Oct 20, 2024

We must keep automake1.16 for the past versions of ffmpeg. #41678.
And also for some ports such as gettext. automake-wrapper chooses automake based on configure.ac contents, unless overriden with WANT_AUTOMAKE.

@Mengna-Li Mengna-Li added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Oct 21, 2024
@dg0yt dg0yt marked this pull request as ready for review October 23, 2024 05:16
Comment on lines +253 to +258
"${path_to_root}/clangarm64/lib/pkgconfig"
"${path_to_root}/clang64/lib/pkgconfig"
"${path_to_root}/mingw32/lib/pkgconfig"
"${path_to_root}/mingw64/lib/pkgconfig"
"${path_to_root}/ucrt64/lib/pkgconfig"
"${path_to_root}/usr/lib/pkgconfig"
Copy link
Contributor Author

@dg0yt dg0yt Oct 23, 2024

Choose a reason for hiding this comment

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

Note: These dirs are not required for the tools (in particular pkgconf) to work. When present, they may change what typical CMake Find modules consider as hints for header and lib search. This is not desirable for the use cases of vcpkg_acquire_msys.

@Mengna-Li Mengna-Li added the info:reviewed Pull Request changes follow basic guidelines label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants