-
Notifications
You must be signed in to change notification settings - Fork 409
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
WEBRTC_ARCH_*, PPC and environment variable? #78
Comments
The following solves my issue:
|
Also tried passing CFLAGS directly such as |
I just noticed, all the code is good to go and already in this repository! 3bd7613 Its just need another release to happen :) @wiseman would it be possible to release a new version of the code as it already contains the fixes. Also making it available to pypi repository as well? Thnx in advance and happy holiday! |
Modifying my
|
- thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613
- thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613
- thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613
- thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613
* homeassistant: update to v2023.5.4 - update homeassistant to v2023.5.4 - update HACS integration to v1.32.1 - update DTLSSocket to v0.1.15 - update and adjust requirements * fix build of greenlet wheel for older compilers * fix build of protobuf wheel for older compilers * fix build of webrtcvad for arch-qoriq-6.1 - thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613 * homeassistant: update to v2023.7.3 - update homeassistant to v2023.7.3 - update to python311 with openssl3 - this PR now depends on #5820 to be merged first * fix some integrations - add cross/libstdc++ to fix grpcio for DSM < 7 - add cross/opus to fix voice over ip integration - fix Google Generative AI Conversation integration (requires grpcio fix and google_generativeai) * migrate to PYTHON_PACKAGE
Fix available in fork: https://github.com/daanzu/py-webrtcvad-wheels |
Context
Using SynoCommunity spksrc framework and looking into migrating to newer python.
The framework automatically build for multiple-archs.
Part of my current PR I'm trying to reduce the usage local patches.
PR: SynoCommunity/spksrc#4998
Checks: https://github.com/SynoCommunity/spksrc/runs/4576241935?check_suite_focus=true
Specific
It happens that we currently patch the code to define
WEBRTC_ARCH_LITTLE_ENDIAN
Another method would be #41 but that isn't possible as we are batch processing all cross-compiled requirements with a generic
pip
call.Ask
Would it be possible to provide the ability to use exported environment variable like some others projects do?
Thnx in advance.
The text was updated successfully, but these errors were encountered: