-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Tracker] ffmpeg 7 transition #22502
Comments
That order looks to me like it would work and is similar to the order I used to test building all the packages locally. |
There is a FIXME in build scripts of python-torchvision and python-torchaudio. |
Thank you for pointing that out, that did not show up in the way I detected reverse dependencies. When I try to enable FFmpeg in the package
It would appear that Hypothetically, I might be able to write my own solution to that error because, I saw a very similar error in the package On the other hand, that might be very difficult for
If we can find a distro or location where development of an FFmpeg 7 backend for |
Now I am currently writing another PR that will try to make what seem like the best choices for remaining lower-priority packages that for various reasons, needed a separate PR and/or don't seem to easily get errors after |
Now, all packages that depend on FFmpeg are using FFmpeg 7 except for these two:
I am not sure if this should stay open to keep track of those, or if this tracker would be considered complete. |
So now audacity and pytorch do not work because of updated ffmpeg? Or they have ffmpeg 6 subpackage/static dependency? |
They both have an ffmpeg 6 subpackage and work, but audacity appears to work when recompiled and tested without the subpackage present, but you said to not worry about that and just leave it |
I said to not worry about having subpackage. But probably in the case if audacity works with ffmpeg7 if recompiled we should recompile it. And probably we should upgrade ffmpeg subpackage too. |
oh, you had said that you do not think I should touch the subpackage, and I interpreted that to mean do not touch it including do not bump it to newer ffmpeg. If you mean that really the subpackage should be kept, but just bumped to use the same version of ffmpeg as the main |
following the directions given here: termux#22502 (comment) (paraphrased) "if audacity works with ffmpeg 7 we should recompile it and upgrade the ffmpeg subpackage"
following the directions given here: termux#22502 (comment) (paraphrased) "if audacity works with ffmpeg 7 we should recompile it and upgrade the ffmpeg subpackage"
…7.1 (#22614) following the directions given here: #22502 (comment) (paraphrased) "if audacity works with ffmpeg 7 we should recompile it and upgrade the ffmpeg subpackage"
…7.1 (#22614) following the directions given here: termux/termux-packages#22502 (comment) (paraphrased) "if audacity works with ffmpeg 7 we should recompile it and upgrade the ffmpeg subpackage"
I would like to initiate the ffmpeg 7 update. Here is my plan.
But I can not test the bigger packages like firefox, python torch and need some help with those. Please let me know if there is any simpler and non-destructive of way to update those.
The text was updated successfully, but these errors were encountered: