From cc354ef0dbd16445afe58176b712102e658940d4 Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Mon, 2 Sep 2019 09:25:26 +0200 Subject: [PATCH] Revert "update README" This reverts commit ccd6f51bb6fd8f6df47bc882edebe8c89e588cd3. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 25c7e9d..0895e85 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ In order to use this tap, you need to install Homebrew or Linuxbrew. Then, to run a default installation, run: ``` -brew tap homebrew-ffmpeg/ffmpeg -brew install homebrew-ffmpeg/ffmpeg/ffmpeg +brew tap varenc/ffmpeg +brew install varenc/ffmpeg/ffmpeg ``` **Note:** If you already have `ffmpeg` installed from Homebrew core, you will receive an error. You need to first run `brew uninstall ffmpeg` before you can use this tap. @@ -29,13 +29,13 @@ brew install homebrew-ffmpeg/ffmpeg/ffmpeg To see the list of supported options for this formula, run: ``` -brew options homebrew-ffmpeg/ffmpeg/ffmpeg +brew options varenc/ffmpeg/ffmpeg ``` Then, you can run: ``` -brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with- --with- ... +brew install varenc/ffmpeg/ffmpeg --with- --with- ... ``` ### Installing latest Git version (`HEAD`) @@ -43,7 +43,7 @@ brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with- --with- ... FFmpeg recommends installing the latest Git master version over a release. This formula builds the latest release by default, but you can install the latest Git version by adding the `--HEAD` option: ``` -brew install homebrew-ffmpeg/ffmpeg/ffmpeg --HEAD +brew install varenc/ffmpeg/ffmpeg --HEAD ``` ### Installing *everything* @@ -51,7 +51,7 @@ brew install homebrew-ffmpeg/ffmpeg/ffmpeg --HEAD To compile and install ffmpeg with *all* options, just run: ``` -brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/ffmpeg --compact) +brew install varenc/ffmpeg/ffmpeg $(brew options varenc/ffmpeg/ffmpeg --compact) ``` Note that this will perform a full build of ffmpeg and its dependencies, which may take a while depending on your machine's capabilities. @@ -61,13 +61,13 @@ Note that this will perform a full build of ffmpeg and its dependencies, which m To update Homebrew and upgrade the formula to the most recent stable release: ``` -brew update && brew upgrade homebrew-ffmpeg/ffmpeg/ffmpeg +brew update && brew upgrade varenc/ffmpeg/ffmpeg ``` Or, if you are using the `HEAD` version and want to update to the latest commit: ``` -brew update && brew upgrade homebrew-ffmpeg/ffmpeg/ffmpeg --fetch-HEAD +brew update && brew upgrade varenc/ffmpeg/ffmpeg --fetch-HEAD ``` ## Included libraries @@ -136,5 +136,6 @@ If the problem is reproducible with the `homebrew-core` version of `ffmpeg`, ple ## Maintainers +- Chris Varenhorst (`@varenc`) - Reto Kromer (`@retokromer`) - Werner Robitza (`@slhck`)