add gstreamer lib, reconfigure chromaprint cmake options to install fpcalc

This commit is contained in:
sparklyballs 2016-12-07 17:18:58 +00:00
parent b5c9e356cb
commit 453f23a13d

View file

@ -59,12 +59,8 @@ RUN \
make install && \ make install && \
# compile chromaprint # compile chromaprint
mkdir -p \ git clone https://bitbucket.org/acoustid/chromaprint.git \
/tmp/chromaprint && \ /tmp/chromaprint && \
curl -o /tmp/chromaprint-src.tar.gz -L \
https://bitbucket.org/acoustid/chromaprint/downloads/chromaprint-1.4.tar.gz && \
tar xf /tmp/chromaprint-src.tar.gz -C \
/tmp/chromaprint --strip-components=1 && \
cd /tmp/chromaprint && \ cd /tmp/chromaprint && \
cmake \ cmake \
-DBUILD_TOOLS=ON \ -DBUILD_TOOLS=ON \