mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-28 11:14:36 +01:00
upgrade mp3gain to 1.6.1
This commit is contained in:
parent
777ead516d
commit
de1c962186
2 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ RUN \
|
|||
jpeg-dev \
|
||||
libpng-dev \
|
||||
make \
|
||||
mpg123-dev \
|
||||
openjpeg-dev \
|
||||
python2-dev && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
|
|
@ -32,6 +33,7 @@ RUN \
|
|||
lame \
|
||||
libffi \
|
||||
libpng \
|
||||
mpg123 \
|
||||
nano \
|
||||
openjpeg \
|
||||
py2-gobject3 \
|
||||
|
|
@ -45,7 +47,7 @@ RUN \
|
|||
/tmp/mp3gain-src && \
|
||||
curl -o \
|
||||
/tmp/mp3gain-src/mp3gain.zip -L \
|
||||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.5.2/mp3gain-1_5_2_r2-src.zip && \
|
||||
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.1/mp3gain-1_6_1-src.zip && \
|
||||
cd /tmp/mp3gain-src && \
|
||||
unzip -qq /tmp/mp3gain-src/mp3gain.zip && \
|
||||
sed -i "s#/usr/local/bin#/usr/bin#g" /tmp/mp3gain-src/Makefile && \
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
|||
|
||||
## Versions
|
||||
|
||||
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
||||
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
||||
+ **27.12.17:** Add beautifulsoup4 pip package.
|
||||
+ **06.12.17:** Rebase to alpine linux 3.7.
|
||||
|
|
|
|||
Loading…
Reference in a new issue