add fftw-dev build dependency for chromaprint

This commit is contained in:
sparklyballs 2019-02-07 10:43:36 +00:00 committed by Ryan Kuba
parent 10031267c5
commit 3e096cf4b8
4 changed files with 7 additions and 0 deletions

View file

@ -12,6 +12,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
cmake \
ffmpeg-dev \
fftw-dev \
g++ \
gcc \
git \
@ -27,6 +28,7 @@ RUN \
expat \
ffmpeg \
ffmpeg-libs \
fftw \
gdbm \
gst-plugins-good \
gstreamer \

View file

@ -15,6 +15,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
cmake \
ffmpeg-dev \
fftw-dev \
g++ \
gcc \
git \
@ -30,6 +31,7 @@ RUN \
expat \
ffmpeg \
ffmpeg-libs \
fftw \
gdbm \
gst-plugins-good \
gstreamer \

View file

@ -15,6 +15,7 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
cmake \
ffmpeg-dev \
fftw-dev \
g++ \
gcc \
git \
@ -30,6 +31,7 @@ RUN \
expat \
ffmpeg \
ffmpeg-libs \
fftw \
gdbm \
gst-plugins-good \
gstreamer \

View file

@ -93,6 +93,7 @@ full_custom_readme: |
## Versions
+ **07.02.19:** Add fftw-dev build dependency for chromaprint.
+ **28.01.19:** Add pipeline logic and multi arch.
+ **15.08.18:** Rebase to alpine 3.8, use alpine repo version of pylast.
+ **12.08.18:** Add requests pip package.