Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pigoz/mplayerosx-builds
build scripts of mplayer2 for Mac OSX
https://github.com/pigoz/mplayerosx-builds
Last synced: 6 days ago
JSON representation
build scripts of mplayer2 for Mac OSX
- Host: GitHub
- URL: https://github.com/pigoz/mplayerosx-builds
- Owner: pigoz
- Created: 2010-11-13T11:46:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-24T14:17:01.000Z (about 12 years ago)
- Last Synced: 2024-08-05T19:37:17.686Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 1.04 MB
- Stars: 35
- Watchers: 9
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mplayerosx-builds
=================
mplayerosx-builds is a collection of scripts I use to make make Mac OS X
Application Bundles of [mplayer2](http://www.mplayer2.org/).Originally this project contained custom [mxcl/homebrew](http://github.com/mxcl/homebrew)
formulae for compilation and dependency management, but they have since
then been moved to [pigoz/homebrew-mplayer2](https://github.com/pigoz/homebrew-mplayer2)
to make use of the new tap functionality available in Homebrew 0.9+.I want to get binaries. Where are they?
---------------------------------------
The binaries are on [Google code](http://code.google.com/p/mplayerosx-builds/).I want to build from source. What do I do?
------------------------------------------
Head to [pigoz/homebrew-mplayer2](https://github.com/pigoz/homebrew-mplayer2)Making Mac OSX Bundles
----------------------
Once you have compiled mplayer2 from source, you can make different types of bundles, they all have a few things in common:* the bundle is created in the `deploy/` directory
* the mplayer binary used in the bundle is the first in your path (the one listed by the `which` unix command).Here is a list of bundles:
* `rake pkg:mpb[$version]`: makes a standalone binary `mplayer2.app` that you can drop to your Applications directory. If version is not provided the current date is used.
* `rake pkg:mposxt`: makes a mpBinaries bundle that works with MPlayerOSX Extended.Issues? Comments?
-----------------
If you found some issues with these binaries or have some suggestions please open a ticket on the [Issue Tracker](https://github.com/pigoz/mplayerosx-builds/issues).Contribute
----------
Send me a pull request for small changes otherwise contact me by mail or IRC.Contacts
========
Drop me a mail at [email protected], [follow me](http://twitter.com/pigoz) on twitter or find me on IRC (pigoz on rizon and freenode)