parent 6a026b1b
......@@ -24,6 +24,15 @@ RUN apt-get install -y \
vorbis-tools \
faac
# ALP-5359 XXX this is kinda hackish:
# We need a libsndfile fix, but still want the libsndfile package
# for other dependencies, so we install the build over it
RUN curl https://uplex.de/private/libsndfile-1.1.0.tar.xz | tar xvJf - && \
cd libsndfile-1.1.0 && \
./configure --prefix=/usr --libdir=/lib/x86_64-linux-gnu && \
make && make install && \
cd .. && rm -rf libsndfile-1.1.0
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
cd audiowmark && \
./autogen.sh && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment