Add back gstreamer packages

This commit is contained in:
jsetton 2021-06-02 21:46:29 -04:00
parent adee664e3f
commit 053494f186
4 changed files with 10 additions and 0 deletions

View File

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View File

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View File

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View File

@ -33,6 +33,7 @@ param_ports:
# changelog
changelogs:
- { date: "02.06.21:", desc: "Add back gstreamer packages." }
- { date: "24.05.21:", desc: "Add missing changes from master branch." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }