From ca115261de7e19fd02c90c2d198f6f6988450577 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 10 Oct 2018 11:49:45 +0200 Subject: [PATCH] .ci/install-deps.sh: Changing to trusty names for libraries and development packages. --- .ci/install-deps.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.ci/install-deps.sh b/.ci/install-deps.sh index 11468754..9ccab3aa 100755 --- a/.ci/install-deps.sh +++ b/.ci/install-deps.sh @@ -16,15 +16,14 @@ fi if [ "$TRAVIS_OS_NAME" == "linux" ]; then # autotools, automake, make are present in the trusty image sudo apt-get install -y \ - celt \ doxygen \ libffado-dev \ libsamplerate-dev \ libsndfile-dev \ libasound2-dev \ - libsystemd-dev \ - opus \ - portaudio-dev + libsystemd-daemon-dev \ + opus-tools \ + libportaudio-dev # force installation of gcc-6 if required if [ "${CC}" == "gcc-6" ]; then sudo apt-get install gcc-6 g++-6