From efa8515aa03ac41d514b7c9ac44e7351e4b26ae3 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sat, 14 Oct 2023 19:31:00 -0700 Subject: [PATCH] Update install-scrypted-dependencies-mac.sh --- .../local/install-scrypted-dependencies-mac.sh | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/install/local/install-scrypted-dependencies-mac.sh b/install/local/install-scrypted-dependencies-mac.sh index c40255dea..b1218c75b 100755 --- a/install/local/install-scrypted-dependencies-mac.sh +++ b/install/local/install-scrypted-dependencies-mac.sh @@ -45,26 +45,11 @@ RUN brew install libvips # dlib RUN brew install cmake -### HACK WORKAROUND -### https://github.com/koush/scrypted/issues/544 - -brew unpin gstreamer -brew unpin gst-plugins-base -brew unpin gst-plugins-good -brew unpin gst-plugins-bad -brew unpin gst-plugins-ugly -brew unpin gst-libav -brew unpin gst-python - -### END HACK WORKAROUND - # seems to be necessary for python-codecs' pycairo dependency or something? RUN_IGNORE gobject-introspection libffi pkg-config # gstreamer plugins -RUN_IGNORE brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav -# gst python bindings -RUN_IGNORE brew install gst-python +RUN_IGNORE brew install gstreamer ARCH=$(arch) if [ "$ARCH" = "arm64" ]