Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 992 Bytes

File metadata and controls

28 lines (19 loc) · 992 Bytes

homebrew-nxt

This is a 3rd party tap for Homebrew.

It provides the following formulas.

  • libplacebo same formula as in core, but with the option of installing the nxtedition-fork by providing the --HEAD option.
  • x265 almost same formulas as in core, but with additional option to enable building with alpha support
  • ffmpeg Based on https://github.com/homebrew-ffmpeg/homebrew-ffmpeg, which includes options for enabling additional features and libraries. Has the option of installing the nxtedition-fork of ffmpeg by providing the --HEAD option. Is configured to use the nxtedition tap when installing dependencies libplacebo and x265.

Installation and usage

In order to use this tap, you need to install Homebrew.

Then, to run a default installation, run:

brew tap nxtedition/nxt

and install the formulas you need. For instance:

brew install nxtedition/nxt/ffmpeg --with-libplacebo --HEAD