Skip to content

Commit

Permalink
Merge branch 'main' of github.com:koush/scrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Oct 16, 2023
2 parents a362b7d + efa8515 commit 73f859b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions install/local/install-scrypted-dependencies-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 73f859b

Please sign in to comment.