-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bazarr: update 1.4.2 => 1.4.5 and migrate to ffmpeg 7 #6164
Conversation
1a613f5
to
36b536f
Compare
Currently blocked by #6197 |
36b536f
to
69eec42
Compare
6b0d749
to
a99ed5e
Compare
Actually the issue seems now to be related to the below:
Essentially our way of installing numpy seems to be broken by latest setuptools version. (see pypa/setuptools#3505) |
I faced the same issue with numpy #6200 (comment) |
Actually its a combination of things, including pip. That's why we need a per-wheel crossenv option. I intend to continue having a default using latest versions, and have the possibility, such as with older numpy, to create per wheel as needed with the set of mandatory prerequisites. Next on my todo list now that ffmpeg is done. |
a99ed5e
to
f33f8fc
Compare
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
IMHO we can create the qoriq package later, when #6297 is fixed
50e80d1
to
cf1ad80
Compare
@smaarn, I've done a re-base for you which fixes the qoriq build. It should be good to merge now. |
@mreid-tt please never rebase a foreign branch! It is always enough to merge the upstream master into such a branch. |
Description
Update bazarr 1.4.2 => 1.4.5 and switch to ffmpeg 7
Fixes #6257
Checklist
all-supported
completed successfullyType of change