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

qt: add version ranges to libpng and expat #24606

Closed
wants to merge 1 commit into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 12, 2024

Summary

Changes to recipe: qt/*

Motivation

Qt is one of the few packages not using the [>=1.6 <2] version range for libpng and currently fails due to version conflicts with any recipe requiring libpng/[>=1.6 <2] due to these ranges being resolved to libpng/1.6.43 and not libpng/1.6.42 required by Qt.

This currently breaks the build in #18794.

Details

Applies the version ranges from dependencies.md to libpng and expat and updates build dependency versions, since these should not cause any conflicts.


@conan-center-bot

This comment has been minimized.

1 similar comment
@conan-center-bot
Copy link
Collaborator

🚦 Thank for your Bump dependencies PR. The build service will be triggered soon by a Conan team member.

@valgur
Copy link
Contributor Author

valgur commented Jul 16, 2024

Ping. Could the CI be triggered, please? This should be a fairly straightforward change.

@danimtb maybe?

@AbrilRBS
Copy link
Member

Hi @valgur we're holding on this PR as we're pushing a fix for qt and will combine both PRs to save some compilations - will make sure to cherry pick to keep your commits :)

@uilianries
Copy link
Member

@valgur I added your commit to the PR #24642

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants