Skip to content

Instantly share code, notes, and snippets.

@requeijaum
Created December 9, 2018 23:19
Show Gist options
  • Save requeijaum/24e28a21879f04e78af968ff5a112972 to your computer and use it in GitHub Desktop.
Save requeijaum/24e28a21879f04e78af968ff5a112972 to your computer and use it in GitHub Desktop.
Some Homebrew packages that I use on macOS 10.11.6 hackintoshes.
#!/bin/sh
HOMEBREW_NO_AUTO_UPDATE=1 brew install ffmpeg --ignore-dependencies --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-webp --with-zeromq --with-zimg --with-srt --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libbluray --with-libbs2b --with-libcaca --with-libgsm --with-libmodplug --with-speex --with-two-lame --with-wavpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment