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