comparison deploy/linux/docker/Dockerfile_appimage.in @ 1931:6536ee80913b

Try adding JACK to the mix
author Chris Cannam
date Tue, 03 Jul 2018 15:51:58 +0100
parents 7d181a7f0052
children fd29819e8472
comparison
equal deleted inserted replaced
1930:4e43b07eb84d 1931:6536ee80913b
16 liblrdf0-dev \ 16 liblrdf0-dev \
17 libmad0-dev \ 17 libmad0-dev \
18 liboggz2-dev \ 18 liboggz2-dev \
19 libpulse-dev \ 19 libpulse-dev \
20 libasound2-dev \ 20 libasound2-dev \
21 libjack-dev \
21 libsamplerate-dev \ 22 libsamplerate-dev \
22 libsndfile-dev \ 23 libsndfile-dev \
23 libsord-dev \ 24 libsord-dev \
24 libxml2-utils \ 25 libxml2-utils \
25 libgl1-mesa-dev \ 26 libgl1-mesa-dev \
29 mercurial \ 30 mercurial \
30 curl wget \ 31 curl wget \
31 mlton \ 32 mlton \
32 autoconf automake libtool lintian 33 autoconf automake libtool lintian
33 34
34 # NB we do not install portaudio because it comes with a dependency on 35 # NB we do not install portaudio. We don't want to end up including it
35 # the JACK library which we don't want to bundle and can't assume 36 # in the bundle, because it comes with a dependency on the JACK
36 # people will have. Instead we rely on Pulse and (dynamically-loaded) 37 # library which we don't want to bundle and can't assume people will
37 # JACK support 38 # have. However, we do install JACK because the Dynamic JACK mechanism
39 # should ensure we can detect, configure, and use that without
40 # actually linking against it. We also have Pulse as the default I/O.
38 41
39 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty 42 RUN apt-add-repository -y ppa:beineri/opt-qt-5.10.1-trusty
40 RUN apt-get update && \ 43 RUN apt-get update && \
41 apt-get install -y \ 44 apt-get install -y \
42 qt510base \ 45 qt510base \