mirror of
https://github.com/ankitects/anki.git
synced 2026-07-28 13:49:05 -04:00
## Linked issue Closes #4949 ## Summary It turned out that our mpv.rb formula was never used because of the `bottle do` statement, which was telling brew to use the upstream version. ## Steps to reproduce (before) 1. Download and extract anki-audio==0.2.1: https://pypi.org/project/anki-audio/0.2.1/ 2. Run `./mpv --version` and confirm you see the error in the linked issue. ## How to test (after) 1. Extract the signed artifacts built from this PR: https://github.com/ankitects/anki/actions/runs/26877282940 2. Run `./mpv --version` and confirm no library errors. You might see Gatekeeper warnings here as the binary is not notarized.