add packages required for replaygain plugin

master
sparklyballs 9 years ago
parent 7486480376
commit fc1f3f745a

@ -18,6 +18,7 @@ RUN \
ffmpeg \ ffmpeg \
ffmpeg-libs \ ffmpeg-libs \
gdbm \ gdbm \
gst-plugins-good1 \
gstreamer1 \ gstreamer1 \
jpeg \ jpeg \
lame \ lame \
@ -26,6 +27,7 @@ RUN \
nano \ nano \
openjpeg \ openjpeg \
py-gobject \ py-gobject \
py-gobject3 \
py-pip \ py-pip \
python \ python \
py-unidecode \ py-unidecode \

@ -83,6 +83,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
## Versions ## Versions
+ **16.01.17:** Add packages required for replaygain.
+ **24.12.16:** Add [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin. + **24.12.16:** Add [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin.
+ **07.12.16:** Edit cmake options for chromaprint, should now build and install fpcalc, add gstreamer lib + **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.

Loading…
Cancel
Save