Conversation
|
|
I don't know why the @BrewTestBot suggest I get error message as https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/50536/version=catalina/testReport/junit/brew-test-bot/catalina/install___build_bottle_mpv/ I check the code from mpv https://github.com/mpv-player/mpv/blame/master/wscript#L416 , and I don't think mpv actually looking for the one @BrewTestBot or is there any workaround to skip this warning or fix it? Thanks |
|
Looks like we have removed it per this PR, #44282? |
|
yes, I believe but now, the |
Formula/mpv.rb
Outdated
There was a problem hiding this comment.
| depends_on "ffmpeg" => "4.0" | |
| depends_on "ffmpeg" |
There was a problem hiding this comment.
We don't accept pinned versions of dependencies. Dependencies are “latest version”, always.
Formula/mpv.rb
Outdated
Formula/mpv.rb
Outdated
There was a problem hiding this comment.
It doesn't build with latest lua version (5.3)?
There was a problem hiding this comment.
unfortunately, mpv does not support lua 5.3 at this point mpv-player/mpv#5205
|
@Homebrew/core opinion on this? |
|
Seeing how bad the experience packaging mpv has been I'm inclined to say it should just be in a tap somewhere. |
Formula/mpv.rb
Outdated
There was a problem hiding this comment.
Don't install a .app for Homebrew/homebrew-core, thanks. That's what homebrew/cask is for.
There was a problem hiding this comment.
thank @MikeMcQuaid , it seems that install as a .app was an option, then it became default behavior in this commit 1fdd9b1 do you want me to add the with-bundle option back?
There was a problem hiding this comment.
No option, simply do not install the app. People who want the app can install from cask
|
Once the |
|
OK, we're good to go. Please squash all changes into a single commit ( |
|
Thanks so much again for your contribution! Without people like you submitting PRs we couldn't run this project. You rock, @jnozsc! |
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install <formula>)?