-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[pipewire] new port #25160
[pipewire] new port #25160
Conversation
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for pipewire have changed but the version was not updated
version: 0.3.52
old SHA: 3be33b179df28d3a8a5e6538f7f21a58ee6c340d
new SHA: 7de7190a251710b6e65c3ad5d7061ba2d9c5e44b
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
Maybe you also need to take a look at port |
What do you mean? |
Ah you want me to also update the meson port? |
@JackBoosY done. |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for pipewire have changed but the version was not updated
version: 0.3.52
old SHA: 2d41c0388ed9d6fd4fc45ef7f832cb75e8695358
new SHA: 4df9c5a7cc620a7cdb608603c4df21d673c019d8
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
Changes to |
I don't have enough knowledge here, all I can say is that the version of meson found in Let me know what to do. |
according to pipewire/pipewire version 0.59 should be enough. Also please remove the changes to |
That's not my experience, when I've built pipewire, I definitely needed to update meson. |
and see if it works. |
Is |
For meson yes. You just need the host dependency on |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for vcpkg-tool-meson have changed but the version was not updated
version: 0.62.2
old SHA: 347ff7efa6f9971fece17845c86c162b415be492
new SHA: 3479d54d4bc59d0f2b8f98f2dca3edb083582758
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
I removed the meson update as it is not needed if I add the host dependency to meson. |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for pipewire have changed but the version was not updated
version: 0.3.52
old SHA: 52a865b11cd70f085cc902d5fce8974d062e3e48
new SHA: 4ec746fd8458f073339bf953335742b2abb0ac53
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
This patch only add support to build the client libraries.
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.
LGTM.
LGTM, thanks for the PR! |
Hi,
This PR adds support to build pipewire client libraries on Linux.
Regards,
Alex