pigoz / mplayerosx-builds

build scripts of mplayer2 for Mac OSX
35 stars 8 forks source link

Fix local libav and Rakefile #7

Closed kunaldes closed 12 years ago

kunaldes commented 12 years ago

The homebrew core was updated to allow local dependencies, so I changed that back.

Also, the Rakefile had a bunch of errors, so it should now work. If you have :uninstall set to remove all the formulae used by mplayer, it could remove some dependencies for other programs. In order to upgrade libav along with mplayer2, you have to uninstall it first, which makes the upgrade process identical to the reinstall process.

pigoz commented 12 years ago

Hello. I cherry-picked 42788b3 which is current master now. Thank you for sorting this out.

kunaldes commented 12 years ago

Yea... I wasn't sure how to only send a pull request for that one commit.

pigoz commented 12 years ago

You'd have to to rebase your commit on top of my current master so the difference in history is only one commit.