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

bump sdl_image dependencies #23218

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

Conversation

StellaSmith
Copy link
Contributor

No description provided.

@conan-center-bot

This comment has been minimized.

@@ -96,17 +96,17 @@ def layout(self):

def requirements(self):
# Headers are exposed https://github.com/conan-io/conan-center-index/pull/16167#issuecomment-1508347351
self.requires("sdl/2.28.3", transitive_headers=True)
self.requires("sdl/2.28.5", transitive_headers=True)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe it would be better if we could use the latest sdl on ConanCenter, which is the 2.30.1? So the latest of sdl_image doesn't conflict with the latest of sdl?

Copy link
Member

Choose a reason for hiding this comment

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

Well, responding to myself, and checking other recipes in ConanCenter, the other recipes in ConanCenter depends on 2.28, so this cannot be done and would require some coordination, please be patience, this might take some time. We are trying to improve the CI to be able to do these changes more streamlined, but this is a big effort.

recipes/sdl_image/all/conanfile.py Outdated Show resolved Hide resolved
if self.options.with_libwebp:
self.requires("libwebp/1.3.2")
if self.options.get_safe("with_avif"):
self.requires("libavif/1.0.1")
self.requires("libavif/1.0.4")
Copy link
Member

Choose a reason for hiding this comment

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

This looks good

@conan-center-bot
Copy link
Collaborator

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

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