Install mp3gain from Alpine repos

This commit is contained in:
thespad 2026-02-01 19:26:59 +00:00
parent e562305e5e
commit d4bbbdd518
No known key found for this signature in database
2 changed files with 2 additions and 22 deletions

View File

@ -43,6 +43,7 @@ RUN \
libffi \
libpng \
mpg123 \
mp3gain \
nano \
openjpeg \
python3 \
@ -55,17 +56,6 @@ RUN \
git clone https://github.com/beetbox/beets.git /tmp/beets && \
cd /tmp/beets && \
git checkout -f "${BEETS_VERSION}" && \
echo "**** compile mp3gain ****" && \
mkdir -p \
/tmp/mp3gain-src && \
curl -o \
/tmp/mp3gain-src/mp3gain.zip -sL \
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.2/mp3gain-1_6_2-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 && \
make && \
make install && \
echo "**** compile mp3val ****" && \
mkdir -p \
/tmp/mp3val-src && \

View File

@ -43,6 +43,7 @@ RUN \
libffi \
libpng \
mpg123 \
mp3gain \
nano \
openjpeg \
python3 \
@ -55,17 +56,6 @@ RUN \
git clone https://github.com/beetbox/beets.git /tmp/beets && \
cd /tmp/beets && \
git checkout -f "${BEETS_VERSION}" && \
echo "**** compile mp3gain ****" && \
mkdir -p \
/tmp/mp3gain-src && \
curl -o \
/tmp/mp3gain-src/mp3gain.zip -sL \
https://sourceforge.net/projects/mp3gain/files/mp3gain/1.6.2/mp3gain-1_6_2-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 && \
make && \
make install && \
echo "**** compile mp3val ****" && \
mkdir -p \
/tmp/mp3val-src && \