-
Notifications
You must be signed in to change notification settings - Fork 6
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
build PortAudio with JACK support #20
Conversation
I have tested this and it builds on macOS too 😄 https://github.com/Be-ing/vcpkg/runs/3210867320 |
Note this will require changing our FindPortAudio.cmake module in Mixxx to export the target as |
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, Thank you.
Waiting for CI. On the long run, cloning from a private Repro is not the best way forward. If this is not possible, we should consider to fork you repro at mixxxdj, or add your changes to the vcpkg port folder. |
PortAudio/portaudio#461 is just waiting for final approval. I hope that will be in the next few days. |
to match targets exported by config files PortAudio/portaudio#461 mixxxdj/vcpkg#20
to match targets exported by config files PortAudio/portaudio#461 mixxxdj/vcpkg#20
CI passed |
By the way I opened a PR to update JACK upstream: microsoft#19270 |
Oops I should have checked the build log...
|
The failure to find JACK is not a bug in this port. The bug is that the jack2 port did not install the pkgconfig file. I have opened a PR to fix this and update JACK upstream: microsoft#19270 I tested uninstalling system JACK packages, building that updated port, then building this portaudio port and I confirmed in the logs that the portaudio port builds with JACK. |
No description provided.