Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_appimage_tip @ 1921:3513d7ff5ad9
Avoid portaudio
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2018 11:47:12 +0100 |
parents | 310670d04abe |
children | b676ebebe74f |
comparison
equal
deleted
inserted
replaced
1920:55241126e0e4 | 1921:3513d7ff5ad9 |
---|---|
20 libsamplerate-dev \ | 20 libsamplerate-dev \ |
21 libsndfile-dev \ | 21 libsndfile-dev \ |
22 libsord-dev \ | 22 libsord-dev \ |
23 libxml2-utils \ | 23 libxml2-utils \ |
24 libgl1-mesa-dev \ | 24 libgl1-mesa-dev \ |
25 portaudio19-dev \ | |
26 raptor-utils \ | 25 raptor-utils \ |
27 librubberband-dev \ | 26 librubberband-dev \ |
28 git \ | 27 git \ |
29 mercurial \ | 28 mercurial \ |
30 curl wget \ | 29 curl wget \ |
31 mlton \ | 30 mlton \ |
32 autoconf automake libtool lintian | 31 autoconf automake libtool lintian |
32 | |
33 # NB we do not install portaudio because it comes with a dependency on | |
34 # the JACK library which we don't want to bundle and can't assume | |
35 # people will have. Instead we rely on Pulse and (dynamically-loaded) | |
36 # JACK support | |
37 | |
33 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty | 38 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty |
34 RUN apt-get update && \ | 39 RUN apt-get update && \ |
35 apt-get install -y \ | 40 apt-get install -y \ |
36 qt510base \ | 41 qt510base \ |
37 qt510svg | 42 qt510svg |