Skip to content

Commit

Permalink
mac: reorder unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 27, 2023
1 parent 7f3db05 commit 84a4ef4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docker/install-scrypted-dependencies-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,25 @@ RUN_IGNORE brew install node@18
RUN brew install libvips
# dlib
RUN brew install cmake
# gstreamer plugins
RUN_IGNORE brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad
# gst python bindings
RUN_IGNORE brew install gst-python

### HACK WORKAROUND
### https://github.com/koush/scrypted/issues/544

brew unpin gstreamer
brew unpin gst-python
brew unpin gst-plugins-ugly
brew unpin gst-plugins-good
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

# 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

ARCH=$(arch)
if [ "$ARCH" = "arm64" ]
then
Expand Down

0 comments on commit 84a4ef4

Please sign in to comment.