mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
add gstreamer lib, reconfigure chromaprint cmake options to install fpcalc
This commit is contained in:
parent
b5c9e356cb
commit
453f23a13d
1 changed files with 1 additions and 5 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue