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

@ -81,6 +81,7 @@ See [Beets][beetsurl] for more info.
## Versions ## 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. + **14.10.16:** Add version layer information.
+ **01.10.16:** Add nano and editor variable - + **01.10.16:** Add nano and editor variable -
to allow editing of the config from the container command line. to allow editing of the config from the container command line.

Loading…
Cancel
Save