Merge pull request #17 from linuxserver/fpcalc-fix

Fpcalc fix
master
j0nnymoe 9 years ago committed by GitHub
commit fa5318876a

@ -18,16 +18,19 @@ RUN \
ffmpeg \
ffmpeg-libs \
gdbm \
gstreamer1 \
jpeg \
lame \
libffi \
libpng \
nano \
openjpeg \
py-gobject \
py-pip \
python \
py-unidecode \
sqlite-libs \
tar \
wget && \
# install build packages
@ -60,7 +63,7 @@ RUN \
/tmp/chromaprint && \
cd /tmp/chromaprint && \
cmake \
-DBUILD_EXAMPLES=ON . \
-DBUILD_TOOLS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr && \
make && \

@ -81,6 +81,7 @@ See [Beets][beetsurl] for more info.
## Versions
+ **07.12.16:** Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib
+ **14.10.16:** Add version layer information.
+ **01.10.16:** Add nano and editor variable -
to allow editing of the config from the container command line.

Loading…
Cancel
Save