-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
pulseaudio: bump dependencies + modernize more for conan v2 #16075
pulseaudio: bump dependencies + modernize more for conan v2 #16075
Conversation
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying pulseaudio/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
7a06af9
This comment has been minimized.
This comment has been minimized.
@danimtb @uilianries libsndfile v1 packages are still missing. mpg123 packages have been generated (#15965 (comment)), but it's not sufficient. |
This comment has been minimized.
This comment has been minimized.
I've opened #16517 to generate missing libsndfile packages. |
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline (informative, not required for merge) ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Failure in build 5 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
@danimtb @uilianries @jcar87 gettext v2 packages are missing, but there was an effort in #16070 to migrate this recipe to conan v2 during CI maintenance. It seems that its v2 packages have not been generated 3 weeks ago because m4 packages were missing. Maybe it's better now? |
self.requires("libsndfile/1.0.31") | ||
self.requires("libcap/2.65") | ||
self.requires("libsndfile/1.2.0") | ||
self.requires("libcap/2.66") | ||
self.requires("libtool/2.4.7") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is libtool a requires?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for libltdl
…onan v2 * modernize more * no package_folder in generate() * bump glib
closes #16493