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

View file

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

View file

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

View file

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