How to resolve recursive ffmpeg <-> chromaprint dependency #5264
Unanswered
slhck
asked this question in
Tap maintenance and brew development
Replies: 1 comment 2 replies
-
The only way is to break the recursive dependency. And since you can't control the chromaprint one, you'll have to remove the dependency on chromaprint from ffmpeg |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
We are maintaining a tap for ffmpeg, and for some reason we cannot run CI tests anymore, in a PR bumping ffmpeg to v7.0:
homebrew-ffmpeg/homebrew-ffmpeg#160
The issue is this line: https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/actions/runs/8565637192/job/23473994376?pr=160#step:3:103
Now, indeed the chromaprint formula has an ffmpeg dependency. This has caused build failures for a while now but we don't know how to resolve it. Any suggestions would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions