add gstreamer lib, reconfigure chromaprint cmake options to install fpcalc

This commit is contained in:
sparklyballs 2016-12-07 17:15:24 +00:00
parent 1cacf240a4
commit b5c9e356cb
2 changed files with 10 additions and 2 deletions

View file

@ -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
@ -56,11 +59,15 @@ RUN \
make install && \
# compile chromaprint
git clone https://bitbucket.org/acoustid/chromaprint.git \
mkdir -p \
/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 && \
cmake \
-DBUILD_EXAMPLES=ON . \
-DBUILD_TOOLS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr && \
make && \

View file

@ -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.