carlosonunez / obs-installer-for-apple-silicon

Conveniently build and install OBS from source on your ultra-fast Apple M1 MacBook or Mac
206 stars 23 forks source link

Fails is VLC is already installed #17

Closed gboudreau closed 2 years ago

gboudreau commented 2 years ago

I guess the script should check if VLC is already installed, before trying to install it using brew. Not sure if the brew version of VLC is somehow required, or if any (recent) versions, in /Applications, is fine..?

$ cd obs-installer-for-apple-silicon && ./install.sh
[Thu  9 Sep 2021 15:36:56 EDT] INFO: Installing build dependencies
==> Tapping akeru-inc/tap
Cloning into '/opt/homebrew/Library/Taps/akeru-inc/homebrew-tap'...
remote: Enumerating objects: 100, done.
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects: 100% (74/74), done.
remote: Total 100 (delta 22), reused 11 (delta 0), pack-reused 0
Receiving objects: 100% (100/100), 20.35 KiB | 5.09 MiB/s, done.
Resolving deltas: 100% (22/22), done.
Tapped 1 formula (14 files, 29.6KB).
Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake
==> Downloading https://download.videolan.org/vlc/3.0.16/macosx/vlc-3.0.16-arm64.dmg
######################################################################## 100.0%
==> Installing Cask vlc
==> Purging files for version 3.0.16 of Cask vlc
Error: It seems there is already an App at '/Applications/VLC.app'.
[Thu  9 Sep 2021 15:37:54 EDT] FATAL: Unable to install one or more OBS dependencies. See log above for more details.
carlosonunez commented 2 years ago

vlc has been removed as an installation requirement.

I also just released version 1.1.0. Please give that a try.

Please comment if you are still experiencing this problem.