diff --git a/docker/install-scrypted-dependencies-mac.sh b/docker/install-scrypted-dependencies-mac.sh index 5758d91e9..bff955091 100755 --- a/docker/install-scrypted-dependencies-mac.sh +++ b/docker/install-scrypted-dependencies-mac.sh @@ -40,13 +40,14 @@ echo "Installing Scrypted dependencies..." RUN_IGNORE xcode-select --install RUN brew update RUN_IGNORE brew install node@18 -# needed by scrypted-ffmpeg -RUN_IGNORE brew install sdl2 +# snapshot plugin and others +RUN brew install libvips # gstreamer plugins RUN_IGNORE brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly # gst python bindings RUN_IGNORE brew install gst-python # python image library +# todo: consider removing this RUN_IGNORE brew install pillow ### HACK WORKAROUND