all repos — mgba @ a58458b9438354970adb306d79caa53735c90807

mGBA Game Boy Advance Emulator

All: Travis attempt 5
Jeffrey Pfau jeffrey@endrift.com
Mon, 21 Sep 2015 01:06:11 -0700
commit

a58458b9438354970adb306d79caa53735c90807

parent

8438797d53c3135319dbc7bb0711fe11f8ede0e0

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M .travis-deps.sh.travis-deps.sh

@@ -6,10 +6,13 @@ sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y

sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y sudo add-apt-repository ppa:immerrr-k/qt5-backport -y sudo add-apt-repository ppa:spvkgn/ffmpeg+mpv -y + sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update -qq sudo apt-get purge cmake -qq sudo apt-get install -y -qq cmake libedit-dev libmagickwand-dev \ - libpng-dev libsdl2-dev libzip-dev qtbase5-dev \ + g++-4.8 libpng-dev libsdl2-dev libzip-dev qtbase5-dev \ libqt5opengl5-dev qtmultimedia5-dev libavcodec-dev \ libavutil-dev libavformat-dev libavresample-dev libswscale-dev + sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 100 + sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 100 fi