From ffdb386afa40cfe9ca87a296f696f37d9e5c4bb7 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 14 Mar 2023 17:25:47 -0700 Subject: [PATCH] mac: include libvips in installer --- docker/install-scrypted-dependencies-mac.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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