Skip to content

Commit

Permalink
Bump to homebrew carla; minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Sep 14, 2018
1 parent b38dd02 commit e89aee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis/osx..install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk"
PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk carla"

if [ $QT5 ]; then
PACKAGES="$PACKAGES qt5"
Expand All @@ -9,7 +9,5 @@ else
fi

brew install $PACKAGES ccache
# FIXME: Move "carla" to $PACKAGES once https://github.com/Homebrew/homebrew-core/pull/31560 is merged
brew install https://gist.githubusercontent.com/tresf/a8ffb8299227c51cf11aaf3929765264/raw/e94ad17aea63084c66bcb7e90009e3d5e848a467/carla.rb

sudo npm install -g appdmg
3 changes: 2 additions & 1 deletion plugins/carlabase/carla.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ intptr_t CarlaInstrument::handleDispatcher(const NativeHostDispatcherOpcode opco
qApp->processEvents();
break;
default:
break;
break;
}

return ret;
Expand Down Expand Up @@ -531,3 +531,4 @@ void CarlaInstrumentView::timerEvent(QTimerEvent* event)
}

// -------------------------------------------------------------------

0 comments on commit e89aee5

Please sign in to comment.